#B1586A

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

Shades of Blush #B1586A

Tints of Blush #B1586A

Color information

#B1586A (or 0xB1586A) is unknown color: approx Blush. HEX triplet: B1, 58 and 6A. RGB value is (177,88,106). Sum of RGB (Red+Green+Blue) = 177+88+106=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1586A is #4EA795. Grayscale: #747474. Windows color (decimal): -5154710 or 6969521. OLE color: 6969521.

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

Color convert

RGB17788106-
CMYK00.500.400.31
HSL347.87º36.33%51.96%-
HSV(B)347.87º50.28%69.41%-
XYZ24.2217.3715.71-
YUV116.66121.99171.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=47.71%
G=23.72%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778810600.500.400.31347.8736.3351.96
HexB1586A032281F15c2434
Octal26113015206250375344464
Binary1011000110110001101010011001010100011111101011100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1586A; }

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

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

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

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

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

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

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

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