COLOR #B7A19B

HEX: #B7A19B
RGB: (183,161,155)

Color info

#B7A19B contains red, green and blue colors in about the same proportion. Web safe color of #B7A19B is #CC9999 (or #C99).

RGB color model

#B7A19B color RGB value is (183,161,155).

  • red value is 183;
  • green value is 161;
  • blue value is 155.
RGB:
(183,161,155)
(72%,63%,61%)

RGB channels and saturation

R 183 of 255 = 72%
G 161 of 255 = 63%
B 155 of 255 = 61%

183
161
155

R + G + B ~ 65%. #B7A19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 161 + 155 = 499 (100%)
R 183 of 499 ~ 36.67%
G 161 of 499 ~ 32.26%
B 155 of 499 ~ 31.06%

%36.67
%32.26
%31.06

CMYK color model

#B7A19B color CMYK value is (0,12,15,28).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK:
(0,12,15,28)
C0M12Y15K28 
(0%,12%,15%,28%)
(0.00/0.12/0.15/0.28)	

CMYK percentages

%0
%12.02
%15.3
%28.24

Codes

Color #B7A19B in popluar color models

B7A19B
RGB183161155
HSL13°16.28%66.27%
HSB/HSV13°15.30%71.76%
CMYK0.00%12.02%15.30%
28.24%

Color #B7A19B in popluar number systems.

HEXB7A19B
Decimal183161155
Binary101101111010000110011011
Octal267241233

Shades and tints

Shades of #B7A19B

#B7A19B
(183,161,155)
#A7938D
(167,147,141)
#97857F
(151,133,127)
#877771
(135,119,113)
#776963
(119,105,99)
#675B55
(103,91,85)
#574D47
(87,77,71)
#473F39
(71,63,57)
#37312B
(55,49,43)
#27231D
(39,35,29)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #B7A19B

#B7A19B
(183,161,155)
#BDA9A4
(189,169,164)
#C3B1AD
(195,177,173)
#C9B9B6
(201,185,182)
#CFC1BF
(207,193,191)
#D5C9C8
(213,201,200)
#DBD1D1
(219,209,209)
#E1D9DA
(225,217,218)
#E7E1E3
(231,225,227)
#EDE9EC
(237,233,236)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A19B color. Also use rgb(183,161,155) instead hex code.

Text Font Color

.myTextColor { color: #B7A19B; }

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

This text font color is #B7A19B.


Background Color

.myBgColor { background-color: #B7A19B; }

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

This div background color is #B7A19B.


Border color

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

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

This div border color is #B7A19B.


Opacity

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

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

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

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

This text has shadow with #B7A19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A19B on black background.


Color preview on white background

This text has color #B7A19B on white background.



Black color preview on #B7A19B background

This text has black color on #B7A19B background.


White color preview on #B7A19B background

This text has white color on #B7A19B background.