#B2576B

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

Shades of Blush #B2576B

Tints of Blush #B2576B

Color information

#B2576B (or 0xB2576B) is unknown color: approx Blush. HEX triplet: B2, 57 and 6B. RGB value is (178,87,107). Sum of RGB (Red+Green+Blue) = 178+87+107=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2576B is #4DA894. Grayscale: #747474. Windows color (decimal): -5089429 or 7034802. OLE color: 7034802.

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

Color convert

RGB17887107-
CMYK00.510.400.30
HSL346.81º37.14%51.96%-
HSV(B)346.81º51.12%69.8%-
XYZ24.4217.3415.97-
YUV116.49122.65171.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.85%
GREEN value IS 87 (34.38% from 255) = 23.39%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=47.85%
G=23.39%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788710700.510.400.30346.8137.1451.96
HexB2576B033281E15b2534
Octal26212715306350365334564
Binary1011001010101111101011011001110100011110101011011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2576B; }

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

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

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

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

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

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

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

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