COLOR #B0A183

HEX: #B0A183
RGB: (176,161,131)

Color info

#B0A183 contains red, green and blue colors in about the same proportion. Web safe color of #B0A183 is #999999 (or #999).

RGB color model

#B0A183 color RGB value is (176,161,131).

  • red value is 176;
  • green value is 161;
  • blue value is 131.
RGB:
(176,161,131)
(69%,63%,51%)

RGB channels and saturation

R 176 of 255 = 69%
G 161 of 255 = 63%
B 131 of 255 = 51%

176
161
131

R + G + B ~ 61%. #B0A183 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 161 + 131 = 468 (100%)
R 176 of 468 ~ 37.61%
G 161 of 468 ~ 34.4%
B 131 of 468 ~ 27.99%

%37.61
%34.4
%27.99

CMYK color model

#B0A183 color CMYK value is (0,9,26,31).

  • cyan value is 0.00%
  • magenta value is 8.52%
  • yellow value is 25.57%
  • key color value is 30.98%
CMYK:
(0,9,26,31)
C0M9Y26K31 
(0%,9%,26%,31%)
(0.00/0.09/0.26/0.31)	

CMYK percentages

%0
%8.52
%25.57
%30.98

Codes

Color #B0A183 in popluar color models

B0A183
RGB176161131
HSL40°22.17%60.20%
HSB/HSV40°25.57%69.02%
CMYK0.00%8.52%25.57%
30.98%

Color #B0A183 in popluar number systems.

HEXB0A183
Decimal176161131
Binary101100001010000110000011
Octal260241203

Shades and tints

Shades of #B0A183

#B0A183
(176,161,131)
#A09378
(160,147,120)
#90856D
(144,133,109)
#807762
(128,119,98)
#706957
(112,105,87)
#605B4C
(96,91,76)
#504D41
(80,77,65)
#403F36
(64,63,54)
#30312B
(48,49,43)
#202320
(32,35,32)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #B0A183

#B0A183
(176,161,131)
#B7A98E
(183,169,142)
#BEB199
(190,177,153)
#C5B9A4
(197,185,164)
#CCC1AF
(204,193,175)
#D3C9BA
(211,201,186)
#DAD1C5
(218,209,197)
#E1D9D0
(225,217,208)
#E8E1DB
(232,225,219)
#EFE9E6
(239,233,230)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A183; }

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

This text font color is #B0A183.


Background Color

.myBgColor { background-color: #B0A183; }

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

This div background color is #B0A183.


Border color

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

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

This div border color is #B0A183.


Opacity

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

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

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

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

This text has shadow with #B0A183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A183 on black background.


Color preview on white background

This text has color #B0A183 on white background.



Black color preview on #B0A183 background

This text has black color on #B0A183 background.


White color preview on #B0A183 background

This text has white color on #B0A183 background.