#B94F6F

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

Shades of Royal Heath #B94F6F

Tints of Royal Heath #B94F6F

Color information

#B94F6F (or 0xB94F6F) is unknown color: approx Royal Heath. HEX triplet: B9, 4F and 6F. RGB value is (185,79,111). Sum of RGB (Red+Green+Blue) = 185+79+111=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94F6F is #46B090. Grayscale: #727272. Windows color (decimal): -4632721 or 7294905. OLE color: 7294905.

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

Color convert

RGB18579111-
CMYK00.570.40.27
HSL341.89º43.09%51.76%-
HSV(B)341.89º57.3%72.55%-
XYZ25.6717.0516.98-
YUV114.34126.12178.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 79 (31.25% from 255) = 21.07%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=49.33%
G=21.07%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857911100.570.40.27341.8943.0951.76
HexB94F6F039281B1562b34
Octal27111715707150335265364
Binary1011100110011111101111011100110100011011101010110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94F6F; }

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

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

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

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

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

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

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

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