COLOR #B7B185

HEX: #B7B185 RGB: (183,177,133)

Color info

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

RGB color model

#B7B185 color RGB value is (183,177,133).

RGB: (183,177,133) (72%, 69%, 52%)

RGB channels and saturation

R 183 of 255 = 72%
G 177 of 255 = 69%
B 133 of 255 = 52%

183
177
133

R + G + B ~ 64%. #B7B185 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 177 + 133 = 493 (100%)
R 183 of 493 ~ 37.12%
G 177 of 493 ~ 35.9%
B 133 of 493 ~ 26.98'%

%37.12
%35.9
%26.98

CMYK color model

#B7B185 color CMYK value is (0,3,27,28).

  • cyan value is 0.00%
  • magenta value is 3.28%
  • yellow value is 27.32%
  • key color value is 28.24%

CMYK: (0,3,27,28)
C0M3Y27K28 (0%, 3%, 27%, 28%)
(0.00 / 0.03 / 0.27 / 0.28)

CMYK percentages

%0
%3.28
%27.32
%28.24

Codes

Color #B7B185 in popluar color models

B7 B1 85
RGB 183 177 133
HSL 53° 25.77% 61.96%
HSB/HSV 53° 27.32% 71.76%
CMYK 0.00% 3.28% 27.32%
28.24%

Color #B7B185 in popluar number systems.

HEX B7 B1 85
Decimal 183 177 133
Binary 10110111 10110001 10000101
Octal 267 261 205

Shades and tints

Shades of #B7B185

#B7B185
(183,177,133)
#A7A179
(167,161,121)
#97916D
(151,145,109)
#878161
(135,129,97)
#777155
(119,113,85)
#676149
(103,97,73)
#57513D
(87,81,61)
#474131
(71,65,49)
#373125
(55,49,37)
#272119
(39,33,25)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #B7B185

#B7B185
(183,177,133)
#BDB890
(189,184,144)
#C3BF9B
(195,191,155)
#C9C6A6
(201,198,166)
#CFCDB1
(207,205,177)
#D5D4BC
(213,212,188)
#DBDBC7
(219,219,199)
#E1E2D2
(225,226,210)
#E7E9DD
(231,233,221)
#EDF0E8
(237,240,232)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B185; }

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

This text font color is #B7B185.

Background Color

.myBgColor { background-color: #B7B185; }

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

This div background color is #B7B185.

Border color

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

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

This div border color is #B7B185.

Opacity

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

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

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

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

This text has shadow with #B7B185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B185.

Preview

Color preview on black background

This text has color #B7B185 on black background.


Color preview on white background

This text has color #B7B185 on white background.


Black color preview on #B7B185 background

This text has black color on #B7B185 background.


White color preview on #B7B185 background

This text has white color on #B7B185 background.


Related colors

Complementary color

Complementary color for #hex is #484E7A.


I love getcolorcode.com

Triadic colors

1 #85B7B1 and #B185B7 with #B7B185 are triadic colors.

2 #85B1B7 and #B1B785 with #B7B185 are triadic colors.