#B24D74

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

Shades of Royal Heath #B24D74

Tints of Royal Heath #B24D74

Color information

#B24D74 (or 0xB24D74) is unknown color: approx Royal Heath. HEX triplet: B2, 4D and 74. RGB value is (178,77,116). Sum of RGB (Red+Green+Blue) = 178+77+116=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D74 is #4DB28B. Grayscale: #6F6F6F. Windows color (decimal): -5091980 or 7622066. OLE color: 7622066.

HSL color Cylindrical-coordinate representation of color #B24D74: hue angle of 336.83º 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 #B24D74 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB17877116-
CMYK00.570.350.30
HSL336.83º39.61%50%-
HSV(B)336.83º56.74%69.8%-
XYZ24.1716.0318.34-
YUV111.64130.46175.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=47.98%
G=20.75%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787711600.570.350.30336.8339.6150
HexB24D74039231E1512832
Octal26211516407143365215062
Binary1011001010011011110100011100110001111110101010001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24D74; }

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

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

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

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

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

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

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

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