#b05c81

Color #B05C81 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B05C81

Tints of Royal Heath #B05C81

Color information

#B05C81 (or 0xB05C81) is unknown color: approx Royal Heath. HEX triplet: B0, 5C and 81. RGB value is (176,92,129). Sum of RGB (Red+Green+Blue) = 176+92+129=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05C81 is #4FA37E. Grayscale: #797979. Windows color (decimal): -5219199 or 8477872. OLE color: 8477872.

HSL color Cylindrical-coordinate representation of color #B05C81: hue angle of 333.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B05C81 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17692129-
CMYK00.480.270.31
HSL333.57º34.71%52.55%-
HSV(B)333.57º47.73%69.02%-
XYZ25.6918.4722.98-
YUV121.33132.33166.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=44.33%
G=23.17%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769212900.480.270.31333.5734.7152.55
HexB05C810301B1F14e2335
Octal26013420106033375164365
Binary1011000010111001000000101100001101111111101001110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05c81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05c81; }

 p { color: rgb(176,92,129); }

 H1.HeaderClassName
 {
   color: #b05c81;
 }
 .AnyTagClassName
 {
   color: #b05c81;
 }
</style>
background-color css

<style>
 a { background-color: #b05c81; }

 a { background-color: rgb(176,92,129); }

 div.DivClassName
 {
   background-color: #b05c81;
 }
 .BgClassName
 {
   background-color: #b05c81;
 }
</style>
border-color css

<style>
 span { border-color: #b05c81; }

 span { border-color: rgb(176,92,129); }

 td.TdClassName
 {
   border-color: #b05c81;
 }
 .TagClassName
 {
   border-color: #b05c81;
 }
</style>