COLOR #B7A39B

HEX: #B7A39B RGB: (183,163,155)

Color info

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

RGB color model

#B7A39B color RGB value is (183,163,155).

RGB: (183,163,155) (72%, 64%, 61%)

RGB channels and saturation

R 183 of 255 = 72%
G 163 of 255 = 64%
B 155 of 255 = 61%

183
163
155

R + G + B ~ 66%. #B7A39B is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 163 + 155 = 501 (100%)
R 183 of 501 ~ 36.53%
G 163 of 501 ~ 32.53%
B 155 of 501 ~ 30.94'%

%36.53
%32.53
%30.94

CMYK color model

#B7A39B color CMYK value is (0,11,15,28).

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 15.30%
  • key color value is 28.24%

CMYK: (0,11,15,28)
C0M11Y15K28 (0%, 11%, 15%, 28%)
(0.00 / 0.11 / 0.15 / 0.28)

CMYK percentages

%0
%10.93
%15.3
%28.24

Codes

Color #B7A39B in popluar color models

B7 A3 9B
RGB 183 163 155
HSL 17° 16.28% 66.27%
HSB/HSV 17° 15.30% 71.76%
CMYK 0.00% 10.93% 15.30%
28.24%

Color #B7A39B in popluar number systems.

HEX B7 A3 9B
Decimal 183 163 155
Binary 10110111 10100011 10011011
Octal 267 243 233

Shades and tints

Shades of #B7A39B

#B7A39B
(183,163,155)
#A7958D
(167,149,141)
#97877F
(151,135,127)
#877971
(135,121,113)
#776B63
(119,107,99)
#675D55
(103,93,85)
#574F47
(87,79,71)
#474139
(71,65,57)
#37332B
(55,51,43)
#27251D
(39,37,29)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #B7A39B

#B7A39B
(183,163,155)
#BDABA4
(189,171,164)
#C3B3AD
(195,179,173)
#C9BBB6
(201,187,182)
#CFC3BF
(207,195,191)
#D5CBC8
(213,203,200)
#DBD3D1
(219,211,209)
#E1DBDA
(225,219,218)
#E7E3E3
(231,227,227)
#EDEBEC
(237,235,236)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A39B color. Also use rgb(183,163,155) instead hex code.

Text Font Color

.myTextColor { color: #B7A39B; }

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

This text font color is #B7A39B.

Background Color

.myBgColor { background-color: #B7A39B; }

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

This div background color is #B7A39B.

Border color

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

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

This div border color is #B7A39B.

Opacity

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

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

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

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

This text has shadow with #B7A39B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A39B.

Preview

Color preview on black background

This text has color #B7A39B on black background.


Color preview on white background

This text has color #B7A39B on white background.


Black color preview on #B7A39B background

This text has black color on #B7A39B background.


White color preview on #B7A39B background

This text has white color on #B7A39B background.


Related colors

Complementary color

Complementary color for #hex is #485C64.


I love getcolorcode.com

Triadic colors

1 #9BB7A3 and #A39BB7 with #B7A39B are triadic colors.

2 #9BA3B7 and #A3B79B with #B7A39B are triadic colors.