#B1576B

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

Shades of Blush #B1576B

Tints of Blush #B1576B

Color information

#B1576B (or 0xB1576B) is unknown color: approx Blush. HEX triplet: B1, 57 and 6B. RGB value is (177,87,107). Sum of RGB (Red+Green+Blue) = 177+87+107=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1576B is #4EA894. Grayscale: #747474. Windows color (decimal): -5154965 or 7034801. OLE color: 7034801.

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

Color convert

RGB17787107-
CMYK00.510.400.31
HSL346.67º36.59%51.76%-
HSV(B)346.67º50.85%69.41%-
XYZ24.1917.2315.96-
YUV116.19122.82171.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=47.71%
G=23.45%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778710700.510.400.31346.6736.5951.76
HexB1576B033281F15b2534
Octal26112715306350375334564
Binary1011000110101111101011011001110100011111101011011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1576B; }

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

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

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

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

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

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

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

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