COLOR #B38D62

HEX: #B38D62 RGB: (179,141,98)

Color info

#B38D62 contains mainly red and green colors. Web safe color of #B38D62 is #999966 (or #996).

RGB color model

#B38D62 color RGB value is (179,141,98).

RGB: (179,141,98) (70%, 55%, 38%)

RGB channels and saturation

R 179 of 255 = 70%
G 141 of 255 = 55%
B 98 of 255 = 38%

179
141
98

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

Portions of RGB colors in percentages

R + G + B = 179 + 141 + 98 = 418 (100%)
R 179 of 418 ~ 42.82%
G 141 of 418 ~ 33.73%
B 98 of 418 ~ 23.44'%

%42.82
%33.73
%23.44

CMYK color model

#B38D62 color CMYK value is (0,21,45,30).

  • cyan value is 0.00%
  • magenta value is 21.23%
  • yellow value is 45.25%
  • key color value is 29.80%

CMYK: (0,21,45,30)
C0M21Y45K30 (0%, 21%, 45%, 30%)
(0.00 / 0.21 / 0.45 / 0.30)

CMYK percentages

%0
%21.23
%45.25
%29.8

Codes

Color #B38D62 in popluar color models

B3 8D 62
RGB 179 141 98
HSL 32° 34.76% 54.31%
HSB/HSV 32° 45.25% 70.20%
CMYK 0.00% 21.23% 45.25%
29.80%

Color #B38D62 in popluar number systems.

HEX B3 8D 62
Decimal 179 141 98
Binary 10110011 10001101 1100010
Octal 263 215 142

Shades and tints

Shades of #B38D62

#B38D62
(179,141,98)
#A3815A
(163,129,90)
#937552
(147,117,82)
#83694A
(131,105,74)
#735D42
(115,93,66)
#63513A
(99,81,58)
#534532
(83,69,50)
#43392A
(67,57,42)
#332D22
(51,45,34)
#23211A
(35,33,26)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #B38D62

#B38D62
(179,141,98)
#B99770
(185,151,112)
#BFA17E
(191,161,126)
#C5AB8C
(197,171,140)
#CBB59A
(203,181,154)
#D1BFA8
(209,191,168)
#D7C9B6
(215,201,182)
#DDD3C4
(221,211,196)
#E3DDD2
(227,221,210)
#E9E7E0
(233,231,224)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38D62 color. Also use rgb(179,141,98) instead hex code.

Text Font Color

.myTextColor { color: #B38D62; }

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

This text font color is #B38D62.

Background Color

.myBgColor { background-color: #B38D62; }

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

This div background color is #B38D62.

Border color

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

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

This div border color is #B38D62.

Opacity

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

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

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

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

This text has shadow with #B38D62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B38D62.

Preview

Color preview on black background

This text has color #B38D62 on black background.


Color preview on white background

This text has color #B38D62 on white background.


Black color preview on #B38D62 background

This text has black color on #B38D62 background.


White color preview on #B38D62 background

This text has white color on #B38D62 background.


Related colors

Complementary color

Complementary color for #hex is #4C729D.


I love getcolorcode.com

Triadic colors

1 #62B38D and #8D62B3 with #B38D62 are triadic colors.

2 #628DB3 and #8DB362 with #B38D62 are triadic colors.