#B94F77

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

Shades of Royal Heath #B94F77

Tints of Royal Heath #B94F77

Color information

#B94F77 (or 0xB94F77) is unknown color: approx Royal Heath. HEX triplet: B9, 4F and 77. RGB value is (185,79,119). Sum of RGB (Red+Green+Blue) = 185+79+119=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94F77 is #46B088. Grayscale: #737373. Windows color (decimal): -4632713 or 7819193. OLE color: 7819193.

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

Color convert

RGB18579119-
CMYK00.570.360.27
HSL337.36º43.09%51.76%-
HSV(B)337.36º57.3%72.55%-
XYZ26.1317.2419.4-
YUV115.25130.12177.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 79 (31.25% from 255) = 20.63%
BLUE value IS 119 (46.88% from 255) = 31.07%
R=48.30%
G=20.63%
B=31.07%

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
Decimal1857911900.570.360.27337.3643.0951.76
HexB94F77039241B1512b34
Octal27111716707144335215364
Binary1011100110011111110111011100110010011011101010001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94F77; }

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

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

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

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

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

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

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

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