#B94579

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

Shades of Royal Heath #B94579

Tints of Royal Heath #B94579

Color information

#B94579 (or 0xB94579) is unknown color: approx Royal Heath. HEX triplet: B9, 45 and 79. RGB value is (185,69,121). Sum of RGB (Red+Green+Blue) = 185+69+121=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B94579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94579 is #46BA86. Grayscale: #6D6D6D. Windows color (decimal): -4635271 or 7947705. OLE color: 7947705.

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

Color convert

RGB18569121-
CMYK00.630.350.27
HSL333.1º45.67%49.8%-
HSV(B)333.1º62.7%72.55%-
XYZ25.5915.9519.82-
YUV109.61134.43181.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=49.33%
G=18.4%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856912100.630.350.27333.145.6749.8
HexB9457903F231B14d2e32
Octal27110517107743335155662
Binary1011100110001011111001011111110001111011101001101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94579; }

 p { color: rgb(185,69,121); }

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

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

 a { background-color: rgb(185,69,121); }

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

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

 span { border-color: rgb(185,69,121); }

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