COLOR #B7B685

HEX: #B7B685
RGB: (183,182,133)

Color info

#B7B685 contains red, green and blue colors in about the same proportion. Web safe color of #B7B685 is #CCCC99 (or #CC9).

RGB color model

#B7B685 color RGB value is (183,182,133).

  • red value is 183;
  • green value is 182;
  • blue value is 133.
RGB:
(183,182,133)
(72%,71%,52%)

RGB channels and saturation

R 183 of 255 = 72%
G 182 of 255 = 71%
B 133 of 255 = 52%

183
182
133

R + G + B ~ 65%. #B7B685 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 182 + 133 = 498 (100%)
R 183 of 498 ~ 36.75%
G 182 of 498 ~ 36.55%
B 133 of 498 ~ 26.71%

%36.75
%36.55
%26.71

CMYK color model

#B7B685 color CMYK value is (0,1,27,28).

  • cyan value is 0.00%
  • magenta value is 0.55%
  • yellow value is 27.32%
  • key color value is 28.24%
CMYK:
(0,1,27,28)
C0M1Y27K28 
(0%,1%,27%,28%)
(0.00/0.01/0.27/0.28)	

CMYK percentages

%0
%0.55
%27.32
%28.24

Codes

Color #B7B685 in popluar color models

B7B685
RGB183182133
HSL59°25.77%61.96%
HSB/HSV59°27.32%71.76%
CMYK0.00%0.55%27.32%
28.24%

Color #B7B685 in popluar number systems.

HEXB7B685
Decimal183182133
Binary101101111011011010000101
Octal267266205

Shades and tints

Shades of #B7B685

#B7B685
(183,182,133)
#A7A679
(167,166,121)
#97966D
(151,150,109)
#878661
(135,134,97)
#777655
(119,118,85)
#676649
(103,102,73)
#57563D
(87,86,61)
#474631
(71,70,49)
#373625
(55,54,37)
#272619
(39,38,25)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #B7B685

#B7B685
(183,182,133)
#BDBC90
(189,188,144)
#C3C29B
(195,194,155)
#C9C8A6
(201,200,166)
#CFCEB1
(207,206,177)
#D5D4BC
(213,212,188)
#DBDAC7
(219,218,199)
#E1E0D2
(225,224,210)
#E7E6DD
(231,230,221)
#EDECE8
(237,236,232)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B685; }

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

This text font color is #B7B685.


Background Color

.myBgColor { background-color: #B7B685; }

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

This div background color is #B7B685.


Border color

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

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

This div border color is #B7B685.


Opacity

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

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

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

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

This text has shadow with #B7B685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B685 on black background.


Color preview on white background

This text has color #B7B685 on white background.



Black color preview on #B7B685 background

This text has black color on #B7B685 background.


White color preview on #B7B685 background

This text has white color on #B7B685 background.