COLOR #B6B97D

HEX: #B6B97D RGB: (182,185,125)

Color info

#B6B97D contains mainly red and green colors. Web safe color of #B6B97D is #CCCC66 (or #CC6).

RGB color model

#B6B97D color RGB value is (182,185,125).

RGB: (182,185,125) (71%, 73%, 49%)

RGB channels and saturation

R 182 of 255 = 71%
G 185 of 255 = 73%
B 125 of 255 = 49%

182
185
125

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

Portions of RGB colors in percentages

R + G + B = 182 + 185 + 125 = 492 (100%)
R 182 of 492 ~ 36.99%
G 185 of 492 ~ 37.6%
B 125 of 492 ~ 25.41'%

%36.99
%37.6
%25.41

CMYK color model

#B6B97D color CMYK value is (2,0,32,27).

  • cyan value is 1.62%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 27.45%

CMYK: (2,0,32,27)
C2M0Y32K27 (2%, 0%, 32%, 27%)
(0.02 / 0.00 / 0.32 / 0.27)

CMYK percentages

%1.62
%0
%32.43
%27.45

Codes

Color #B6B97D in popluar color models

B6 B9 7D
RGB 182 185 125
HSL 63° 30.00% 60.78%
HSB/HSV 63° 32.43% 72.55%
CMYK 1.62% 0.00% 32.43%
27.45%

Color #B6B97D in popluar number systems.

HEX B6 B9 7D
Decimal 182 185 125
Binary 10110110 10111001 1111101
Octal 266 271 175

Shades and tints

Shades of #B6B97D

#B6B97D
(182,185,125)
#A6A972
(166,169,114)
#969967
(150,153,103)
#86895C
(134,137,92)
#767951
(118,121,81)
#666946
(102,105,70)
#56593B
(86,89,59)
#464930
(70,73,48)
#363925
(54,57,37)
#26291A
(38,41,26)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #B6B97D

#B6B97D
(182,185,125)
#BCBF88
(188,191,136)
#C2C593
(194,197,147)
#C8CB9E
(200,203,158)
#CED1A9
(206,209,169)
#D4D7B4
(212,215,180)
#DADDBF
(218,221,191)
#E0E3CA
(224,227,202)
#E6E9D5
(230,233,213)
#ECEFE0
(236,239,224)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B97D color. Also use rgb(182,185,125) instead hex code.

Text Font Color

.myTextColor { color: #B6B97D; }

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

This text font color is #B6B97D.

Background Color

.myBgColor { background-color: #B6B97D; }

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

This div background color is #B6B97D.

Border color

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

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

This div border color is #B6B97D.

Opacity

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

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

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

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

This text has shadow with #B6B97D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B97D.

Preview

Color preview on black background

This text has color #B6B97D on black background.


Color preview on white background

This text has color #B6B97D on white background.


Black color preview on #B6B97D background

This text has black color on #B6B97D background.


White color preview on #B6B97D background

This text has white color on #B6B97D background.


Related colors

Complementary color

Complementary color for #hex is #494682.


I love getcolorcode.com

Triadic colors

1 #7DB6B9 and #B97DB6 with #B6B97D are triadic colors.

2 #7DB9B6 and #B9B67D with #B6B97D are triadic colors.