#B05177

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

Shades of Royal Heath #B05177

Tints of Royal Heath #B05177

Color information

#B05177 (or 0xB05177) is unknown color: approx Royal Heath. HEX triplet: B0, 51 and 77. RGB value is (176,81,119). Sum of RGB (Red+Green+Blue) = 176+81+119=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B05177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05177 is #4FAE88. Grayscale: #717171. Windows color (decimal): -5222025 or 7819696. OLE color: 7819696.

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

Color convert

RGB17681119-
CMYK00.540.320.31
HSL336º37.55%50.39%-
HSV(B)336º53.98%69.02%-
XYZ24.1816.4519.35-
YUV113.74130.97172.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.81%
GREEN value IS 81 (32.03% from 255) = 21.54%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=46.81%
G=21.54%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768111900.540.320.3133637.5550.39
HexB05177036201F1502632
Octal26012116706640375204662
Binary1011000010100011110111011011010000011111101010000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05177; }

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

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

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

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

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

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

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

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