#B94879

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

Shades of Royal Heath #B94879

Tints of Royal Heath #B94879

Color information

#B94879 (or 0xB94879) is unknown color: approx Royal Heath. HEX triplet: B9, 48 and 79. RGB value is (185,72,121). Sum of RGB (Red+Green+Blue) = 185+72+121=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B94879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94879 is #46B786. Grayscale: #6F6F6F. Windows color (decimal): -4634503 or 7948473. OLE color: 7948473.

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

Color convert

RGB18572121-
CMYK00.610.350.27
HSL333.98º44.66%50.39%-
HSV(B)333.98º61.08%72.55%-
XYZ25.7816.3319.88-
YUV111.37133.44180.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 72 (28.52% from 255) = 19.05%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=48.94%
G=19.05%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857212100.610.350.27333.9844.6650.39
HexB9487903D231B14e2d32
Octal27111017107543335165562
Binary1011100110010001111001011110110001111011101001110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94879; }

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

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

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

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

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

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

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

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