#B24B64

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

Shades of Blush #B24B64

Tints of Blush #B24B64

Color information

#B24B64 (or 0xB24B64) is unknown color: approx Blush. HEX triplet: B2, 4B and 64. RGB value is (178,75,100). Sum of RGB (Red+Green+Blue) = 178+75+100=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24B64 is #4DB49B. Grayscale: #6C6C6C. Windows color (decimal): -5092508 or 6572978. OLE color: 6572978.

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

Color convert

RGB17875100-
CMYK00.580.440.30
HSL345.44º40.71%49.61%-
HSV(B)345.44º57.87%69.8%-
XYZ23.1815.4213.81-
YUV108.65123.12177.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.42%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=50.42%
G=21.25%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787510000.580.440.30345.4440.7149.61
HexB24B6403A2C1E1592932
Octal26211314407254365315162
Binary1011001010010111100100011101010110011110101011001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B64; }

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

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

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

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

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

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

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

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