#B1586C

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

Shades of Blush #B1586C

Tints of Blush #B1586C

Color information

#B1586C (or 0xB1586C) is unknown color: approx Blush. HEX triplet: B1, 58 and 6C. RGB value is (177,88,108). Sum of RGB (Red+Green+Blue) = 177+88+108=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1586C is #4EA793. Grayscale: #747474. Windows color (decimal): -5154708 or 7100593. OLE color: 7100593.

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

Color convert

RGB17788108-
CMYK00.500.390.31
HSL346.52º36.33%51.96%-
HSV(B)346.52º50.28%69.41%-
XYZ24.3317.4116.27-
YUV116.89122.99170.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=47.45%
G=23.59%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778810800.500.390.31346.5236.3351.96
HexB1586C032271F15b2434
Octal26113015406247375334464
Binary1011000110110001101100011001010011111111101011011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1586C; }

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

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

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

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

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

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

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

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