#B94E79

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

Shades of Royal Heath #B94E79

Tints of Royal Heath #B94E79

Color information

#B94E79 (or 0xB94E79) is unknown color: approx Royal Heath. HEX triplet: B9, 4E and 79. RGB value is (185,78,121). Sum of RGB (Red+Green+Blue) = 185+78+121=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94E79 is #46B186. Grayscale: #727272. Windows color (decimal): -4632967 or 7950009. OLE color: 7950009.

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

Color convert

RGB18578121-
CMYK00.580.350.27
HSL335.89º43.32%51.57%-
HSV(B)335.89º57.84%72.55%-
XYZ26.1817.1420.02-
YUV114.9131.45178-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.18%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=48.18%
G=20.31%
B=31.51%

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
Decimal1857812100.580.350.27335.8943.3251.57
HexB94E7903A231B1502b34
Octal27111617107243335205364
Binary1011100110011101111001011101010001111011101010000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E79; }

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

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

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

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

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

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

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

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