COLOR #B1A982

HEX: #B1A982
RGB: (177,169,130)

Color info

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

RGB color model

#B1A982 color RGB value is (177,169,130).

  • red value is 177;
  • green value is 169;
  • blue value is 130.
RGB:
(177,169,130)
(69%,66%,51%)

RGB channels and saturation

R 177 of 255 = 69%
G 169 of 255 = 66%
B 130 of 255 = 51%

177
169
130

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

Portions of RGB colors in percentages

R + G + B =
177 + 169 + 130 = 476 (100%)
R 177 of 476 ~ 37.18%
G 169 of 476 ~ 35.5%
B 130 of 476 ~ 27.31%

%37.18
%35.5
%27.31

CMYK color model

#B1A982 color CMYK value is (0,5,27,31).

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 26.55%
  • key color value is 30.59%
CMYK:
(0,5,27,31)
C0M5Y27K31 
(0%,5%,27%,31%)
(0.00/0.05/0.27/0.31)	

CMYK percentages

%0
%4.52
%26.55
%30.59

Codes

Color #B1A982 in popluar color models

B1A982
RGB177169130
HSL50°23.15%60.20%
HSB/HSV50°26.55%69.41%
CMYK0.00%4.52%26.55%
30.59%

Color #B1A982 in popluar number systems.

HEXB1A982
Decimal177169130
Binary101100011010100110000010
Octal261251202

Shades and tints

Shades of #B1A982

#B1A982
(177,169,130)
#A19A77
(161,154,119)
#918B6C
(145,139,108)
#817C61
(129,124,97)
#716D56
(113,109,86)
#615E4B
(97,94,75)
#514F40
(81,79,64)
#414035
(65,64,53)
#31312A
(49,49,42)
#21221F
(33,34,31)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #B1A982

#B1A982
(177,169,130)
#B8B08D
(184,176,141)
#BFB798
(191,183,152)
#C6BEA3
(198,190,163)
#CDC5AE
(205,197,174)
#D4CCB9
(212,204,185)
#DBD3C4
(219,211,196)
#E2DACF
(226,218,207)
#E9E1DA
(233,225,218)
#F0E8E5
(240,232,229)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A982 color. Also use rgb(177,169,130) instead hex code.

Text Font Color

.myTextColor { color: #B1A982; }

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

This text font color is #B1A982.


Background Color

.myBgColor { background-color: #B1A982; }

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

This div background color is #B1A982.


Border color

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

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

This div border color is #B1A982.


Opacity

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

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

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

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

This text has shadow with #B1A982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A982 on black background.


Color preview on white background

This text has color #B1A982 on white background.



Black color preview on #B1A982 background

This text has black color on #B1A982 background.


White color preview on #B1A982 background

This text has white color on #B1A982 background.