Color Hex Logo

#b6871e Color Hex

#B6871E
(182,135,30)
0 Favorites   0 Comments

Color spaces of #b6871e

RGB 18213530
HSL0.120.720.42
HSV41°84°71°
CMYK 0.000.260.84   0.29
XYZ28.189727.36685.0249
Yxy27.36680.46530.4517
Hunter Lab52.31334.638830.9243
CIE-Lab59.31238.820258.1103

#b6871e color RGB value is (182,135,30).

#b6871e hex color red value is 182, green value is 135 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b6871e hue: 0.12 , saturation: 0.72 and the lightness value of b6871e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000111 00011110
Octal 266 207 36
Decimal 182 135 30
Hex B6 87 1E

RGB Percentages of Color #b6871e

%52.45
%38.90
%8.65

CMYK Percentages of Color #b6871e

%0
%26
%84
%29

Triadic Colors of #b6871e

#b6871e #1eb687 #871eb6

Analogous Colors of #b6871e

#b6871e #99b61e #b63b1e

Monochromatic Colors of #b6871e

#b6871e

Complementary Color

#b6871e #1e4db6

#b6871e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6871e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6871e Color CSS Codes

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

#b6871e Text Font Color

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

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


#b6871e Background Color

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

This div background color is #b6871e


#b6871e Border Color

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

This div border color is #b6871e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,135,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6871e


Comments

No comments written yet.

Please login to write comment.