#B94C7C

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

Shades of Royal Heath #B94C7C

Tints of Royal Heath #B94C7C

Color information

#B94C7C (or 0xB94C7C) is unknown color: approx Royal Heath. HEX triplet: B9, 4C and 7C. RGB value is (185,76,124). Sum of RGB (Red+Green+Blue) = 185+76+124=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C7C is #46B383. Grayscale: #717171. Windows color (decimal): -4633476 or 8146105. OLE color: 8146105.

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

Color convert

RGB18576124-
CMYK00.590.330.27
HSL333.58º43.78%51.18%-
HSV(B)333.58º58.92%72.55%-
XYZ26.2316.9420.96-
YUV114.06133.61178.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 76 (30.08% from 255) = 19.74%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=48.05%
G=19.74%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857612400.590.330.27333.5843.7851.18
HexB94C7C03B211B14e2c33
Octal27111417407341335165463
Binary1011100110011001111100011101110000111011101001110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C7C; }

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

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

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

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

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

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

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

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