COLOR #B7A385

HEX: #B7A385 RGB: (183,163,133)

Color info

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

RGB color model

#B7A385 color RGB value is (183,163,133).

RGB: (183,163,133) (72%, 64%, 52%)

RGB channels and saturation

R 183 of 255 = 72%
G 163 of 255 = 64%
B 133 of 255 = 52%

183
163
133

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

Portions of RGB colors in percentages

R + G + B = 183 + 163 + 133 = 479 (100%)
R 183 of 479 ~ 38.2%
G 163 of 479 ~ 34.03%
B 133 of 479 ~ 27.77'%

%38.2
%34.03
%27.77

CMYK color model

#B7A385 color CMYK value is (0,11,27,28).

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 27.32%
  • key color value is 28.24%
CMYK: (0,11,27,28) C0M11Y27K28 (0%,11%,27%,28%) (0.00/0.11/0.27/0.28) 

CMYK percentages

%0
%10.93
%27.32
%28.24

Codes

Color #B7A385 in popluar color models

B7 A3 85
RGB 183 163 133
HSL 36° 25.77% 61.96%
HSB/HSV 36° 27.32% 71.76%
CMYK 0.00% 10.93% 27.32%
28.24%

Color #B7A385 in popluar number systems.

HEX B7 A3 85
Decimal 183 163 133
Binary 10110111 10100011 10000101
Octal 267 243 205

Shades and tints

Shades of #B7A385

#B7A385
(183,163,133)
#A79579
(167,149,121)
#97876D
(151,135,109)
#877961
(135,121,97)
#776B55
(119,107,85)
#675D49
(103,93,73)
#574F3D
(87,79,61)
#474131
(71,65,49)
#373325
(55,51,37)
#272519
(39,37,25)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #B7A385

#B7A385
(183,163,133)
#BDAB90
(189,171,144)
#C3B39B
(195,179,155)
#C9BBA6
(201,187,166)
#CFC3B1
(207,195,177)
#D5CBBC
(213,203,188)
#DBD3C7
(219,211,199)
#E1DBD2
(225,219,210)
#E7E3DD
(231,227,221)
#EDEBE8
(237,235,232)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A385; }

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

This text font color is #B7A385.

Background Color

.myBgColor { background-color: #B7A385; }

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

This div background color is #B7A385.

Border color

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

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

This div border color is #B7A385.

Opacity

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

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

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

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

This text has shadow with #B7A385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A385.

Preview

Color preview on black background

This text has color #B7A385 on black background.


Color preview on white background

This text has color #B7A385 on white background.


Black color preview on #B7A385 background

This text has black color on #B7A385 background.


White color preview on #B7A385 background

This text has white color on #B7A385 background.


Related colors

Complementary color

Complementary color for #hex is #485C7A.


I love getcolorcode.com

Triadic colors

1 #85B7A3 and #A385B7 with #B7A385 are triadic colors.

2 #85A3B7 and #A3B785 with #B7A385 are triadic colors.