Color Hex Logo

#b6834a Color Hex

#B6834A
(182,131,74)
0 Favorites   0 Comments

Color spaces of #b6834a

RGB 18213174
HSL0.090.430.50
HSV32°59°71°
CMYK 0.000.280.59   0.29
XYZ28.643726.672110.1171
Yxy26.67210.43780.4076
Hunter Lab51.64508.622024.5368
CIE-Lab58.669613.371238.1545

#b6834a color RGB value is (182,131,74).

#b6834a hex color red value is 182, green value is 131 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b6834a hue: 0.09 , saturation: 0.43 and the lightness value of b6834a is 0.50.

The process color (four color CMYK) of #b6834a color hex is 0.00, 0.28, 0.59, 0.29. Web safe color of #b6834a is #cc9933. Color #b6834a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000011 01001010
Octal 266 203 112
Decimal 182 131 74
Hex B6 83 4A

RGB Percentages of Color #b6834a

%47.03
%33.85
%19.12

CMYK Percentages of Color #b6834a

%0
%28
%59
%29

Triadic Colors of #b6834a

#b6834a #4ab683 #834ab6

Analogous Colors of #b6834a

#b6834a #b3b64a #b64d4a

Monochromatic Colors of #b6834a

#b6834a

Complementary Color

#b6834a #4a7db6

#b6834a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6834a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6834a Color CSS Codes

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

#b6834a Text Font Color

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

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


#b6834a Background Color

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

This div background color is #b6834a


#b6834a Border Color

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

This div border color is #b6834a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6834a


Comments

No comments written yet.

Please login to write comment.