COLOR #B7B080

HEX: #B7B080
RGB: (183,176,128)

Color info

#B7B080 contains red, green and blue colors in about the same proportion. Web safe color of #B7B080 is #CC9966 (or #C96).

RGB color model

#B7B080 color RGB value is (183,176,128).

  • red value is 183;
  • green value is 176;
  • blue value is 128.
RGB:
(183,176,128)
(72%,69%,50%)

RGB channels and saturation

R 183 of 255 = 72%
G 176 of 255 = 69%
B 128 of 255 = 50%

183
176
128

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

Portions of RGB colors in percentages

R + G + B =
183 + 176 + 128 = 487 (100%)
R 183 of 487 ~ 37.58%
G 176 of 487 ~ 36.14%
B 128 of 487 ~ 26.28%

%37.58
%36.14
%26.28

CMYK color model

#B7B080 color CMYK value is (0,4,30,28).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 30.05%
  • key color value is 28.24%
CMYK:
(0,4,30,28)
C0M4Y30K28 
(0%,4%,30%,28%)
(0.00/0.04/0.30/0.28)	

CMYK percentages

%0
%3.83
%30.05
%28.24

Codes

Color #B7B080 in popluar color models

B7B080
RGB183176128
HSL52°27.64%60.98%
HSB/HSV52°30.05%71.76%
CMYK0.00%3.83%30.05%
28.24%

Color #B7B080 in popluar number systems.

HEXB7B080
Decimal183176128
Binary101101111011000010000000
Octal267260200

Shades and tints

Shades of #B7B080

#B7B080
(183,176,128)
#A7A075
(167,160,117)
#97906A
(151,144,106)
#87805F
(135,128,95)
#777054
(119,112,84)
#676049
(103,96,73)
#57503E
(87,80,62)
#474033
(71,64,51)
#373028
(55,48,40)
#27201D
(39,32,29)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #B7B080

#B7B080
(183,176,128)
#BDB78B
(189,183,139)
#C3BE96
(195,190,150)
#C9C5A1
(201,197,161)
#CFCCAC
(207,204,172)
#D5D3B7
(213,211,183)
#DBDAC2
(219,218,194)
#E1E1CD
(225,225,205)
#E7E8D8
(231,232,216)
#EDEFE3
(237,239,227)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B080 color. Also use rgb(183,176,128) instead hex code.

Text Font Color

.myTextColor { color: #B7B080; }

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

This text font color is #B7B080.


Background Color

.myBgColor { background-color: #B7B080; }

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

This div background color is #B7B080.


Border color

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

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

This div border color is #B7B080.


Opacity

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

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

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

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

This text has shadow with #B7B080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B080 on black background.


Color preview on white background

This text has color #B7B080 on white background.



Black color preview on #B7B080 background

This text has black color on #B7B080 background.


White color preview on #B7B080 background

This text has white color on #B7B080 background.