COLOR #B7A18B

HEX: #B7A18B
RGB: (183,161,139)

Color info

#B7A18B contains red, green and blue colors in about the same proportion. Web safe color of #B7A18B is #CC9999 (or #C99).

RGB color model

#B7A18B color RGB value is (183,161,139).

  • red value is 183;
  • green value is 161;
  • blue value is 139.
RGB:
(183,161,139)
(72%,63%,55%)

RGB channels and saturation

R 183 of 255 = 72%
G 161 of 255 = 63%
B 139 of 255 = 55%

183
161
139

R + G + B ~ 63%. #B7A18B is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 161 + 139 = 483 (100%)
R 183 of 483 ~ 37.89%
G 161 of 483 ~ 33.33%
B 139 of 483 ~ 28.78%

%37.89
%33.33
%28.78

CMYK color model

#B7A18B color CMYK value is (0,12,24,28).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 24.04%
  • key color value is 28.24%
CMYK:
(0,12,24,28)
C0M12Y24K28 
(0%,12%,24%,28%)
(0.00/0.12/0.24/0.28)	

CMYK percentages

%0
%12.02
%24.04
%28.24

Codes

Color #B7A18B in popluar color models

B7A18B
RGB183161139
HSL30°23.40%63.14%
HSB/HSV30°24.04%71.76%
CMYK0.00%12.02%24.04%
28.24%

Color #B7A18B in popluar number systems.

HEXB7A18B
Decimal183161139
Binary101101111010000110001011
Octal267241213

Shades and tints

Shades of #B7A18B

#B7A18B
(183,161,139)
#A7937F
(167,147,127)
#978573
(151,133,115)
#877767
(135,119,103)
#77695B
(119,105,91)
#675B4F
(103,91,79)
#574D43
(87,77,67)
#473F37
(71,63,55)
#37312B
(55,49,43)
#27231F
(39,35,31)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #B7A18B

#B7A18B
(183,161,139)
#BDA995
(189,169,149)
#C3B19F
(195,177,159)
#C9B9A9
(201,185,169)
#CFC1B3
(207,193,179)
#D5C9BD
(213,201,189)
#DBD1C7
(219,209,199)
#E1D9D1
(225,217,209)
#E7E1DB
(231,225,219)
#EDE9E5
(237,233,229)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A18B color. Also use rgb(183,161,139) instead hex code.

Text Font Color

.myTextColor { color: #B7A18B; }

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

This text font color is #B7A18B.


Background Color

.myBgColor { background-color: #B7A18B; }

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

This div background color is #B7A18B.


Border color

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

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

This div border color is #B7A18B.


Opacity

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

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

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

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

This text has shadow with #B7A18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A18B on black background.


Color preview on white background

This text has color #B7A18B on white background.



Black color preview on #B7A18B background

This text has black color on #B7A18B background.


White color preview on #B7A18B background

This text has white color on #B7A18B background.