#B24764

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

Shades of Blush #B24764

Tints of Blush #B24764

Color information

#B24764 (or 0xB24764) is unknown color: approx Blush. HEX triplet: B2, 47 and 64. RGB value is (178,71,100). Sum of RGB (Red+Green+Blue) = 178+71+100=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B24764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24764 is #4DB89B. Grayscale: #6A6A6A. Windows color (decimal): -5093532 or 6571954. OLE color: 6571954.

HSL color Cylindrical-coordinate representation of color #B24764: hue angle of 343.74º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24764 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17871100-
CMYK00.600.440.30
HSL343.74º42.97%48.82%-
HSV(B)343.74º60.11%69.8%-
XYZ22.9114.8913.72-
YUV106.3124.45179.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 71 (28.12% from 255) = 20.34%
BLUE value IS 100 (39.45% from 255) = 28.65%
R=51.00%
G=20.34%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787110000.600.440.30343.7442.9748.82
HexB2476403C2C1E1582b31
Octal26210714407454365305361
Binary1011001010001111100100011110010110011110101011000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24764; }

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

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

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

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

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

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

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

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