COLOR #B7B982

HEX: #B7B982 RGB: (183,185,130)

Color info

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

RGB color model

#B7B982 color RGB value is (183,185,130).

RGB: (183,185,130) (72%, 73%, 51%)

RGB channels and saturation

R 183 of 255 = 72%
G 185 of 255 = 73%
B 130 of 255 = 51%

183
185
130

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

Portions of RGB colors in percentages

R + G + B = 183 + 185 + 130 = 498 (100%)
R 183 of 498 ~ 36.75%
G 185 of 498 ~ 37.15%
B 130 of 498 ~ 26.1'%

%36.75
%37.15
%26.1

CMYK color model

#B7B982 color CMYK value is (1,0,30,27).

  • cyan value is 1.08%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 27.45%

CMYK: (1,0,30,27)
C1M0Y30K27 (1%, 0%, 30%, 27%)
(0.01 / 0.00 / 0.30 / 0.27)

CMYK percentages

%1.08
%0
%29.73
%27.45

Codes

Color #B7B982 in popluar color models

B7 B9 82
RGB 183 185 130
HSL 62° 28.21% 61.76%
HSB/HSV 62° 29.73% 72.55%
CMYK 1.08% 0.00% 29.73%
27.45%

Color #B7B982 in popluar number systems.

HEX B7 B9 82
Decimal 183 185 130
Binary 10110111 10111001 10000010
Octal 267 271 202

Shades and tints

Shades of #B7B982

#B7B982
(183,185,130)
#A7A977
(167,169,119)
#97996C
(151,153,108)
#878961
(135,137,97)
#777956
(119,121,86)
#67694B
(103,105,75)
#575940
(87,89,64)
#474935
(71,73,53)
#37392A
(55,57,42)
#27291F
(39,41,31)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #B7B982

#B7B982
(183,185,130)
#BDBF8D
(189,191,141)
#C3C598
(195,197,152)
#C9CBA3
(201,203,163)
#CFD1AE
(207,209,174)
#D5D7B9
(213,215,185)
#DBDDC4
(219,221,196)
#E1E3CF
(225,227,207)
#E7E9DA
(231,233,218)
#EDEFE5
(237,239,229)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B982 color. Also use rgb(183,185,130) instead hex code.

Text Font Color

.myTextColor { color: #B7B982; }

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

This text font color is #B7B982.

Background Color

.myBgColor { background-color: #B7B982; }

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

This div background color is #B7B982.

Border color

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

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

This div border color is #B7B982.

Opacity

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

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

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

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

This text has shadow with #B7B982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B982.

Preview

Color preview on black background

This text has color #B7B982 on black background.


Color preview on white background

This text has color #B7B982 on white background.


Black color preview on #B7B982 background

This text has black color on #B7B982 background.


White color preview on #B7B982 background

This text has white color on #B7B982 background.


Related colors

Complementary color

Complementary color for #hex is #48467D.


I love getcolorcode.com

Triadic colors

1 #82B7B9 and #B982B7 with #B7B982 are triadic colors.

2 #82B9B7 and #B9B782 with #B7B982 are triadic colors.