#B24D7E

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

Shades of Royal Heath #B24D7E

Tints of Royal Heath #B24D7E

Color information

#B24D7E (or 0xB24D7E) is unknown color: approx Royal Heath. HEX triplet: B2, 4D and 7E. RGB value is (178,77,126). Sum of RGB (Red+Green+Blue) = 178+77+126=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D7E is #4DB281. Grayscale: #707070. Windows color (decimal): -5091970 or 8277426. OLE color: 8277426.

HSL color Cylindrical-coordinate representation of color #B24D7E: hue angle of 330.89º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24D7E is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB17877126-
CMYK00.570.290.30
HSL330.89º39.61%50%-
HSV(B)330.89º56.74%69.8%-
XYZ24.7816.2821.57-
YUV112.78135.46174.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 77 (30.47% from 255) = 20.21%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=46.72%
G=20.21%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787712600.570.290.30330.8939.6150
HexB24D7E0391D1E14b2832
Octal26211517607135365135062
Binary101100101001101111111001110011110111110101001011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24D7E; }

 p { color: rgb(178,77,126); }

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

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

 a { background-color: rgb(178,77,126); }

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

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

 span { border-color: rgb(178,77,126); }

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