#B24B68

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

Shades of Blush #B24B68

Tints of Blush #B24B68

Color information

#B24B68 (or 0xB24B68) is unknown color: approx Blush. HEX triplet: B2, 4B and 68. RGB value is (178,75,104). Sum of RGB (Red+Green+Blue) = 178+75+104=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24B68 is #4DB497. Grayscale: #6D6D6D. Windows color (decimal): -5092504 or 6835122. OLE color: 6835122.

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

Color convert

RGB17875104-
CMYK00.580.420.30
HSL343.11º40.71%49.61%-
HSV(B)343.11º57.87%69.8%-
XYZ23.3715.514.86-
YUV109.1125.12177.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 75 (29.69% from 255) = 21.01%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=49.86%
G=21.01%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787510400.580.420.30343.1140.7149.61
HexB24B6803A2A1E1572932
Octal26211315007252365275162
Binary1011001010010111101000011101010101011110101010111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B68; }

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

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

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

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

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

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

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

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