#B85977

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

Shades of Royal Heath #B85977

Tints of Royal Heath #B85977

Color information

#B85977 (or 0xB85977) is unknown color: approx Royal Heath. HEX triplet: B8, 59 and 77. RGB value is (184,89,119). Sum of RGB (Red+Green+Blue) = 184+89+119=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B85977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85977 is #47A688. Grayscale: #787878. Windows color (decimal): -4695689 or 7821752. OLE color: 7821752.

HSL color Cylindrical-coordinate representation of color #B85977: hue angle of 341.05º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85977 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB18489119-
CMYK00.520.350.28
HSL341.05º40.08%53.53%-
HSV(B)341.05º51.63%72.16%-
XYZ26.6718.6719.65-
YUV120.82126.97173.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.94%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 119 (46.88% from 255) = 30.36%
R=46.94%
G=22.70%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848911900.520.350.28341.0540.0853.53
HexB85977034231C1552836
Octal27013116706443345255066
Binary1011100010110011110111011010010001111100101010101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85977; }

 p { color: rgb(184,89,119); }

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

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

 a { background-color: rgb(184,89,119); }

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

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

 span { border-color: rgb(184,89,119); }

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