COLOR #B6996D

HEX: #B6996D
RGB: (182,153,109)

Color info

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

RGB color model

#B6996D color RGB value is (182,153,109).

  • red value is 182;
  • green value is 153;
  • blue value is 109.
RGB:
(182,153,109)
(71%,60%,43%)

RGB channels and saturation

R 182 of 255 = 71%
G 153 of 255 = 60%
B 109 of 255 = 43%

182
153
109

R + G + B ~ 58%. #B6996D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 153 + 109 = 444 (100%)
R 182 of 444 ~ 40.99%
G 153 of 444 ~ 34.46%
B 109 of 444 ~ 24.55%

%40.99
%34.46
%24.55

CMYK color model

#B6996D color CMYK value is (0,16,40,29).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 40.11%
  • key color value is 28.63%
CMYK:
(0,16,40,29)
C0M16Y40K29 
(0%,16%,40%,29%)
(0.00/0.16/0.40/0.29)	

CMYK percentages

%0
%15.93
%40.11
%28.63

Codes

Color #B6996D in popluar color models

B6996D
RGB182153109
HSL36°33.33%57.06%
HSB/HSV36°40.11%71.37%
CMYK0.00%15.93%40.11%
28.63%

Color #B6996D in popluar number systems.

HEXB6996D
Decimal182153109
Binary10110110100110011101101
Octal266231155

Shades and tints

Shades of #B6996D

#B6996D
(182,153,109)
#A68C64
(166,140,100)
#967F5B
(150,127,91)
#867252
(134,114,82)
#766549
(118,101,73)
#665840
(102,88,64)
#564B37
(86,75,55)
#463E2E
(70,62,46)
#363125
(54,49,37)
#26241C
(38,36,28)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #B6996D

#B6996D
(182,153,109)
#BCA27A
(188,162,122)
#C2AB87
(194,171,135)
#C8B494
(200,180,148)
#CEBDA1
(206,189,161)
#D4C6AE
(212,198,174)
#DACFBB
(218,207,187)
#E0D8C8
(224,216,200)
#E6E1D5
(230,225,213)
#ECEAE2
(236,234,226)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6996D color. Also use rgb(182,153,109) instead hex code.

Text Font Color

.myTextColor { color: #B6996D; }

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

This text font color is #B6996D.


Background Color

.myBgColor { background-color: #B6996D; }

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

This div background color is #B6996D.


Border color

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

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

This div border color is #B6996D.


Opacity

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

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

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

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

This text has shadow with #B6996D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6996D on black background.


Color preview on white background

This text has color #B6996D on white background.



Black color preview on #B6996D background

This text has black color on #B6996D background.


White color preview on #B6996D background

This text has white color on #B6996D background.