#B1585E

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

Shades of Blush #B1585E

Tints of Blush #B1585E

Color information

#B1585E (or 0xB1585E) is unknown color: approx Blush. HEX triplet: B1, 58 and 5E. RGB value is (177,88,94). Sum of RGB (Red+Green+Blue) = 177+88+94=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B1585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1585E is #4EA7A1. Grayscale: #737373. Windows color (decimal): -5154722 or 6183089. OLE color: 6183089.

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

Color convert

RGB1778894-
CMYK00.500.470.31
HSL355.96º36.33%51.96%-
HSV(B)355.96º50.28%69.41%-
XYZ23.6417.1312.65-
YUV115.29115.99172.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=49.30%
G=24.51%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177889400.500.470.31355.9636.3351.96
HexB1585E0322F1F1642434
Octal26113013606257375444464
Binary1011000110110001011110011001010111111111101100100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1585E; }

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

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

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

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

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

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

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

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