#B94F74

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

Shades of Royal Heath #B94F74

Tints of Royal Heath #B94F74

Color information

#B94F74 (or 0xB94F74) is unknown color: approx Royal Heath. HEX triplet: B9, 4F and 74. RGB value is (185,79,116). Sum of RGB (Red+Green+Blue) = 185+79+116=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94F74 is #46B08B. Grayscale: #727272. Windows color (decimal): -4632716 or 7622585. OLE color: 7622585.

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

Color convert

RGB18579116-
CMYK00.570.370.27
HSL339.06º43.09%51.76%-
HSV(B)339.06º57.3%72.55%-
XYZ25.9617.1718.47-
YUV114.91128.62177.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 79 (31.25% from 255) = 20.79%
BLUE value IS 116 (45.70% from 255) = 30.53%
R=48.68%
G=20.79%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857911600.570.370.27339.0643.0951.76
HexB94F74039251B1532b34
Octal27111716407145335235364
Binary1011100110011111110100011100110010111011101010011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94F74; }

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

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

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

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

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

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

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

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