Color Hex Logo

#b6893e Color Hex

#B6893E
(182,137,62)
0 Favorites   0 Comments

Color spaces of #b6893e

RGB 18213762
HSL0.100.490.48
HSV38°66°71°
CMYK 0.000.250.66   0.29
XYZ29.106628.18428.4634
Yxy28.18420.44270.4286
Hunter Lab53.08884.959527.7102
CIE-Lab60.05489.196645.7747

#b6893e color RGB value is (182,137,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001001 00111110
Octal 266 211 76
Decimal 182 137 62
Hex B6 89 3E

RGB Percentages of Color #b6893e

%47.77
%35.96
%16.27

CMYK Percentages of Color #b6893e

%0
%25
%66
%29

Triadic Colors of #b6893e

#b6893e #3eb689 #893eb6

Analogous Colors of #b6893e

#b6893e #a7b63e #b64d3e

Monochromatic Colors of #b6893e

#b6893e

Complementary Color

#b6893e #3e6bb6

#b6893e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6893e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6893e Color CSS Codes

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

#b6893e Text Font Color

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

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


#b6893e Background Color

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

This div background color is #b6893e


#b6893e Border Color

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

This div border color is #b6893e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6893e


Comments

No comments written yet.

Please login to write comment.