#B05E77

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

Shades of Royal Heath #B05E77

Tints of Royal Heath #B05E77

Color information

#B05E77 (or 0xB05E77) is unknown color: approx Royal Heath. HEX triplet: B0, 5E and 77. RGB value is (176,94,119). Sum of RGB (Red+Green+Blue) = 176+94+119=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05E77 is #4FA188. Grayscale: #797979. Windows color (decimal): -5218697 or 7823024. OLE color: 7823024.

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

Color convert

RGB17694119-
CMYK00.470.320.31
HSL341.71º34.17%52.94%-
HSV(B)341.71º46.59%69.02%-
XYZ25.2418.5719.71-
YUV121.37126.67166.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 94 (37.11% from 255) = 24.16%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=45.24%
G=24.16%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769411900.470.320.31341.7134.1752.94
HexB05E7702F201F1562235
Octal26013616705740375264265
Binary1011000010111101110111010111110000011111101010110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05E77; }

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

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

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

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

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

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

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

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