COLOR #B68A37

HEX: #B68A37
RGB: (182,138,55)

Color info

#B68A37 contains mainly red and green colors. Web safe color of #B68A37 is #CC9933 (or #C93).

RGB color model

#B68A37 color RGB value is (182,138,55).

  • red value is 182;
  • green value is 138;
  • blue value is 55.
RGB:
(182,138,55)
(71%,54%,22%)

RGB channels and saturation

R 182 of 255 = 71%
G 138 of 255 = 54%
B 55 of 255 = 22%

182
138
55

R + G + B ~ 49%. #B68A37 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 138 + 55 = 375 (100%)
R 182 of 375 ~ 48.53%
G 138 of 375 ~ 36.8%
B 55 of 375 ~ 14.67%

%48.53
%36.8
%14.67

CMYK color model

#B68A37 color CMYK value is (0,24,70,29).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 69.78%
  • key color value is 28.63%
CMYK:
(0,24,70,29)
C0M24Y70K29 
(0%,24%,70%,29%)
(0.00/0.24/0.70/0.29)	

CMYK percentages

%0
%24.18
%69.78
%28.63

Codes

Color #B68A37 in popluar color models

B68A37
RGB18213855
HSL39°53.59%46.47%
HSB/HSV39°69.78%71.37%
CMYK0.00%24.18%69.78%
28.63%

Color #B68A37 in popluar number systems.

HEXB68A37
Decimal18213855
Binary1011011010001010110111
Octal26621267

Shades and tints

Shades of #B68A37

#B68A37
(182,138,55)
#A67E32
(166,126,50)
#96722D
(150,114,45)
#866628
(134,102,40)
#765A23
(118,90,35)
#664E1E
(102,78,30)
#564219
(86,66,25)
#463614
(70,54,20)
#362A0F
(54,42,15)
#261E0A
(38,30,10)
#161205
(22,18,5)
#000000
(0,0,0)

Tints of #B68A37

#B68A37
(182,138,55)
#BC9449
(188,148,73)
#C29E5B
(194,158,91)
#C8A86D
(200,168,109)
#CEB27F
(206,178,127)
#D4BC91
(212,188,145)
#DAC6A3
(218,198,163)
#E0D0B5
(224,208,181)
#E6DAC7
(230,218,199)
#ECE4D9
(236,228,217)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68A37 color. Also use rgb(182,138,55) instead hex code.

Text Font Color

.myTextColor { color: #B68A37; }

<p style="color:#B68A37">This sample text font color is #B68A37.</p>

This text font color is #B68A37.


Background Color

.myBgColor { background-color: #B68A37; }

<div style="background-color:#B68A37">Inner text</div>

This div background color is #B68A37.


Border color

.myBorderColor { border: 1px solid #B68A37; }

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

This div border color is #B68A37.


Opacity

.myOpacity80 { color: #B68A37; opacity: 0.8; }

<p style="color:#B68A37;opacity:0.8;">80%</p>

Text with #B68A37 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B68A37;}

<p style="text-shadow: 3px 3px 1px #B68A37">Text here.</p>

This text has shadow with #B68A37 color.

.textShadow {text-shadow: 3px 3px 1px #B68A37, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B68A37, 5px 5px 20px red">Text here.</p>

This text has shadow with #B68A37 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B68A37, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B68A37, Direction=45, Strength=4)">Text</p>

This text has shadow with #B68A37 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B68A37;
  -webkit-box-shadow:	1px 1px 3px 2px #B68A37;
  box-shadow:		1px 1px 3px 2px #B68A37;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B68A37;
-webkit-box-shadow: 1px 1px 3px 2px #B68A37;
box-shadow:1px 1px 3px 2px #B68A37;">
Div content here</div>
This div box has shadow with color #B68A37.

Preview

Color preview on black background

This text has color #B68A37 on black background.


Color preview on white background

This text has color #B68A37 on white background.



Black color preview on #B68A37 background

This text has black color on #B68A37 background.


White color preview on #B68A37 background

This text has white color on #B68A37 background.