Color Hex Logo

#b4866e Color Hex

#B4866E
(180,134,110)
0 Favorites   0 Comments

Color spaces of #b4866e

RGB 180134110
HSL0.060.320.57
HSV21°39°71°
CMYK 0.000.260.39   0.29
XYZ30.162027.879318.5434
Yxy27.87930.39380.3640
Hunter Lab52.80099.565016.1382
CIE-Lab59.779514.408219.7948

#b4866e color RGB value is (180,134,110).

#b4866e hex color red value is 180, green value is 134 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b4866e hue: 0.06 , saturation: 0.32 and the lightness value of b4866e is 0.57.

The process color (four color CMYK) of #b4866e color hex is 0.00, 0.26, 0.39, 0.29. Web safe color of #b4866e is #cc9966. Color #b4866e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000110 01101110
Octal 264 206 156
Decimal 180 134 110
Hex B4 86 6E

RGB Percentages of Color #b4866e

%42.45
%31.60
%25.94

CMYK Percentages of Color #b4866e

%0
%26
%39
%29

Triadic Colors of #b4866e

#b4866e #6eb486 #866eb4

Analogous Colors of #b4866e

#b4866e #b4a96e #b46e79

Monochromatic Colors of #b4866e

#b4866e

Complementary Color

#b4866e #6e9cb4

#b4866e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4866e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4866e Color CSS Codes

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

#b4866e Text Font Color

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

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


#b4866e Background Color

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

This div background color is #b4866e


#b4866e Border Color

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

This div border color is #b4866e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4866e

#b4866e Color Palettes


Comments

No comments written yet.

Please login to write comment.