#B1586B

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

Shades of Blush #B1586B

Tints of Blush #B1586B

Color information

#B1586B (or 0xB1586B) is unknown color: approx Blush. HEX triplet: B1, 58 and 6B. RGB value is (177,88,107). Sum of RGB (Red+Green+Blue) = 177+88+107=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1586B is #4EA794. Grayscale: #747474. Windows color (decimal): -5154709 or 7035057. OLE color: 7035057.

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

Color convert

RGB17788107-
CMYK00.500.400.31
HSL347.19º36.33%51.96%-
HSV(B)347.19º50.28%69.41%-
XYZ24.2817.3915.99-
YUV116.78122.49170.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=47.58%
G=23.66%
B=28.76%

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
Decimal1778810700.500.400.31347.1936.3351.96
HexB1586B032281F15b2434
Octal26113015306250375334464
Binary1011000110110001101011011001010100011111101011011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1586B; }

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

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

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

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

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

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

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

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