Color Hex Logo

#b6842b Color Hex

#B6842B
(182,132,43)
0 Favorites   0 Comments

Color spaces of #b6842b

RGB 18213243
HSL0.110.620.44
HSV38°76°71°
CMYK 0.000.270.76   0.29
XYZ27.978726.62205.9494
Yxy26.62200.46210.4397
Hunter Lab51.59656.499429.2811
CIE-Lab58.622810.958352.7671

#b6842b color RGB value is (182,132,43).

#b6842b hex color red value is 182, green value is 132 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #b6842b hue: 0.11 , saturation: 0.62 and the lightness value of b6842b is 0.44.

The process color (four color CMYK) of #b6842b color hex is 0.00, 0.27, 0.76, 0.29. Web safe color of #b6842b is #cc9933. Color #b6842b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000100 00101011
Octal 266 204 53
Decimal 182 132 43
Hex B6 84 2B

RGB Percentages of Color #b6842b

%50.98
%36.97
%12.04

CMYK Percentages of Color #b6842b

%0
%27
%76
%29

Triadic Colors of #b6842b

#b6842b #2bb684 #842bb6

Analogous Colors of #b6842b

#b6842b #a3b62b #b63f2b

Monochromatic Colors of #b6842b

#b6842b

Complementary Color

#b6842b #2b5db6

#b6842b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6842b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6842b Color CSS Codes

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

#b6842b Text Font Color

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

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


#b6842b Background Color

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

This div background color is #b6842b


#b6842b Border Color

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

This div border color is #b6842b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6842b


Comments

No comments written yet.

Please login to write comment.