#B94676

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

Shades of Royal Heath #B94676

Tints of Royal Heath #B94676

Color information

#B94676 (or 0xB94676) is unknown color: approx Royal Heath. HEX triplet: B9, 46 and 76. RGB value is (185,70,118). Sum of RGB (Red+Green+Blue) = 185+70+118=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B94676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94676 is #46B989. Grayscale: #6D6D6D. Windows color (decimal): -4635018 or 7751353. OLE color: 7751353.

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

Color convert

RGB18570118-
CMYK00.620.360.27
HSL334.96º45.1%50%-
HSV(B)334.96º62.16%72.55%-
XYZ25.471618.89-
YUV109.86132.6181.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 70 (27.73% from 255) = 18.77%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=49.60%
G=18.77%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857011800.620.360.27334.9645.150
HexB9467603E241B14f2d32
Octal27110616607644335175562
Binary1011100110001101110110011111010010011011101001111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94676; }

 p { color: rgb(185,70,118); }

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

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

 a { background-color: rgb(185,70,118); }

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

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

 span { border-color: rgb(185,70,118); }

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