#B94B6F

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

Shades of Royal Heath #B94B6F

Tints of Royal Heath #B94B6F

Color information

#B94B6F (or 0xB94B6F) is unknown color: approx Royal Heath. HEX triplet: B9, 4B and 6F. RGB value is (185,75,111). Sum of RGB (Red+Green+Blue) = 185+75+111=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94B6F is #46B490. Grayscale: #6F6F6F. Windows color (decimal): -4633745 or 7293881. OLE color: 7293881.

HSL color Cylindrical-coordinate representation of color #B94B6F: hue angle of 340.36º 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 #B94B6F is Cyan = 0, Magento = 0.59, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB18575111-
CMYK00.590.40.27
HSL340.36º44%50.98%-
HSV(B)340.36º59.46%72.55%-
XYZ25.3916.4916.88-
YUV111.99127.44180.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=49.87%
G=20.22%
B=29.92%

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
Decimal1857511100.590.40.27340.364450.98
HexB94B6F03B281B1542c33
Octal27111315707350335245463
Binary1011100110010111101111011101110100011011101010100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94B6F; }

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

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

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

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

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

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

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

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