#B2576C

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

Shades of Blush #B2576C

Tints of Blush #B2576C

Color information

#B2576C (or 0xB2576C) is unknown color: approx Blush. HEX triplet: B2, 57 and 6C. RGB value is (178,87,108). Sum of RGB (Red+Green+Blue) = 178+87+108=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2576C is #4DA893. Grayscale: #747474. Windows color (decimal): -5089428 or 7100338. OLE color: 7100338.

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

Color convert

RGB17887108-
CMYK00.510.390.30
HSL346.15º37.14%51.96%-
HSV(B)346.15º51.12%69.8%-
XYZ24.4817.3616.25-
YUV116.6123.15171.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=47.72%
G=23.32%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788710800.510.390.30346.1537.1451.96
HexB2576C033271E15a2534
Octal26212715406347365324564
Binary1011001010101111101100011001110011111110101011010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2576C; }

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

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

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

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

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

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

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

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