#B2575D

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

Shades of Blush #B2575D

Tints of Blush #B2575D

Color information

#B2575D (or 0xB2575D) is unknown color: approx Blush. HEX triplet: B2, 57 and 5D. RGB value is (178,87,93). Sum of RGB (Red+Green+Blue) = 178+87+93=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2575D is #4DA8A2. Grayscale: #727272. Windows color (decimal): -5089443 or 6117298. OLE color: 6117298.

HSL color Cylindrical-coordinate representation of color #B2575D: hue angle of 356.04º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2575D is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB1788793-
CMYK00.510.480.30
HSL356.04º37.14%51.96%-
HSV(B)356.04º51.12%69.8%-
XYZ23.7417.0712.4-
YUV114.89115.65173.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.72%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=49.72%
G=24.30%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178879300.510.480.30356.0437.1451.96
HexB2575D033301E1642534
Octal26212713506360365444564
Binary1011001010101111011101011001111000011110101100100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2575D; }

 p { color: rgb(178,87,93); }

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

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

 a { background-color: rgb(178,87,93); }

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

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

 span { border-color: rgb(178,87,93); }

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