#B94578

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

Shades of Royal Heath #B94578

Tints of Royal Heath #B94578

Color information

#B94578 (or 0xB94578) is unknown color: approx Royal Heath. HEX triplet: B9, 45 and 78. RGB value is (185,69,120). Sum of RGB (Red+Green+Blue) = 185+69+120=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B94578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94578 is #46BA87. Grayscale: #6D6D6D. Windows color (decimal): -4635272 or 7882169. OLE color: 7882169.

HSL color Cylindrical-coordinate representation of color #B94578: hue angle of 333.62º 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 #B94578 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18569120-
CMYK00.630.350.27
HSL333.62º45.67%49.8%-
HSV(B)333.62º62.7%72.55%-
XYZ25.5315.9319.5-
YUV109.5133.93181.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=49.47%
G=18.45%
B=32.09%

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
Decimal1856912000.630.350.27333.6245.6749.8
HexB9457803F231B14e2e32
Octal27110517007743335165662
Binary1011100110001011111000011111110001111011101001110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94578; }

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

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

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

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

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

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

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

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