#B15771

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

Shades of Blush #B15771

Tints of Blush #B15771

Color information

#B15771 (or 0xB15771) is unknown color: approx Blush. HEX triplet: B1, 57 and 71. RGB value is (177,87,113). Sum of RGB (Red+Green+Blue) = 177+87+113=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B15771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15771 is #4EA88E. Grayscale: #747474. Windows color (decimal): -5154959 or 7428017. OLE color: 7428017.

HSL color Cylindrical-coordinate representation of color #B15771: hue angle of 342.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 #B15771 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17787113-
CMYK00.510.360.31
HSL342.67º36.59%51.76%-
HSV(B)342.67º50.85%69.41%-
XYZ24.5217.3617.68-
YUV116.87125.82170.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=46.95%
G=23.08%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778711300.510.360.31342.6736.5951.76
HexB15771033241F1572534
Octal26112716106344375274564
Binary1011000110101111110001011001110010011111101010111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15771; }

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

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

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

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

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

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

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

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