Color Hex Logo

#b49872 Color Hex

#B49872
(180,152,114)
0 Favorites   0 Comments

Color spaces of #b49872

RGB 180152114
HSL0.100.310.58
HSV35°37°71°
CMYK 0.000.160.37   0.29
XYZ33.087933.374720.6176
Yxy33.37470.38000.3833
Hunter Lab57.77081.135819.2798
CIE-Lab64.46324.909423.8818

#b49872 color RGB value is (180,152,114).

#b49872 hex color red value is 180, green value is 152 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b49872 hue: 0.10 , saturation: 0.31 and the lightness value of b49872 is 0.58.

The process color (four color CMYK) of #b49872 color hex is 0.00, 0.16, 0.37, 0.29. Web safe color of #b49872 is #cc9966. Color #b49872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011000 01110010
Octal 264 230 162
Decimal 180 152 114
Hex B4 98 72

RGB Percentages of Color #b49872

%40.36
%34.08
%25.56

CMYK Percentages of Color #b49872

%0
%16
%37
%29

Triadic Colors of #b49872

#b49872 #72b498 #9872b4

Analogous Colors of #b49872

#b49872 #afb472 #b47772

Monochromatic Colors of #b49872

#b49872

Complementary Color

#b49872 #728eb4

#b49872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49872 Color CSS Codes

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

#b49872 Text Font Color

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

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


#b49872 Background Color

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

This div background color is #b49872


#b49872 Border Color

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

This div border color is #b49872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49872


Comments

No comments written yet.

Please login to write comment.