COLOR #B68A3B

HEX: #B68A3B
RGB: (182,138,59)

Color info

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

RGB color model

#B68A3B color RGB value is (182,138,59).

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

RGB channels and saturation

R 182 of 255 = 71%
G 138 of 255 = 54%
B 59 of 255 = 23%

182
138
59

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

Portions of RGB colors in percentages

R + G + B =
182 + 138 + 59 = 379 (100%)
R 182 of 379 ~ 48.02%
G 138 of 379 ~ 36.41%
B 59 of 379 ~ 15.57%

%48.02
%36.41
%15.57

CMYK color model

#B68A3B color CMYK value is (0,24,68,29).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 67.58%
  • key color value is 28.63%
CMYK:
(0,24,68,29)
C0M24Y68K29 
(0%,24%,68%,29%)
(0.00/0.24/0.68/0.29)	

CMYK percentages

%0
%24.18
%67.58
%28.63

Codes

Color #B68A3B in popluar color models

B68A3B
RGB18213859
HSL39°51.04%47.25%
HSB/HSV39°67.58%71.37%
CMYK0.00%24.18%67.58%
28.63%

Color #B68A3B in popluar number systems.

HEXB68A3B
Decimal18213859
Binary1011011010001010111011
Octal26621273

Shades and tints

Shades of #B68A3B

#B68A3B
(182,138,59)
#A67E36
(166,126,54)
#967231
(150,114,49)
#86662C
(134,102,44)
#765A27
(118,90,39)
#664E22
(102,78,34)
#56421D
(86,66,29)
#463618
(70,54,24)
#362A13
(54,42,19)
#261E0E
(38,30,14)
#161209
(22,18,9)
#000000
(0,0,0)

Tints of #B68A3B

#B68A3B
(182,138,59)
#BC944C
(188,148,76)
#C29E5D
(194,158,93)
#C8A86E
(200,168,110)
#CEB27F
(206,178,127)
#D4BC90
(212,188,144)
#DAC6A1
(218,198,161)
#E0D0B2
(224,208,178)
#E6DAC3
(230,218,195)
#ECE4D4
(236,228,212)
#F2EEE5
(242,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B68A3B; }

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

This text font color is #B68A3B.


Background Color

.myBgColor { background-color: #B68A3B; }

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

This div background color is #B68A3B.


Border color

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

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

This div border color is #B68A3B.


Opacity

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

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

Text with #B68A3B 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 #B68A3B;}

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

This text has shadow with #B68A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68A3B on black background.


Color preview on white background

This text has color #B68A3B on white background.



Black color preview on #B68A3B background

This text has black color on #B68A3B background.


White color preview on #B68A3B background

This text has white color on #B68A3B background.