#B24479

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

Shades of Royal Heath #B24479

Tints of Royal Heath #B24479

Color information

#B24479 (or 0xB24479) is unknown color: approx Royal Heath. HEX triplet: B2, 44 and 79. RGB value is (178,68,121). Sum of RGB (Red+Green+Blue) = 178+68+121=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B24479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24479 is #4DBB86. Grayscale: #6A6A6A. Windows color (decimal): -5094279 or 7947442. OLE color: 7947442.

HSL color Cylindrical-coordinate representation of color #B24479: hue angle of 331.09º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24479 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB17868121-
CMYK00.620.320.30
HSL331.09º44.72%48.24%-
HSV(B)331.09º61.8%69.8%-
XYZ23.8814.9819.72-
YUV106.93135.94178.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 121 (47.66% from 255) = 32.97%
R=48.50%
G=18.53%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786812100.620.320.30331.0944.7248.24
HexB2447903E201E14b2d30
Octal26210417107640365135560
Binary1011001010001001111001011111010000011110101001011101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24479; }

 p { color: rgb(178,68,121); }

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

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

 a { background-color: rgb(178,68,121); }

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

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

 span { border-color: rgb(178,68,121); }

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