Color Hex Logo

#b1586f Color Hex

#B1586F
(177,88,111)
0 Favorites   0 Comments

Color spaces of #b1586f

RGB 17788111
HSL0.960.360.52
HSV344°50°69°
CMYK 0.000.500.37   0.31
XYZ24.490417.474317.1210
Yxy17.47430.41450.2957
Hunter Lab41.802331.42254.9781
CIE-Lab48.852238.63223.8648

#b1586f color RGB value is (177,88,111).

#b1586f hex color red value is 177, green value is 88 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b1586f hue: 0.96 , saturation: 0.36 and the lightness value of b1586f is 0.52.

The process color (four color CMYK) of #b1586f color hex is 0.00, 0.50, 0.37, 0.31. Web safe color of #b1586f is #996666. Color #b1586f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011000 01101111
Octal 261 130 157
Decimal 177 88 111
Hex B1 58 6F

RGB Percentages of Color #b1586f

%47.07
%23.40
%29.52

CMYK Percentages of Color #b1586f

%0
%50
%37
%31

Triadic Colors of #b1586f

#b1586f #6fb158 #586fb1

Analogous Colors of #b1586f

#b1586f #b16e58 #b1589c

Monochromatic Colors of #b1586f

#b1586f

Complementary Color

#b1586f #58b19a

#b1586f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1586f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1586f Color CSS Codes

.mybgcolor {background-color:#b1586f; } 
.myforecolor {color:#b1586f; }
.mybordercolor {border:3px solid #b1586f; }

#b1586f Text Font Color

<p style="color:#b1586f">Text here</p>

This sample text font color is #b1586f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b1586f Background Color

<div style="background-color:#b1586f">
Div content here</div>

This div background color is #b1586f


#b1586f Border Color

<div style="border:3px solid #b1586f">
Div here</div>

This div border color is #b1586f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,88,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1586f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1586f;
  -webkit-box-shadow: 1px 1px 3px 2px #b1586f;
  box-shadow:         1px 1px 3px 2px #b1586f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,88,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b1586f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b1586f;
  -webkit-box-shadow: 1px 1px 3px 2px #b1586f;
  box-shadow:         1px 1px 3px 2px #b1586f;">
Div content here</div>

This div box has shadow with color #b1586f


Comments

No comments written yet.

Please login to write comment.