COLOR #B7A59B

HEX: #B7A59B RGB: (183,165,155)

Color info

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

RGB color model

#B7A59B color RGB value is (183,165,155).

RGB: (183,165,155) (72%, 65%, 61%)

RGB channels and saturation

R 183 of 255 = 72%
G 165 of 255 = 65%
B 155 of 255 = 61%

183
165
155

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

Portions of RGB colors in percentages

R + G + B = 183 + 165 + 155 = 503 (100%)
R 183 of 503 ~ 36.38%
G 165 of 503 ~ 32.8%
B 155 of 503 ~ 30.82'%

%36.38
%32.8
%30.82

CMYK color model

#B7A59B color CMYK value is (0,10,15,28).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK: (0,10,15,28) C0M10Y15K28 (0%,10%,15%,28%) (0.00/0.10/0.15/0.28) 

CMYK percentages

%0
%9.84
%15.3
%28.24

Codes

Color #B7A59B in popluar color models

B7 A5 9B
RGB 183 165 155
HSL 21° 16.28% 66.27%
HSB/HSV 21° 15.30% 71.76%
CMYK 0.00% 9.84% 15.30%
28.24%

Color #B7A59B in popluar number systems.

HEX B7 A5 9B
Decimal 183 165 155
Binary 10110111 10100101 10011011
Octal 267 245 233

Shades and tints

Shades of #B7A59B

#B7A59B
(183,165,155)
#A7968D
(167,150,141)
#97877F
(151,135,127)
#877871
(135,120,113)
#776963
(119,105,99)
#675A55
(103,90,85)
#574B47
(87,75,71)
#473C39
(71,60,57)
#372D2B
(55,45,43)
#271E1D
(39,30,29)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #B7A59B

#B7A59B
(183,165,155)
#BDADA4
(189,173,164)
#C3B5AD
(195,181,173)
#C9BDB6
(201,189,182)
#CFC5BF
(207,197,191)
#D5CDC8
(213,205,200)
#DBD5D1
(219,213,209)
#E1DDDA
(225,221,218)
#E7E5E3
(231,229,227)
#EDEDEC
(237,237,236)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A59B; }

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

This text font color is #B7A59B.

Background Color

.myBgColor { background-color: #B7A59B; }

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

This div background color is #B7A59B.

Border color

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

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

This div border color is #B7A59B.

Opacity

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

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

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

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

This text has shadow with #B7A59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A59B.

Preview

Color preview on black background

This text has color #B7A59B on black background.


Color preview on white background

This text has color #B7A59B on white background.


Black color preview on #B7A59B background

This text has black color on #B7A59B background.


White color preview on #B7A59B background

This text has white color on #B7A59B background.


Related colors

Complementary color

Complementary color for #hex is #485A64.


I love getcolorcode.com

Triadic colors

1 #9BB7A5 and #A59BB7 with #B7A59B are triadic colors.

2 #9BA5B7 and #A5B79B with #B7A59B are triadic colors.