COLOR #B6A183

HEX: #B6A183 RGB: (182,161,131)

Color info

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

RGB color model

#B6A183 color RGB value is (182,161,131).

RGB: (182,161,131) (71%, 63%, 51%)

RGB channels and saturation

R 182 of 255 = 71%
G 161 of 255 = 63%
B 131 of 255 = 51%

182
161
131

R + G + B ~ 62%. #B6A183 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 161 + 131 = 474 (100%)
R 182 of 474 ~ 38.4%
G 161 of 474 ~ 33.97%
B 131 of 474 ~ 27.64'%

%38.4
%33.97
%27.64

CMYK color model

#B6A183 color CMYK value is (0,12,28,29).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 28.02%
  • key color value is 28.63%

CMYK: (0,12,28,29)
C0M12Y28K29 (0%, 12%, 28%, 29%)
(0.00 / 0.12 / 0.28 / 0.29)

CMYK percentages

%0
%11.54
%28.02
%28.63

Codes

Color #B6A183 in popluar color models

B6 A1 83
RGB 182 161 131
HSL 35° 25.89% 61.37%
HSB/HSV 35° 28.02% 71.37%
CMYK 0.00% 11.54% 28.02%
28.63%

Color #B6A183 in popluar number systems.

HEX B6 A1 83
Decimal 182 161 131
Binary 10110110 10100001 10000011
Octal 266 241 203

Shades and tints

Shades of #B6A183

#B6A183
(182,161,131)
#A69378
(166,147,120)
#96856D
(150,133,109)
#867762
(134,119,98)
#766957
(118,105,87)
#665B4C
(102,91,76)
#564D41
(86,77,65)
#463F36
(70,63,54)
#36312B
(54,49,43)
#262320
(38,35,32)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #B6A183

#B6A183
(182,161,131)
#BCA98E
(188,169,142)
#C2B199
(194,177,153)
#C8B9A4
(200,185,164)
#CEC1AF
(206,193,175)
#D4C9BA
(212,201,186)
#DAD1C5
(218,209,197)
#E0D9D0
(224,217,208)
#E6E1DB
(230,225,219)
#ECE9E6
(236,233,230)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A183 color. Also use rgb(182,161,131) instead hex code.

Text Font Color

.myTextColor { color: #B6A183; }

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

This text font color is #B6A183.

Background Color

.myBgColor { background-color: #B6A183; }

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

This div background color is #B6A183.

Border color

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

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

This div border color is #B6A183.

Opacity

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

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

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

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

This text has shadow with #B6A183 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A183.

Preview

Color preview on black background

This text has color #B6A183 on black background.


Color preview on white background

This text has color #B6A183 on white background.


Black color preview on #B6A183 background

This text has black color on #B6A183 background.


White color preview on #B6A183 background

This text has white color on #B6A183 background.


Related colors

Complementary color

Complementary color for #hex is #495E7C.


I love getcolorcode.com

Triadic colors

1 #83B6A1 and #A183B6 with #B6A183 are triadic colors.

2 #83A1B6 and #A1B683 with #B6A183 are triadic colors.