color codes Logo

#b6873a color codes

#B6873A
(182,135,58)
0 Favorites   0 Comments

Color spaces of #b6873a

RGB 18213558
HSL0.100.520.47
HSV37°68°71°
CMYK 0.000.260.68   0.29
XYZ28.719127.57857.8125
Yxy27.57850.44800.4302
Hunter Lab52.51525.714927.9403
CIE-Lab59.506010.059747.0753

#b6873a color RGB value is (182,135,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000111 00111010
Octal 266 207 72
Decimal 182 135 58
Hex B6 87 3A

RGB Percentages of Color #b6873a

%48.53
%36.00
%15.47

CMYK Percentages of Color #b6873a

%0
%26
%68
%29

Triadic Colors of #b6873a

#b6873a #3ab687 #873ab6

Analogous Colors of #b6873a

#b6873a #a7b63a #b6493a

Monochromatic Colors of #b6873a

#b6873a

Complementary Color

#b6873a #3a69b6

#b6873a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6873a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6873a Color CSS Codes

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

#b6873a Text Font Color

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

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


#b6873a Background Color

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

This div background color is #b6873a


#b6873a Border Color

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

This div border color is #b6873a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6873a


Comments

No comments written yet.

Please login to write comment.