COLOR #B7A08B

HEX: #B7A08B RGB: (183,160,139)

Color info

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

RGB color model

#B7A08B color RGB value is (183,160,139).

RGB: (183,160,139) (72%, 63%, 55%)

RGB channels and saturation

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

183
160
139

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

Portions of RGB colors in percentages

R + G + B = 183 + 160 + 139 = 482 (100%)
R 183 of 482 ~ 37.97%
G 160 of 482 ~ 33.2%
B 139 of 482 ~ 28.84'%

%37.97
%33.2
%28.84

CMYK color model

#B7A08B color CMYK value is (0,13,24,28).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 24.04%
  • key color value is 28.24%
CMYK: (0,13,24,28) C0M13Y24K28 (0%,13%,24%,28%) (0.00/0.13/0.24/0.28) 

CMYK percentages

%0
%12.57
%24.04
%28.24

Codes

Color #B7A08B in popluar color models

B7 A0 8B
RGB 183 160 139
HSL 29° 23.40% 63.14%
HSB/HSV 29° 24.04% 71.76%
CMYK 0.00% 12.57% 24.04%
28.24%

Color #B7A08B in popluar number systems.

HEX B7 A0 8B
Decimal 183 160 139
Binary 10110111 10100000 10001011
Octal 267 240 213

Shades and tints

Shades of #B7A08B

#B7A08B
(183,160,139)
#A7927F
(167,146,127)
#978473
(151,132,115)
#877667
(135,118,103)
#77685B
(119,104,91)
#675A4F
(103,90,79)
#574C43
(87,76,67)
#473E37
(71,62,55)
#37302B
(55,48,43)
#27221F
(39,34,31)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #B7A08B

#B7A08B
(183,160,139)
#BDA895
(189,168,149)
#C3B09F
(195,176,159)
#C9B8A9
(201,184,169)
#CFC0B3
(207,192,179)
#D5C8BD
(213,200,189)
#DBD0C7
(219,208,199)
#E1D8D1
(225,216,209)
#E7E0DB
(231,224,219)
#EDE8E5
(237,232,229)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A08B; }

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

This text font color is #B7A08B.

Background Color

.myBgColor { background-color: #B7A08B; }

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

This div background color is #B7A08B.

Border color

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

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

This div border color is #B7A08B.

Opacity

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

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

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

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

This text has shadow with #B7A08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A08B.

Preview

Color preview on black background

This text has color #B7A08B on black background.


Color preview on white background

This text has color #B7A08B on white background.


Black color preview on #B7A08B background

This text has black color on #B7A08B background.


White color preview on #B7A08B background

This text has white color on #B7A08B background.


Related colors

Complementary color

Complementary color for #hex is #485F74.


I love getcolorcode.com

Triadic colors

1 #8BB7A0 and #A08BB7 with #B7A08B are triadic colors.

2 #8BA0B7 and #A0B78B with #B7A08B are triadic colors.