Color Hex Logo

#b8873a Color Hex

#B8873A
(184,135,58)
0 Favorites   0 Comments

Color spaces of #b8873a

RGB 18413558
HSL0.100.520.47
HSV37°68°72°
CMYK 0.000.270.68   0.28
XYZ29.194927.82387.8348
Yxy27.82380.45020.4290
Hunter Lab52.74836.486028.1173
CIE-Lab59.729210.940447.3812

#b8873a color RGB value is (184,135,58).

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

The process color (four color CMYK) of #b8873a color hex is 0.00, 0.27, 0.68, 0.28. Web safe color of #b8873a is #cc9933. Color #b8873a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000111 00111010
Octal 270 207 72
Decimal 184 135 58
Hex B8 87 3A

RGB Percentages of Color #b8873a

%48.81
%35.81
%15.38

CMYK Percentages of Color #b8873a

%0
%27
%68
%28

Triadic Colors of #b8873a

#b8873a #3ab887 #873ab8

Analogous Colors of #b8873a

#b8873a #aab83a #b8483a

Monochromatic Colors of #b8873a

#b8873a

Complementary Color

#b8873a #3a6bb8

#b8873a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8873a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8873a Color CSS Codes

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

#b8873a Text Font Color

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

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


#b8873a Background Color

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

This div background color is #b8873a


#b8873a Border Color

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

This div border color is #b8873a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,135,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 #b8873a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8873a


Comments

No comments written yet.

Please login to write comment.