Color Hex Logo

#b4866a Color Hex

#B4866A
(180,134,106)
0 Favorites   0 Comments

Color spaces of #b4866a

RGB 180134106
HSL0.060.330.56
HSV23°41°71°
CMYK 0.000.260.41   0.29
XYZ29.949027.794117.4220
Yxy27.79410.39840.3698
Hunter Lab52.72019.141317.3110
CIE-Lab59.702313.936621.9429

#b4866a color RGB value is (180,134,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000110 01101010
Octal 264 206 152
Decimal 180 134 106
Hex B4 86 6A

RGB Percentages of Color #b4866a

%42.86
%31.90
%25.24

CMYK Percentages of Color #b4866a

%0
%26
%41
%29

Triadic Colors of #b4866a

#b4866a #6ab486 #866ab4

Analogous Colors of #b4866a

#b4866a #b4ab6a #b46a73

Monochromatic Colors of #b4866a

#b4866a

Complementary Color

#b4866a #6a98b4

#b4866a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4866a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4866a Color CSS Codes

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

#b4866a Text Font Color

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

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


#b4866a Background Color

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

This div background color is #b4866a


#b4866a Border Color

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

This div border color is #b4866a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4866a


Comments

No comments written yet.

Please login to write comment.