#B94D78

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

Shades of Royal Heath #B94D78

Tints of Royal Heath #B94D78

Color information

#B94D78 (or 0xB94D78) is unknown color: approx Royal Heath. HEX triplet: B9, 4D and 78. RGB value is (185,77,120). Sum of RGB (Red+Green+Blue) = 185+77+120=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94D78 is #46B287. Grayscale: #727272. Windows color (decimal): -4633224 or 7884217. OLE color: 7884217.

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

Color convert

RGB18577120-
CMYK00.580.350.27
HSL336.11º43.55%51.37%-
HSV(B)336.11º58.38%72.55%-
XYZ26.0516.9819.67-
YUV114.19131.28178.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 77 (30.47% from 255) = 20.16%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=48.43%
G=20.16%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857712000.580.350.27336.1143.5551.37
HexB94D7803A231B1502c33
Octal27111517007243335205463
Binary1011100110011011111000011101010001111011101010000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D78; }

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

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

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

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

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

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

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

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