COLOR #B1A392

HEX: #B1A392
RGB: (177,163,146)

Color info

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

RGB color model

#B1A392 color RGB value is (177,163,146).

  • red value is 177;
  • green value is 163;
  • blue value is 146.
RGB:
(177,163,146)
(69%,64%,57%)

RGB channels and saturation

R 177 of 255 = 69%
G 163 of 255 = 64%
B 146 of 255 = 57%

177
163
146

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

Portions of RGB colors in percentages

R + G + B =
177 + 163 + 146 = 486 (100%)
R 177 of 486 ~ 36.42%
G 163 of 486 ~ 33.54%
B 146 of 486 ~ 30.04%

%36.42
%33.54
%30.04

CMYK color model

#B1A392 color CMYK value is (0,8,18,31).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 17.51%
  • key color value is 30.59%
CMYK:
(0,8,18,31)
C0M8Y18K31 
(0%,8%,18%,31%)
(0.00/0.08/0.18/0.31)	

CMYK percentages

%0
%7.91
%17.51
%30.59

Codes

Color #B1A392 in popluar color models

B1A392
RGB177163146
HSL33°16.58%63.33%
HSB/HSV33°17.51%69.41%
CMYK0.00%7.91%17.51%
30.59%

Color #B1A392 in popluar number systems.

HEXB1A392
Decimal177163146
Binary101100011010001110010010
Octal261243222

Shades and tints

Shades of #B1A392

#B1A392
(177,163,146)
#A19585
(161,149,133)
#918778
(145,135,120)
#81796B
(129,121,107)
#716B5E
(113,107,94)
#615D51
(97,93,81)
#514F44
(81,79,68)
#414137
(65,65,55)
#31332A
(49,51,42)
#21251D
(33,37,29)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #B1A392

#B1A392
(177,163,146)
#B8AB9B
(184,171,155)
#BFB3A4
(191,179,164)
#C6BBAD
(198,187,173)
#CDC3B6
(205,195,182)
#D4CBBF
(212,203,191)
#DBD3C8
(219,211,200)
#E2DBD1
(226,219,209)
#E9E3DA
(233,227,218)
#F0EBE3
(240,235,227)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A392 color. Also use rgb(177,163,146) instead hex code.

Text Font Color

.myTextColor { color: #B1A392; }

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

This text font color is #B1A392.


Background Color

.myBgColor { background-color: #B1A392; }

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

This div background color is #B1A392.


Border color

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

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

This div border color is #B1A392.


Opacity

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

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

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

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

This text has shadow with #B1A392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A392 on black background.


Color preview on white background

This text has color #B1A392 on white background.



Black color preview on #B1A392 background

This text has black color on #B1A392 background.


White color preview on #B1A392 background

This text has white color on #B1A392 background.