#B24C62

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

Shades of Blush #B24C62

Tints of Blush #B24C62

Color information

#B24C62 (or 0xB24C62) is unknown color: approx Blush. HEX triplet: B2, 4C and 62. RGB value is (178,76,98). Sum of RGB (Red+Green+Blue) = 178+76+98=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24C62 is #4DB39D. Grayscale: #6D6D6D. Windows color (decimal): -5092254 or 6442162. OLE color: 6442162.

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

Color convert

RGB1787698-
CMYK00.570.450.30
HSL347.06º40.16%49.8%-
HSV(B)347.06º57.3%69.8%-
XYZ23.1515.5213.33-
YUV109.01121.79177.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 76 (30.08% from 255) = 21.59%
BLUE value IS 98 (38.67% from 255) = 27.84%
R=50.57%
G=21.59%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178769800.570.450.30347.0640.1649.8
HexB24C620392D1E15b2832
Octal26211414207155365335062
Binary1011001010011001100010011100110110111110101011011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C62; }

 p { color: rgb(178,76,98); }

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

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

 a { background-color: rgb(178,76,98); }

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

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

 span { border-color: rgb(178,76,98); }

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