#B24B61

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

Shades of Blush #B24B61

Tints of Blush #B24B61

Color information

#B24B61 (or 0xB24B61) is unknown color: approx Blush. HEX triplet: B2, 4B and 61. RGB value is (178,75,97). Sum of RGB (Red+Green+Blue) = 178+75+97=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24B61 is #4DB49E. Grayscale: #6C6C6C. Windows color (decimal): -5092511 or 6376370. OLE color: 6376370.

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

Color convert

RGB1787597-
CMYK00.580.460.30
HSL347.18º40.71%49.61%-
HSV(B)347.18º57.87%69.8%-
XYZ23.0315.3613.06-
YUV108.3121.62177.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.86%
GREEN value IS 75 (29.69% from 255) = 21.43%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=50.86%
G=21.43%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178759700.580.460.30347.1840.7149.61
HexB24B6103A2E1E15b2932
Octal26211314107256365335162
Binary1011001010010111100001011101010111011110101011011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B61; }

 p { color: rgb(178,75,97); }

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

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

 a { background-color: rgb(178,75,97); }

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

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

 span { border-color: rgb(178,75,97); }

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