COLOR #B7B499

HEX: #B7B499 RGB: (183,180,153)

Color info

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

RGB color model

#B7B499 color RGB value is (183,180,153).

RGB: (183,180,153) (72%, 71%, 60%)

RGB channels and saturation

R 183 of 255 = 72%
G 180 of 255 = 71%
B 153 of 255 = 60%

183
180
153

R + G + B ~ 68%. #B7B499 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 180 + 153 = 516 (100%)
R 183 of 516 ~ 35.47%
G 180 of 516 ~ 34.88%
B 153 of 516 ~ 29.65'%

%35.47
%34.88
%29.65

CMYK color model

#B7B499 color CMYK value is (0,2,16,28).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 16.39%
  • key color value is 28.24%
CMYK: (0,2,16,28) C0M2Y16K28 (0%,2%,16%,28%) (0.00/0.02/0.16/0.28) 

CMYK percentages

%0
%1.64
%16.39
%28.24

Codes

Color #B7B499 in popluar color models

B7 B4 99
RGB 183 180 153
HSL 54° 17.24% 65.88%
HSB/HSV 54° 16.39% 71.76%
CMYK 0.00% 1.64% 16.39%
28.24%

Color #B7B499 in popluar number systems.

HEX B7 B4 99
Decimal 183 180 153
Binary 10110111 10110100 10011001
Octal 267 264 231

Shades and tints

Shades of #B7B499

#B7B499
(183,180,153)
#A7A48C
(167,164,140)
#97947F
(151,148,127)
#878472
(135,132,114)
#777465
(119,116,101)
#676458
(103,100,88)
#57544B
(87,84,75)
#47443E
(71,68,62)
#373431
(55,52,49)
#272424
(39,36,36)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #B7B499

#B7B499
(183,180,153)
#BDBAA2
(189,186,162)
#C3C0AB
(195,192,171)
#C9C6B4
(201,198,180)
#CFCCBD
(207,204,189)
#D5D2C6
(213,210,198)
#DBD8CF
(219,216,207)
#E1DED8
(225,222,216)
#E7E4E1
(231,228,225)
#EDEAEA
(237,234,234)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B499 color. Also use rgb(183,180,153) instead hex code.

Text Font Color

.myTextColor { color: #B7B499; }

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

This text font color is #B7B499.

Background Color

.myBgColor { background-color: #B7B499; }

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

This div background color is #B7B499.

Border color

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

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

This div border color is #B7B499.

Opacity

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

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

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

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

This text has shadow with #B7B499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B499.

Preview

Color preview on black background

This text has color #B7B499 on black background.


Color preview on white background

This text has color #B7B499 on white background.


Black color preview on #B7B499 background

This text has black color on #B7B499 background.


White color preview on #B7B499 background

This text has white color on #B7B499 background.


Related colors

Complementary color

Complementary color for #hex is #484B66.


I love getcolorcode.com

Triadic colors

1 #99B7B4 and #B499B7 with #B7B499 are triadic colors.

2 #99B4B7 and #B4B799 with #B7B499 are triadic colors.