#B24972

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

Shades of Royal Heath #B24972

Tints of Royal Heath #B24972

Color information

#B24972 (or 0xB24972) is unknown color: approx Royal Heath. HEX triplet: B2, 49 and 72. RGB value is (178,73,114). Sum of RGB (Red+Green+Blue) = 178+73+114=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B24972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24972 is #4DB68D. Grayscale: #6D6D6D. Windows color (decimal): -5093006 or 7489970. OLE color: 7489970.

HSL color Cylindrical-coordinate representation of color #B24972: hue angle of 336.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24972 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB17873114-
CMYK00.590.360.30
HSL336.57º41.83%49.22%-
HSV(B)336.57º58.99%69.8%-
XYZ23.7815.4417.65-
YUV109.07130.79177.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.77%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 114 (44.92% from 255) = 31.23%
R=48.77%
G=20%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787311400.590.360.30336.5741.8349.22
HexB2497203B241E1512a31
Octal26211116207344365215261
Binary1011001010010011110010011101110010011110101010001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24972; }

 p { color: rgb(178,73,114); }

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

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

 a { background-color: rgb(178,73,114); }

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

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

 span { border-color: rgb(178,73,114); }

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