Color Hex Logo

#b4863a Color Hex

#B4863A
(180,134,58)
0 Favorites   0 Comments

Color spaces of #b4863a

RGB 18013458
HSL0.100.510.47
HSV37°68°71°
CMYK 0.000.260.68   0.29
XYZ28.111227.05907.7443
Yxy27.05900.44680.4301
Hunter Lab52.01835.431227.5859
CIE-Lab59.02899.732146.4953

#b4863a color RGB value is (180,134,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000110 00111010
Octal 264 206 72
Decimal 180 134 58
Hex B4 86 3A

RGB Percentages of Color #b4863a

%48.39
%36.02
%15.59

CMYK Percentages of Color #b4863a

%0
%26
%68
%29

Triadic Colors of #b4863a

#b4863a #3ab486 #863ab4

Analogous Colors of #b4863a

#b4863a #a5b43a #b4493a

Monochromatic Colors of #b4863a

#b4863a

Complementary Color

#b4863a #3a68b4

#b4863a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4863a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4863a Color CSS Codes

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

#b4863a Text Font Color

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

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


#b4863a Background Color

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

This div background color is #b4863a


#b4863a Border Color

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

This div border color is #b4863a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4863a


Comments

No comments written yet.

Please login to write comment.