#B94C70

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

Shades of Royal Heath #B94C70

Tints of Royal Heath #B94C70

Color information

#B94C70 (or 0xB94C70) is unknown color: approx Royal Heath. HEX triplet: B9, 4C and 70. RGB value is (185,76,112). Sum of RGB (Red+Green+Blue) = 185+76+112=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C70 is #46B38F. Grayscale: #707070. Windows color (decimal): -4633488 or 7359673. OLE color: 7359673.

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

Color convert

RGB18576112-
CMYK00.590.390.27
HSL340.18º43.78%51.18%-
HSV(B)340.18º58.92%72.55%-
XYZ25.5216.6517.2-
YUV112.7127.61179.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 76 (30.08% from 255) = 20.38%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=49.60%
G=20.38%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857611200.590.390.27340.1843.7851.18
HexB94C7003B271B1542c33
Octal27111416007347335245463
Binary1011100110011001110000011101110011111011101010100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C70; }

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

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

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

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

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

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

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

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