Color Hex Logo

#b49187 Color Hex

#B49187
(180,145,135)
0 Favorites   0 Comments

Color spaces of #b49187

RGB 180145135
HSL0.040.230.62
HSV13°25°71°
CMYK 0.000.190.25   0.29
XYZ33.321031.703427.2848
Yxy31.70340.36100.3434
Hunter Lab56.30587.098810.6831
CIE-Lab63.097011.622110.2833

#b49187 color RGB value is (180,145,135).

#b49187 hex color red value is 180, green value is 145 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b49187 hue: 0.04 , saturation: 0.23 and the lightness value of b49187 is 0.62.

The process color (four color CMYK) of #b49187 color hex is 0.00, 0.19, 0.25, 0.29. Web safe color of #b49187 is #cc9999. Color #b49187 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010001 10000111
Octal 264 221 207
Decimal 180 145 135
Hex B4 91 87

RGB Percentages of Color #b49187

%39.13
%31.52
%29.35

CMYK Percentages of Color #b49187

%0
%19
%25
%29

Triadic Colors of #b49187

#b49187 #87b491 #9187b4

Analogous Colors of #b49187

#b49187 #b4a887 #b48794

Monochromatic Colors of #b49187

#b49187

Complementary Color

#b49187 #87aab4

#b49187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49187 Color CSS Codes

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

#b49187 Text Font Color

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

This sample text font color is #b49187
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.


#b49187 Background Color

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

This div background color is #b49187


#b49187 Border Color

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

This div border color is #b49187


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,145,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b49187; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b49187;
  -webkit-box-shadow: 1px 1px 3px 2px #b49187;
  box-shadow:         1px 1px 3px 2px #b49187; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,145,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49187


Comments

No comments written yet.

Please login to write comment.