COLOR #B7B279

HEX: #B7B279
RGB: (183,178,121)

Color info

#B7B279 contains mainly red and green colors. Web safe color of #B7B279 is #CC9966 (or #C96).

RGB color model

#B7B279 color RGB value is (183,178,121).

  • red value is 183;
  • green value is 178;
  • blue value is 121.
RGB:
(183,178,121)
(72%,70%,47%)

RGB channels and saturation

R 183 of 255 = 72%
G 178 of 255 = 70%
B 121 of 255 = 47%

183
178
121

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

Portions of RGB colors in percentages

R + G + B =
183 + 178 + 121 = 482 (100%)
R 183 of 482 ~ 37.97%
G 178 of 482 ~ 36.93%
B 121 of 482 ~ 25.1%

%37.97
%36.93
%25.1

CMYK color model

#B7B279 color CMYK value is (0,3,34,28).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 33.88%
  • key color value is 28.24%
CMYK:
(0,3,34,28)
C0M3Y34K28 
(0%,3%,34%,28%)
(0.00/0.03/0.34/0.28)	

CMYK percentages

%0
%2.73
%33.88
%28.24

Codes

Color #B7B279 in popluar color models

B7B279
RGB183178121
HSL55°30.10%59.61%
HSB/HSV55°33.88%71.76%
CMYK0.00%2.73%33.88%
28.24%

Color #B7B279 in popluar number systems.

HEXB7B279
Decimal183178121
Binary10110111101100101111001
Octal267262171

Shades and tints

Shades of #B7B279

#B7B279
(183,178,121)
#A7A26E
(167,162,110)
#979263
(151,146,99)
#878258
(135,130,88)
#77724D
(119,114,77)
#676242
(103,98,66)
#575237
(87,82,55)
#47422C
(71,66,44)
#373221
(55,50,33)
#272216
(39,34,22)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #B7B279

#B7B279
(183,178,121)
#BDB985
(189,185,133)
#C3C091
(195,192,145)
#C9C79D
(201,199,157)
#CFCEA9
(207,206,169)
#D5D5B5
(213,213,181)
#DBDCC1
(219,220,193)
#E1E3CD
(225,227,205)
#E7EAD9
(231,234,217)
#EDF1E5
(237,241,229)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B279 color. Also use rgb(183,178,121) instead hex code.

Text Font Color

.myTextColor { color: #B7B279; }

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

This text font color is #B7B279.


Background Color

.myBgColor { background-color: #B7B279; }

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

This div background color is #B7B279.


Border color

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

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

This div border color is #B7B279.


Opacity

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

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

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

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

This text has shadow with #B7B279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B279 on black background.


Color preview on white background

This text has color #B7B279 on white background.



Black color preview on #B7B279 background

This text has black color on #B7B279 background.


White color preview on #B7B279 background

This text has white color on #B7B279 background.