COLOR #B6A38A

HEX: #B6A38A
RGB: (182,163,138)

Color info

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

RGB color model

#B6A38A color RGB value is (182,163,138).

  • red value is 182;
  • green value is 163;
  • blue value is 138.
RGB:
(182,163,138)
(71%,64%,54%)

RGB channels and saturation

R 182 of 255 = 71%
G 163 of 255 = 64%
B 138 of 255 = 54%

182
163
138

R + G + B ~ 63%. #B6A38A is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 163 + 138 = 483 (100%)
R 182 of 483 ~ 37.68%
G 163 of 483 ~ 33.75%
B 138 of 483 ~ 28.57%

%37.68
%33.75
%28.57

CMYK color model

#B6A38A color CMYK value is (0,10,24,29).

  • cyan value is 0.00%
  • magenta value is 10.44%
  • yellow value is 24.18%
  • key color value is 28.63%
CMYK:
(0,10,24,29)
C0M10Y24K29 
(0%,10%,24%,29%)
(0.00/0.10/0.24/0.29)	

CMYK percentages

%0
%10.44
%24.18
%28.63

Codes

Color #B6A38A in popluar color models

B6A38A
RGB182163138
HSL34°23.16%62.75%
HSB/HSV34°24.18%71.37%
CMYK0.00%10.44%24.18%
28.63%

Color #B6A38A in popluar number systems.

HEXB6A38A
Decimal182163138
Binary101101101010001110001010
Octal266243212

Shades and tints

Shades of #B6A38A

#B6A38A
(182,163,138)
#A6957E
(166,149,126)
#968772
(150,135,114)
#867966
(134,121,102)
#766B5A
(118,107,90)
#665D4E
(102,93,78)
#564F42
(86,79,66)
#464136
(70,65,54)
#36332A
(54,51,42)
#26251E
(38,37,30)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #B6A38A

#B6A38A
(182,163,138)
#BCAB94
(188,171,148)
#C2B39E
(194,179,158)
#C8BBA8
(200,187,168)
#CEC3B2
(206,195,178)
#D4CBBC
(212,203,188)
#DAD3C6
(218,211,198)
#E0DBD0
(224,219,208)
#E6E3DA
(230,227,218)
#ECEBE4
(236,235,228)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A38A color. Also use rgb(182,163,138) instead hex code.

Text Font Color

.myTextColor { color: #B6A38A; }

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

This text font color is #B6A38A.


Background Color

.myBgColor { background-color: #B6A38A; }

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

This div background color is #B6A38A.


Border color

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

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

This div border color is #B6A38A.


Opacity

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

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

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

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

This text has shadow with #B6A38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A38A on black background.


Color preview on white background

This text has color #B6A38A on white background.



Black color preview on #B6A38A background

This text has black color on #B6A38A background.


White color preview on #B6A38A background

This text has white color on #B6A38A background.