#B94A6F

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

Shades of Royal Heath #B94A6F

Tints of Royal Heath #B94A6F

Color information

#B94A6F (or 0xB94A6F) is unknown color: approx Royal Heath. HEX triplet: B9, 4A and 6F. RGB value is (185,74,111). Sum of RGB (Red+Green+Blue) = 185+74+111=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A6F is #46B590. Grayscale: #6F6F6F. Windows color (decimal): -4634001 or 7293625. OLE color: 7293625.

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

Color convert

RGB18574111-
CMYK00.60.40.27
HSL340º44.22%50.78%-
HSV(B)340º60%72.55%-
XYZ25.3316.3616.86-
YUV111.41127.77180.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50%
GREEN value IS 74 (29.30% from 255) = 20%
BLUE value IS 111 (43.75% from 255) = 30%
R=50%
G=20%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857411100.60.40.2734044.2250.78
HexB94A6F03C281B1542c33
Octal27111215707450335245463
Binary1011100110010101101111011110010100011011101010100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A6F; }

 p { color: rgb(185,74,111); }

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

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

 a { background-color: rgb(185,74,111); }

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

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

 span { border-color: rgb(185,74,111); }

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