COLOR #B1A692

HEX: #B1A692
RGB: (177,166,146)

Color info

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

RGB color model

#B1A692 color RGB value is (177,166,146).

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

RGB channels and saturation

R 177 of 255 = 69%
G 166 of 255 = 65%
B 146 of 255 = 57%

177
166
146

R + G + B ~ 64%. #B1A692 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 166 + 146 = 489 (100%)
R 177 of 489 ~ 36.2%
G 166 of 489 ~ 33.95%
B 146 of 489 ~ 29.86%

%36.2
%33.95
%29.86

CMYK color model

#B1A692 color CMYK value is (0,6,18,31).

  • cyan value is 0.00%
  • magenta value is 6.21%
  • yellow value is 17.51%
  • key color value is 30.59%
CMYK:
(0,6,18,31)
C0M6Y18K31 
(0%,6%,18%,31%)
(0.00/0.06/0.18/0.31)	

CMYK percentages

%0
%6.21
%17.51
%30.59

Codes

Color #B1A692 in popluar color models

B1A692
RGB177166146
HSL39°16.58%63.33%
HSB/HSV39°17.51%69.41%
CMYK0.00%6.21%17.51%
30.59%

Color #B1A692 in popluar number systems.

HEXB1A692
Decimal177166146
Binary101100011010011010010010
Octal261246222

Shades and tints

Shades of #B1A692

#B1A692
(177,166,146)
#A19785
(161,151,133)
#918878
(145,136,120)
#81796B
(129,121,107)
#716A5E
(113,106,94)
#615B51
(97,91,81)
#514C44
(81,76,68)
#413D37
(65,61,55)
#312E2A
(49,46,42)
#211F1D
(33,31,29)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #B1A692

#B1A692
(177,166,146)
#B8AE9B
(184,174,155)
#BFB6A4
(191,182,164)
#C6BEAD
(198,190,173)
#CDC6B6
(205,198,182)
#D4CEBF
(212,206,191)
#DBD6C8
(219,214,200)
#E2DED1
(226,222,209)
#E9E6DA
(233,230,218)
#F0EEE3
(240,238,227)
#F7F6EC
(247,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A692; }

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

This text font color is #B1A692.


Background Color

.myBgColor { background-color: #B1A692; }

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

This div background color is #B1A692.


Border color

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

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

This div border color is #B1A692.


Opacity

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

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

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

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

This text has shadow with #B1A692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A692 on black background.


Color preview on white background

This text has color #B1A692 on white background.



Black color preview on #B1A692 background

This text has black color on #B1A692 background.


White color preview on #B1A692 background

This text has white color on #B1A692 background.