#B94C6F

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

Shades of Royal Heath #B94C6F

Tints of Royal Heath #B94C6F

Color information

#B94C6F (or 0xB94C6F) is unknown color: approx Royal Heath. HEX triplet: B9, 4C and 6F. RGB value is (185,76,111). Sum of RGB (Red+Green+Blue) = 185+76+111=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C6F is #46B390. Grayscale: #707070. Windows color (decimal): -4633489 or 7294137. OLE color: 7294137.

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

Color convert

RGB18576111-
CMYK00.590.40.27
HSL340.73º43.78%51.18%-
HSV(B)340.73º58.92%72.55%-
XYZ25.4616.6316.91-
YUV112.58127.11179.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.73%
GREEN value IS 76 (30.08% from 255) = 20.43%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=49.73%
G=20.43%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857611100.590.40.27340.7343.7851.18
HexB94C6F03B281B1552c33
Octal27111415707350335255463
Binary1011100110011001101111011101110100011011101010101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C6F; }

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

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

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

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

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

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

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

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