COLOR #B1A183

HEX: #B1A183 RGB: (177,161,131)

Color info

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

RGB color model

#B1A183 color RGB value is (177,161,131).

RGB: (177,161,131) (69%, 63%, 51%)

RGB channels and saturation

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

177
161
131

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

Portions of RGB colors in percentages

R + G + B = 177 + 161 + 131 = 469 (100%)
R 177 of 469 ~ 37.74%
G 161 of 469 ~ 34.33%
B 131 of 469 ~ 27.93'%

%37.74
%34.33
%27.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 25.99%
  • key color value is 30.59%

CMYK: (0,9,26,31)
C0M9Y26K31 (0%, 9%, 26%, 31%)
(0.00 / 0.09 / 0.26 / 0.31)

CMYK percentages

%0
%9.04
%25.99
%30.59

Codes

Color #B1A183 in popluar color models

B1 A1 83
RGB 177 161 131
HSL 39° 22.77% 60.39%
HSB/HSV 39° 25.99% 69.41%
CMYK 0.00% 9.04% 25.99%
30.59%

Color #B1A183 in popluar number systems.

HEX B1 A1 83
Decimal 177 161 131
Binary 10110001 10100001 10000011
Octal 261 241 203

Shades and tints

Shades of #B1A183

#B1A183
(177,161,131)
#A19378
(161,147,120)
#91856D
(145,133,109)
#817762
(129,119,98)
#716957
(113,105,87)
#615B4C
(97,91,76)
#514D41
(81,77,65)
#413F36
(65,63,54)
#31312B
(49,49,43)
#212320
(33,35,32)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #B1A183

#B1A183
(177,161,131)
#B8A98E
(184,169,142)
#BFB199
(191,177,153)
#C6B9A4
(198,185,164)
#CDC1AF
(205,193,175)
#D4C9BA
(212,201,186)
#DBD1C5
(219,209,197)
#E2D9D0
(226,217,208)
#E9E1DB
(233,225,219)
#F0E9E6
(240,233,230)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A183; }

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

This text font color is #B1A183.

Background Color

.myBgColor { background-color: #B1A183; }

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

This div background color is #B1A183.

Border color

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

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

This div border color is #B1A183.

Opacity

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

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

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

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

This text has shadow with #B1A183 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A183.

Preview

Color preview on black background

This text has color #B1A183 on black background.


Color preview on white background

This text has color #B1A183 on white background.


Black color preview on #B1A183 background

This text has black color on #B1A183 background.


White color preview on #B1A183 background

This text has white color on #B1A183 background.


Related colors

Complementary color

Complementary color for #hex is #4E5E7C.


I love getcolorcode.com

Triadic colors

1 #83B1A1 and #A183B1 with #B1A183 are triadic colors.

2 #83A1B1 and #A1B183 with #B1A183 are triadic colors.