#B94F76

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

Shades of Royal Heath #B94F76

Tints of Royal Heath #B94F76

Color information

#B94F76 (or 0xB94F76) is unknown color: approx Royal Heath. HEX triplet: B9, 4F and 76. RGB value is (185,79,118). Sum of RGB (Red+Green+Blue) = 185+79+118=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94F76 is #46B089. Grayscale: #737373. Windows color (decimal): -4632714 or 7753657. OLE color: 7753657.

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

Color convert

RGB18579118-
CMYK00.570.360.27
HSL337.92º43.09%51.76%-
HSV(B)337.92º57.3%72.55%-
XYZ26.0717.2119.09-
YUV115.14129.62177.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 79 (31.25% from 255) = 20.68%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=48.43%
G=20.68%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857911800.570.360.27337.9243.0951.76
HexB94F76039241B1522b34
Octal27111716607144335225364
Binary1011100110011111110110011100110010011011101010010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94F76; }

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

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

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

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

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

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

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

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