COLOR #B38A7A

HEX: #B38A7A
RGB: (179,138,122)

Color info

#B38A7A contains red, green and blue colors in about the same proportion. Web safe color of #B38A7A is #999966 (or #996).

RGB color model

#B38A7A color RGB value is (179,138,122).

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

RGB channels and saturation

R 179 of 255 = 70%
G 138 of 255 = 54%
B 122 of 255 = 48%

179
138
122

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

Portions of RGB colors in percentages

R + G + B =
179 + 138 + 122 = 439 (100%)
R 179 of 439 ~ 40.77%
G 138 of 439 ~ 31.44%
B 122 of 439 ~ 27.79%

%40.77
%31.44
%27.79

CMYK color model

#B38A7A color CMYK value is (0,23,32,30).

  • cyan value is 0.00%
  • magenta value is 22.91%
  • yellow value is 31.84%
  • key color value is 29.80%
CMYK:
(0,23,32,30)
C0M23Y32K30 
(0%,23%,32%,30%)
(0.00/0.23/0.32/0.30)	

CMYK percentages

%0
%22.91
%31.84
%29.8

Codes

Color #B38A7A in popluar color models

B38A7A
RGB179138122
HSL17°27.27%59.02%
HSB/HSV17°31.84%70.20%
CMYK0.00%22.91%31.84%
29.80%

Color #B38A7A in popluar number systems.

HEXB38A7A
Decimal179138122
Binary10110011100010101111010
Octal263212172

Shades and tints

Shades of #B38A7A

#B38A7A
(179,138,122)
#A37E6F
(163,126,111)
#937264
(147,114,100)
#836659
(131,102,89)
#735A4E
(115,90,78)
#634E43
(99,78,67)
#534238
(83,66,56)
#43362D
(67,54,45)
#332A22
(51,42,34)
#231E17
(35,30,23)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #B38A7A

#B38A7A
(179,138,122)
#B99486
(185,148,134)
#BF9E92
(191,158,146)
#C5A89E
(197,168,158)
#CBB2AA
(203,178,170)
#D1BCB6
(209,188,182)
#D7C6C2
(215,198,194)
#DDD0CE
(221,208,206)
#E3DADA
(227,218,218)
#E9E4E6
(233,228,230)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38A7A; }

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

This text font color is #B38A7A.


Background Color

.myBgColor { background-color: #B38A7A; }

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

This div background color is #B38A7A.


Border color

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

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

This div border color is #B38A7A.


Opacity

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

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

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

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

This text has shadow with #B38A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38A7A on black background.


Color preview on white background

This text has color #B38A7A on white background.



Black color preview on #B38A7A background

This text has black color on #B38A7A background.


White color preview on #B38A7A background

This text has white color on #B38A7A background.