#B24C61

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

Shades of Blush #B24C61

Tints of Blush #B24C61

Color information

#B24C61 (or 0xB24C61) is unknown color: approx Blush. HEX triplet: B2, 4C and 61. RGB value is (178,76,97). Sum of RGB (Red+Green+Blue) = 178+76+97=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24C61 is #4DB39E. Grayscale: #6C6C6C. Windows color (decimal): -5092255 or 6376626. OLE color: 6376626.

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

Color convert

RGB1787697-
CMYK00.570.460.30
HSL347.65º40.16%49.8%-
HSV(B)347.65º57.3%69.8%-
XYZ23.115.513.08-
YUV108.89121.29177.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.71%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 97 (38.28% from 255) = 27.64%
R=50.71%
G=21.65%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178769700.570.460.30347.6540.1649.8
HexB24C610392E1E15c2832
Octal26211414107156365345062
Binary1011001010011001100001011100110111011110101011100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C61; }

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

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

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

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

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

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

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

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