#B94574

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

Shades of Royal Heath #B94574

Tints of Royal Heath #B94574

Color information

#B94574 (or 0xB94574) is unknown color: approx Royal Heath. HEX triplet: B9, 45 and 74. RGB value is (185,69,116). Sum of RGB (Red+Green+Blue) = 185+69+116=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B94574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94574 is #46BA8B. Grayscale: #6C6C6C. Windows color (decimal): -4635276 or 7620025. OLE color: 7620025.

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

Color convert

RGB18569116-
CMYK00.630.370.27
HSL335.69º45.67%49.8%-
HSV(B)335.69º62.7%72.55%-
XYZ25.2915.8318.25-
YUV109.04131.93182.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 18.65%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=50%
G=18.65%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856911600.630.370.27335.6945.6749.8
HexB9457403F251B1502e32
Octal27110516407745335205662
Binary1011100110001011110100011111110010111011101010000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94574; }

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

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

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

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

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

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

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

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