Color Hex Logo

#b4863e Color Hex

#B4863E
(180,134,62)
0 Favorites   0 Comments

Color spaces of #b4863e

RGB 18013462
HSL0.100.490.47
HSV37°66°71°
CMYK 0.000.260.66   0.29
XYZ28.217027.10138.3013
Yxy27.10130.44350.4260
Hunter Lab52.05895.647626.9869
CIE-Lab59.06809.981044.6218

#b4863e color RGB value is (180,134,62).

#b4863e hex color red value is 180, green value is 134 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b4863e hue: 0.10 , saturation: 0.49 and the lightness value of b4863e is 0.47.

The process color (four color CMYK) of #b4863e color hex is 0.00, 0.26, 0.66, 0.29. Web safe color of #b4863e is #cc9933. Color #b4863e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000110 00111110
Octal 264 206 76
Decimal 180 134 62
Hex B4 86 3E

RGB Percentages of Color #b4863e

%47.87
%35.64
%16.49

CMYK Percentages of Color #b4863e

%0
%26
%66
%29

Triadic Colors of #b4863e

#b4863e #3eb486 #863eb4

Analogous Colors of #b4863e

#b4863e #a7b43e #b44b3e

Monochromatic Colors of #b4863e

#b4863e

Complementary Color

#b4863e #3e6cb4

#b4863e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4863e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4863e Color CSS Codes

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

#b4863e Text Font Color

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

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


#b4863e Background Color

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

This div background color is #b4863e


#b4863e Border Color

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

This div border color is #b4863e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4863e


Comments

No comments written yet.

Please login to write comment.