#B94876

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

Shades of Royal Heath #B94876

Tints of Royal Heath #B94876

Color information

#B94876 (or 0xB94876) is unknown color: approx Royal Heath. HEX triplet: B9, 48 and 76. RGB value is (185,72,118). Sum of RGB (Red+Green+Blue) = 185+72+118=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B94876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94876 is #46B789. Grayscale: #6E6E6E. Windows color (decimal): -4634506 or 7751865. OLE color: 7751865.

HSL color Cylindrical-coordinate representation of color #B94876: hue angle of 335.58º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94876 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18572118-
CMYK00.610.360.27
HSL335.58º44.66%50.39%-
HSV(B)335.58º61.08%72.55%-
XYZ25.5916.2618.93-
YUV111.03131.94180.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 72 (28.52% from 255) = 19.2%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=49.33%
G=19.2%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857211800.610.360.27335.5844.6650.39
HexB9487603D241B1502d32
Octal27111016607544335205562
Binary1011100110010001110110011110110010011011101010000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94876; }

 p { color: rgb(185,72,118); }

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

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

 a { background-color: rgb(185,72,118); }

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

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

 span { border-color: rgb(185,72,118); }

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