COLOR #B6A98D

HEX: #B6A98D
RGB: (182,169,141)

Color info

#B6A98D contains red, green and blue colors in about the same proportion. Web safe color of #B6A98D is #CC9999 (or #C99).

RGB color model

#B6A98D color RGB value is (182,169,141).

  • red value is 182;
  • green value is 169;
  • blue value is 141.
RGB:
(182,169,141)
(71%,66%,55%)

RGB channels and saturation

R 182 of 255 = 71%
G 169 of 255 = 66%
B 141 of 255 = 55%

182
169
141

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

Portions of RGB colors in percentages

R + G + B =
182 + 169 + 141 = 492 (100%)
R 182 of 492 ~ 36.99%
G 169 of 492 ~ 34.35%
B 141 of 492 ~ 28.66%

%36.99
%34.35
%28.66

CMYK color model

#B6A98D color CMYK value is (0,7,23,29).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 22.53%
  • key color value is 28.63%
CMYK:
(0,7,23,29)
C0M7Y23K29 
(0%,7%,23%,29%)
(0.00/0.07/0.23/0.29)	

CMYK percentages

%0
%7.14
%22.53
%28.63

Codes

Color #B6A98D in popluar color models

B6A98D
RGB182169141
HSL41°21.93%63.33%
HSB/HSV41°22.53%71.37%
CMYK0.00%7.14%22.53%
28.63%

Color #B6A98D in popluar number systems.

HEXB6A98D
Decimal182169141
Binary101101101010100110001101
Octal266251215

Shades and tints

Shades of #B6A98D

#B6A98D
(182,169,141)
#A69A81
(166,154,129)
#968B75
(150,139,117)
#867C69
(134,124,105)
#766D5D
(118,109,93)
#665E51
(102,94,81)
#564F45
(86,79,69)
#464039
(70,64,57)
#36312D
(54,49,45)
#262221
(38,34,33)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #B6A98D

#B6A98D
(182,169,141)
#BCB097
(188,176,151)
#C2B7A1
(194,183,161)
#C8BEAB
(200,190,171)
#CEC5B5
(206,197,181)
#D4CCBF
(212,204,191)
#DAD3C9
(218,211,201)
#E0DAD3
(224,218,211)
#E6E1DD
(230,225,221)
#ECE8E7
(236,232,231)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A98D color. Also use rgb(182,169,141) instead hex code.

Text Font Color

.myTextColor { color: #B6A98D; }

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

This text font color is #B6A98D.


Background Color

.myBgColor { background-color: #B6A98D; }

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

This div background color is #B6A98D.


Border color

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

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

This div border color is #B6A98D.


Opacity

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

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

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

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

This text has shadow with #B6A98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A98D on black background.


Color preview on white background

This text has color #B6A98D on white background.



Black color preview on #B6A98D background

This text has black color on #B6A98D background.


White color preview on #B6A98D background

This text has white color on #B6A98D background.