Color Hex Logo

#b49956 Color Hex

#B49956
(180,153,86)
0 Favorites   0 Comments

Color spaces of #b49956

RGB 18015386
HSL0.120.390.52
HSV43°52°71°
CMYK 0.000.150.52   0.29
XYZ31.893333.157613.5232
Yxy33.15760.40590.4220
Hunter Lab57.5826-1.903826.3837
CIE-Lab64.28831.378138.6421

#b49956 color RGB value is (180,153,86).

#b49956 hex color red value is 180, green value is 153 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #b49956 hue: 0.12 , saturation: 0.39 and the lightness value of b49956 is 0.52.

The process color (four color CMYK) of #b49956 color hex is 0.00, 0.15, 0.52, 0.29. Web safe color of #b49956 is #cc9966. Color #b49956 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011001 01010110
Octal 264 231 126
Decimal 180 153 86
Hex B4 99 56

RGB Percentages of Color #b49956

%42.96
%36.52
%20.53

CMYK Percentages of Color #b49956

%0
%15
%52
%29

Triadic Colors of #b49956

#b49956 #56b499 #9956b4

Analogous Colors of #b49956

#b49956 #a0b456 #b46a56

Monochromatic Colors of #b49956

#b49956

Complementary Color

#b49956 #5671b4

#b49956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49956 Color CSS Codes

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

#b49956 Text Font Color

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

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


#b49956 Background Color

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

This div background color is #b49956


#b49956 Border Color

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

This div border color is #b49956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49956


Comments

No comments written yet.

Please login to write comment.