COLOR #B38A75

HEX: #B38A75
RGB: (179,138,117)

Color info

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

RGB color model

#B38A75 color RGB value is (179,138,117).

  • red value is 179;
  • green value is 138;
  • blue value is 117.
RGB:
(179,138,117)
(70%,54%,46%)

RGB channels and saturation

R 179 of 255 = 70%
G 138 of 255 = 54%
B 117 of 255 = 46%

179
138
117

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

Portions of RGB colors in percentages

R + G + B =
179 + 138 + 117 = 434 (100%)
R 179 of 434 ~ 41.24%
G 138 of 434 ~ 31.8%
B 117 of 434 ~ 26.96%

%41.24
%31.8
%26.96

CMYK color model

#B38A75 color CMYK value is (0,23,35,30).

  • cyan value is 0.00%
  • magenta value is 22.91%
  • yellow value is 34.64%
  • key color value is 29.80%
CMYK:
(0,23,35,30)
C0M23Y35K30 
(0%,23%,35%,30%)
(0.00/0.23/0.35/0.30)	

CMYK percentages

%0
%22.91
%34.64
%29.8

Codes

Color #B38A75 in popluar color models

B38A75
RGB179138117
HSL20°28.97%58.04%
HSB/HSV20°34.64%70.20%
CMYK0.00%22.91%34.64%
29.80%

Color #B38A75 in popluar number systems.

HEXB38A75
Decimal179138117
Binary10110011100010101110101
Octal263212165

Shades and tints

Shades of #B38A75

#B38A75
(179,138,117)
#A37E6B
(163,126,107)
#937261
(147,114,97)
#836657
(131,102,87)
#735A4D
(115,90,77)
#634E43
(99,78,67)
#534239
(83,66,57)
#43362F
(67,54,47)
#332A25
(51,42,37)
#231E1B
(35,30,27)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #B38A75

#B38A75
(179,138,117)
#B99481
(185,148,129)
#BF9E8D
(191,158,141)
#C5A899
(197,168,153)
#CBB2A5
(203,178,165)
#D1BCB1
(209,188,177)
#D7C6BD
(215,198,189)
#DDD0C9
(221,208,201)
#E3DAD5
(227,218,213)
#E9E4E1
(233,228,225)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38A75 color. Also use rgb(179,138,117) instead hex code.

Text Font Color

.myTextColor { color: #B38A75; }

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

This text font color is #B38A75.


Background Color

.myBgColor { background-color: #B38A75; }

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

This div background color is #B38A75.


Border color

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

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

This div border color is #B38A75.


Opacity

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

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

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

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

This text has shadow with #B38A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38A75 on black background.


Color preview on white background

This text has color #B38A75 on white background.



Black color preview on #B38A75 background

This text has black color on #B38A75 background.


White color preview on #B38A75 background

This text has white color on #B38A75 background.