COLOR #B1A487

HEX: #B1A487 RGB: (177,164,135)

Color info

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

RGB color model

#B1A487 color RGB value is (177,164,135).

RGB: (177,164,135) (69%, 64%, 53%)

RGB channels and saturation

R 177 of 255 = 69%
G 164 of 255 = 64%
B 135 of 255 = 53%

177
164
135

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

Portions of RGB colors in percentages

R + G + B = 177 + 164 + 135 = 476 (100%)
R 177 of 476 ~ 37.18%
G 164 of 476 ~ 34.45%
B 135 of 476 ~ 28.36'%

%37.18
%34.45
%28.36

CMYK color model

#B1A487 color CMYK value is (0,7,24,31).

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 23.73%
  • key color value is 30.59%

CMYK: (0,7,24,31)
C0M7Y24K31 (0%, 7%, 24%, 31%)
(0.00 / 0.07 / 0.24 / 0.31)

CMYK percentages

%0
%7.34
%23.73
%30.59

Codes

Color #B1A487 in popluar color models

B1 A4 87
RGB 177 164 135
HSL 41° 21.21% 61.18%
HSB/HSV 41° 23.73% 69.41%
CMYK 0.00% 7.34% 23.73%
30.59%

Color #B1A487 in popluar number systems.

HEX B1 A4 87
Decimal 177 164 135
Binary 10110001 10100100 10000111
Octal 261 244 207

Shades and tints

Shades of #B1A487

#B1A487
(177,164,135)
#A1967B
(161,150,123)
#91886F
(145,136,111)
#817A63
(129,122,99)
#716C57
(113,108,87)
#615E4B
(97,94,75)
#51503F
(81,80,63)
#414233
(65,66,51)
#313427
(49,52,39)
#21261B
(33,38,27)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #B1A487

#B1A487
(177,164,135)
#B8AC91
(184,172,145)
#BFB49B
(191,180,155)
#C6BCA5
(198,188,165)
#CDC4AF
(205,196,175)
#D4CCB9
(212,204,185)
#DBD4C3
(219,212,195)
#E2DCCD
(226,220,205)
#E9E4D7
(233,228,215)
#F0ECE1
(240,236,225)
#F7F4EB
(247,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A487 color. Also use rgb(177,164,135) instead hex code.

Text Font Color

.myTextColor { color: #B1A487; }

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

This text font color is #B1A487.

Background Color

.myBgColor { background-color: #B1A487; }

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

This div background color is #B1A487.

Border color

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

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

This div border color is #B1A487.

Opacity

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

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

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

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

This text has shadow with #B1A487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A487.

Preview

Color preview on black background

This text has color #B1A487 on black background.


Color preview on white background

This text has color #B1A487 on white background.


Black color preview on #B1A487 background

This text has black color on #B1A487 background.


White color preview on #B1A487 background

This text has white color on #B1A487 background.


Related colors

Complementary color

Complementary color for #hex is #4E5B78.


I love getcolorcode.com

Triadic colors

1 #87B1A4 and #A487B1 with #B1A487 are triadic colors.

2 #87A4B1 and #A4B187 with #B1A487 are triadic colors.