COLOR #B1A283

HEX: #B1A283
RGB: (177,162,131)

Color info

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

RGB color model

#B1A283 color RGB value is (177,162,131).

  • red value is 177;
  • green value is 162;
  • blue value is 131.
RGB:
(177,162,131)
(69%,64%,51%)

RGB channels and saturation

R 177 of 255 = 69%
G 162 of 255 = 64%
B 131 of 255 = 51%

177
162
131

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

Portions of RGB colors in percentages

R + G + B =
177 + 162 + 131 = 470 (100%)
R 177 of 470 ~ 37.66%
G 162 of 470 ~ 34.47%
B 131 of 470 ~ 27.87%

%37.66
%34.47
%27.87

CMYK color model

#B1A283 color CMYK value is (0,8,26,31).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 25.99%
  • key color value is 30.59%
CMYK:
(0,8,26,31)
C0M8Y26K31 
(0%,8%,26%,31%)
(0.00/0.08/0.26/0.31)	

CMYK percentages

%0
%8.47
%25.99
%30.59

Codes

Color #B1A283 in popluar color models

B1A283
RGB177162131
HSL40°22.77%60.39%
HSB/HSV40°25.99%69.41%
CMYK0.00%8.47%25.99%
30.59%

Color #B1A283 in popluar number systems.

HEXB1A283
Decimal177162131
Binary101100011010001010000011
Octal261242203

Shades and tints

Shades of #B1A283

#B1A283
(177,162,131)
#A19478
(161,148,120)
#91866D
(145,134,109)
#817862
(129,120,98)
#716A57
(113,106,87)
#615C4C
(97,92,76)
#514E41
(81,78,65)
#414036
(65,64,54)
#31322B
(49,50,43)
#212420
(33,36,32)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #B1A283

#B1A283
(177,162,131)
#B8AA8E
(184,170,142)
#BFB299
(191,178,153)
#C6BAA4
(198,186,164)
#CDC2AF
(205,194,175)
#D4CABA
(212,202,186)
#DBD2C5
(219,210,197)
#E2DAD0
(226,218,208)
#E9E2DB
(233,226,219)
#F0EAE6
(240,234,230)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A283 color. Also use rgb(177,162,131) instead hex code.

Text Font Color

.myTextColor { color: #B1A283; }

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

This text font color is #B1A283.


Background Color

.myBgColor { background-color: #B1A283; }

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

This div background color is #B1A283.


Border color

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

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

This div border color is #B1A283.


Opacity

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

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

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

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

This text has shadow with #B1A283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A283 on black background.


Color preview on white background

This text has color #B1A283 on white background.



Black color preview on #B1A283 background

This text has black color on #B1A283 background.


White color preview on #B1A283 background

This text has white color on #B1A283 background.