#B05A77

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

Shades of Royal Heath #B05A77

Tints of Royal Heath #B05A77

Color information

#B05A77 (or 0xB05A77) is unknown color: approx Royal Heath. HEX triplet: B0, 5A and 77. RGB value is (176,90,119). Sum of RGB (Red+Green+Blue) = 176+90+119=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A77 is #4FA588. Grayscale: #767676. Windows color (decimal): -5219721 or 7822000. OLE color: 7822000.

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

Color convert

RGB17690119-
CMYK00.490.320.31
HSL339.77º35.25%52.16%-
HSV(B)339.77º48.86%69.02%-
XYZ24.8917.8719.59-
YUV119.02127.99168.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=45.71%
G=23.38%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769011900.490.320.31339.7735.2552.16
HexB05A77031201F1542334
Octal26013216706140375244364
Binary1011000010110101110111011000110000011111101010100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A77; }

 p { color: rgb(176,90,119); }

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

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

 a { background-color: rgb(176,90,119); }

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

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

 span { border-color: rgb(176,90,119); }

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