#B2576A

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

Shades of Blush #B2576A

Tints of Blush #B2576A

Color information

#B2576A (or 0xB2576A) is unknown color: approx Blush. HEX triplet: B2, 57 and 6A. RGB value is (178,87,106). Sum of RGB (Red+Green+Blue) = 178+87+106=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2576A is #4DA895. Grayscale: #747474. Windows color (decimal): -5089430 or 6969266. OLE color: 6969266.

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

Color convert

RGB17887106-
CMYK00.510.400.30
HSL347.47º37.14%51.96%-
HSV(B)347.47º51.12%69.8%-
XYZ24.3717.3215.69-
YUV116.38122.15171.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=47.98%
G=23.45%
B=28.57%

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
Decimal1788710600.510.400.30347.4737.1451.96
HexB2576A033281E15b2534
Octal26212715206350365334564
Binary1011001010101111101010011001110100011110101011011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2576A; }

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

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

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

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

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

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

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

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