#B94D7C

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

Shades of Royal Heath #B94D7C

Tints of Royal Heath #B94D7C

Color information

#B94D7C (or 0xB94D7C) is unknown color: approx Royal Heath. HEX triplet: B9, 4D and 7C. RGB value is (185,77,124). Sum of RGB (Red+Green+Blue) = 185+77+124=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94D7C is #46B283. Grayscale: #727272. Windows color (decimal): -4633220 or 8146361. OLE color: 8146361.

HSL color Cylindrical-coordinate representation of color #B94D7C: hue angle of 333.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94D7C is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB18577124-
CMYK00.580.330.27
HSL333.89º43.55%51.37%-
HSV(B)333.89º58.38%72.55%-
XYZ26.317.0820.98-
YUV114.65133.28178.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.93%
GREEN value IS 77 (30.47% from 255) = 19.95%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=47.93%
G=19.95%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857712400.580.330.27333.8943.5551.37
HexB94D7C03A211B14e2c33
Octal27111517407241335165463
Binary1011100110011011111100011101010000111011101001110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D7C; }

 p { color: rgb(185,77,124); }

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

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

 a { background-color: rgb(185,77,124); }

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

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

 span { border-color: rgb(185,77,124); }

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