Color Hex Logo

#b8863a Color Hex

#B8863A
(184,134,58)
0 Favorites   0 Comments

Color spaces of #b8863a

RGB 18413458
HSL0.100.520.47
HSV36°68°72°
CMYK 0.000.270.68   0.28
XYZ29.056027.54607.7885
Yxy27.54600.45120.4278
Hunter Lab52.48436.972527.9406
CIE-Lab59.476311.494547.1094

#b8863a color RGB value is (184,134,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000110 00111010
Octal 270 206 72
Decimal 184 134 58
Hex B8 86 3A

RGB Percentages of Color #b8863a

%48.94
%35.64
%15.43

CMYK Percentages of Color #b8863a

%0
%27
%68
%28

Triadic Colors of #b8863a

#b8863a #3ab886 #863ab8

Analogous Colors of #b8863a

#b8863a #abb83a #b8473a

Monochromatic Colors of #b8863a

#b8863a

Complementary Color

#b8863a #3a6cb8

#b8863a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8863a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8863a Color CSS Codes

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

#b8863a Text Font Color

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

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


#b8863a Background Color

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

This div background color is #b8863a


#b8863a Border Color

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

This div border color is #b8863a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8863a


Comments

No comments written yet.

Please login to write comment.