COLOR #B7A389

HEX: #B7A389 RGB: (183,163,137)

Color info

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

RGB color model

#B7A389 color RGB value is (183,163,137).

RGB: (183,163,137) (72%, 64%, 54%)

RGB channels and saturation

R 183 of 255 = 72%
G 163 of 255 = 64%
B 137 of 255 = 54%

183
163
137

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

Portions of RGB colors in percentages

R + G + B = 183 + 163 + 137 = 483 (100%)
R 183 of 483 ~ 37.89%
G 163 of 483 ~ 33.75%
B 137 of 483 ~ 28.36'%

%37.89
%33.75
%28.36

CMYK color model

#B7A389 color CMYK value is (0,11,25,28).

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 25.14%
  • key color value is 28.24%
CMYK: (0,11,25,28) C0M11Y25K28 (0%,11%,25%,28%) (0.00/0.11/0.25/0.28) 

CMYK percentages

%0
%10.93
%25.14
%28.24

Codes

Color #B7A389 in popluar color models

B7 A3 89
RGB 183 163 137
HSL 34° 24.21% 62.75%
HSB/HSV 34° 25.14% 71.76%
CMYK 0.00% 10.93% 25.14%
28.24%

Color #B7A389 in popluar number systems.

HEX B7 A3 89
Decimal 183 163 137
Binary 10110111 10100011 10001001
Octal 267 243 211

Shades and tints

Shades of #B7A389

#B7A389
(183,163,137)
#A7957D
(167,149,125)
#978771
(151,135,113)
#877965
(135,121,101)
#776B59
(119,107,89)
#675D4D
(103,93,77)
#574F41
(87,79,65)
#474135
(71,65,53)
#373329
(55,51,41)
#27251D
(39,37,29)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #B7A389

#B7A389
(183,163,137)
#BDAB93
(189,171,147)
#C3B39D
(195,179,157)
#C9BBA7
(201,187,167)
#CFC3B1
(207,195,177)
#D5CBBB
(213,203,187)
#DBD3C5
(219,211,197)
#E1DBCF
(225,219,207)
#E7E3D9
(231,227,217)
#EDEBE3
(237,235,227)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A389; }

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

This text font color is #B7A389.

Background Color

.myBgColor { background-color: #B7A389; }

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

This div background color is #B7A389.

Border color

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

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

This div border color is #B7A389.

Opacity

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

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

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

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

This text has shadow with #B7A389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A389.

Preview

Color preview on black background

This text has color #B7A389 on black background.


Color preview on white background

This text has color #B7A389 on white background.


Black color preview on #B7A389 background

This text has black color on #B7A389 background.


White color preview on #B7A389 background

This text has white color on #B7A389 background.


Related colors

Complementary color

Complementary color for #hex is #485C76.


I love getcolorcode.com

Triadic colors

1 #89B7A3 and #A389B7 with #B7A389 are triadic colors.

2 #89A3B7 and #A3B789 with #B7A389 are triadic colors.