COLOR #B7A189

HEX: #B7A189
RGB: (183,161,137)

Color info

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

RGB color model

#B7A189 color RGB value is (183,161,137).

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

RGB channels and saturation

R 183 of 255 = 72%
G 161 of 255 = 63%
B 137 of 255 = 54%

183
161
137

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

Portions of RGB colors in percentages

R + G + B =
183 + 161 + 137 = 481 (100%)
R 183 of 481 ~ 38.05%
G 161 of 481 ~ 33.47%
B 137 of 481 ~ 28.48%

%38.05
%33.47
%28.48

CMYK color model

#B7A189 color CMYK value is (0,12,25,28).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 25.14%
  • key color value is 28.24%
CMYK:
(0,12,25,28)
C0M12Y25K28 
(0%,12%,25%,28%)
(0.00/0.12/0.25/0.28)	

CMYK percentages

%0
%12.02
%25.14
%28.24

Codes

Color #B7A189 in popluar color models

B7A189
RGB183161137
HSL31°24.21%62.75%
HSB/HSV31°25.14%71.76%
CMYK0.00%12.02%25.14%
28.24%

Color #B7A189 in popluar number systems.

HEXB7A189
Decimal183161137
Binary101101111010000110001001
Octal267241211

Shades and tints

Shades of #B7A189

#B7A189
(183,161,137)
#A7937D
(167,147,125)
#978571
(151,133,113)
#877765
(135,119,101)
#776959
(119,105,89)
#675B4D
(103,91,77)
#574D41
(87,77,65)
#473F35
(71,63,53)
#373129
(55,49,41)
#27231D
(39,35,29)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #B7A189

#B7A189
(183,161,137)
#BDA993
(189,169,147)
#C3B19D
(195,177,157)
#C9B9A7
(201,185,167)
#CFC1B1
(207,193,177)
#D5C9BB
(213,201,187)
#DBD1C5
(219,209,197)
#E1D9CF
(225,217,207)
#E7E1D9
(231,225,217)
#EDE9E3
(237,233,227)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A189; }

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

This text font color is #B7A189.


Background Color

.myBgColor { background-color: #B7A189; }

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

This div background color is #B7A189.


Border color

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

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

This div border color is #B7A189.


Opacity

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

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

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

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

This text has shadow with #B7A189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A189 on black background.


Color preview on white background

This text has color #B7A189 on white background.



Black color preview on #B7A189 background

This text has black color on #B7A189 background.


White color preview on #B7A189 background

This text has white color on #B7A189 background.