#B1586E

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

Shades of Blush #B1586E

Tints of Blush #B1586E

Color information

#B1586E (or 0xB1586E) is unknown color: approx Blush. HEX triplet: B1, 58 and 6E. RGB value is (177,88,110). Sum of RGB (Red+Green+Blue) = 177+88+110=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1586E is #4EA791. Grayscale: #757575. Windows color (decimal): -5154706 or 7231665. OLE color: 7231665.

HSL color Cylindrical-coordinate representation of color #B1586E: hue angle of 345.17º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1586E is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17788110-
CMYK00.500.380.31
HSL345.17º36.33%51.96%-
HSV(B)345.17º50.28%69.41%-
XYZ24.4417.4516.83-
YUV117.12123.99170.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=47.2%
G=23.47%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778811000.500.380.31345.1736.3351.96
HexB1586E032261F1592434
Octal26113015606246375314464
Binary1011000110110001101110011001010011011111101011001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1586E; }

 p { color: rgb(177,88,110); }

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

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

 a { background-color: rgb(177,88,110); }

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

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

 span { border-color: rgb(177,88,110); }

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