#B24D65

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

Shades of Blush #B24D65

Tints of Blush #B24D65

Color information

#B24D65 (or 0xB24D65) is unknown color: approx Blush. HEX triplet: B2, 4D and 65. RGB value is (178,77,101). Sum of RGB (Red+Green+Blue) = 178+77+101=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D65 is #4DB29A. Grayscale: #6D6D6D. Windows color (decimal): -5091995 or 6639026. OLE color: 6639026.

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

Color convert

RGB17877101-
CMYK00.570.430.30
HSL345.74º39.61%50%-
HSV(B)345.74º56.74%69.8%-
XYZ23.3615.7114.11-
YUV109.93122.96176.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 21.63%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=50%
G=21.63%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787710100.570.430.30345.7439.6150
HexB24D650392B1E15a2832
Octal26211514507153365325062
Binary1011001010011011100101011100110101111110101011010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24D65; }

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

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

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

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

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

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

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

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