#B24A80

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

Shades of Royal Heath #B24A80

Tints of Royal Heath #B24A80

Color information

#B24A80 (or 0xB24A80) is unknown color: approx Royal Heath. HEX triplet: B2, 4A and 80. RGB value is (178,74,128). Sum of RGB (Red+Green+Blue) = 178+74+128=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24A80 is #4DB57F. Grayscale: #6F6F6F. Windows color (decimal): -5092736 or 8407730. OLE color: 8407730.

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

Color convert

RGB17874128-
CMYK00.580.280.30
HSL328.85º41.27%49.41%-
HSV(B)328.85º58.43%69.8%-
XYZ24.7115.9222.19-
YUV111.25137.46175.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.84%
GREEN value IS 74 (29.30% from 255) = 19.47%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=46.84%
G=19.47%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787412800.580.280.30328.8541.2749.41
HexB24A8003A1C1E1492931
Octal26211220007234365115161
Binary1011001010010101000000001110101110011110101001001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24A80; }

 p { color: rgb(178,74,128); }

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

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

 a { background-color: rgb(178,74,128); }

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

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

 span { border-color: rgb(178,74,128); }

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