COLOR #B1A095

HEX: #B1A095 RGB: (177,160,149)

Color info

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

RGB color model

#B1A095 color RGB value is (177,160,149).

RGB: (177,160,149) (69%, 63%, 58%)

RGB channels and saturation

R 177 of 255 = 69%
G 160 of 255 = 63%
B 149 of 255 = 58%

177
160
149

R + G + B ~ 63%. #B1A095 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 160 + 149 = 486 (100%)
R 177 of 486 ~ 36.42%
G 160 of 486 ~ 32.92%
B 149 of 486 ~ 30.66'%

%36.42
%32.92
%30.66

CMYK color model

#B1A095 color CMYK value is (0,10,16,31).

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 15.82%
  • key color value is 30.59%

CMYK: (0,10,16,31)
C0M10Y16K31 (0%, 10%, 16%, 31%)
(0.00 / 0.10 / 0.16 / 0.31)

CMYK percentages

%0
%9.6
%15.82
%30.59

Codes

Color #B1A095 in popluar color models

B1 A0 95
RGB 177 160 149
HSL 24° 15.22% 63.92%
HSB/HSV 24° 15.82% 69.41%
CMYK 0.00% 9.60% 15.82%
30.59%

Color #B1A095 in popluar number systems.

HEX B1 A0 95
Decimal 177 160 149
Binary 10110001 10100000 10010101
Octal 261 240 225

Shades and tints

Shades of #B1A095

#B1A095
(177,160,149)
#A19288
(161,146,136)
#91847B
(145,132,123)
#81766E
(129,118,110)
#716861
(113,104,97)
#615A54
(97,90,84)
#514C47
(81,76,71)
#413E3A
(65,62,58)
#31302D
(49,48,45)
#212220
(33,34,32)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #B1A095

#B1A095
(177,160,149)
#B8A89E
(184,168,158)
#BFB0A7
(191,176,167)
#C6B8B0
(198,184,176)
#CDC0B9
(205,192,185)
#D4C8C2
(212,200,194)
#DBD0CB
(219,208,203)
#E2D8D4
(226,216,212)
#E9E0DD
(233,224,221)
#F0E8E6
(240,232,230)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A095 color. Also use rgb(177,160,149) instead hex code.

Text Font Color

.myTextColor { color: #B1A095; }

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

This text font color is #B1A095.

Background Color

.myBgColor { background-color: #B1A095; }

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

This div background color is #B1A095.

Border color

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

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

This div border color is #B1A095.

Opacity

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

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

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

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

This text has shadow with #B1A095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A095.

Preview

Color preview on black background

This text has color #B1A095 on black background.


Color preview on white background

This text has color #B1A095 on white background.


Black color preview on #B1A095 background

This text has black color on #B1A095 background.


White color preview on #B1A095 background

This text has white color on #B1A095 background.


Related colors

Complementary color

Complementary color for #hex is #4E5F6A.


I love getcolorcode.com

Triadic colors

1 #95B1A0 and #A095B1 with #B1A095 are triadic colors.

2 #95A0B1 and #A0B195 with #B1A095 are triadic colors.