COLOR #B7A09A

HEX: #B7A09A
RGB: (183,160,154)

Color info

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

RGB color model

#B7A09A color RGB value is (183,160,154).

  • red value is 183;
  • green value is 160;
  • blue value is 154.
RGB:
(183,160,154)
(72%,63%,60%)

RGB channels and saturation

R 183 of 255 = 72%
G 160 of 255 = 63%
B 154 of 255 = 60%

183
160
154

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

Portions of RGB colors in percentages

R + G + B =
183 + 160 + 154 = 497 (100%)
R 183 of 497 ~ 36.82%
G 160 of 497 ~ 32.19%
B 154 of 497 ~ 30.99%

%36.82
%32.19
%30.99

CMYK color model

#B7A09A color CMYK value is (0,13,16,28).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 15.85%
  • key color value is 28.24%
CMYK:
(0,13,16,28)
C0M13Y16K28 
(0%,13%,16%,28%)
(0.00/0.13/0.16/0.28)	

CMYK percentages

%0
%12.57
%15.85
%28.24

Codes

Color #B7A09A in popluar color models

B7A09A
RGB183160154
HSL12°16.76%66.08%
HSB/HSV12°15.85%71.76%
CMYK0.00%12.57%15.85%
28.24%

Color #B7A09A in popluar number systems.

HEXB7A09A
Decimal183160154
Binary101101111010000010011010
Octal267240232

Shades and tints

Shades of #B7A09A

#B7A09A
(183,160,154)
#A7928C
(167,146,140)
#97847E
(151,132,126)
#877670
(135,118,112)
#776862
(119,104,98)
#675A54
(103,90,84)
#574C46
(87,76,70)
#473E38
(71,62,56)
#37302A
(55,48,42)
#27221C
(39,34,28)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #B7A09A

#B7A09A
(183,160,154)
#BDA8A3
(189,168,163)
#C3B0AC
(195,176,172)
#C9B8B5
(201,184,181)
#CFC0BE
(207,192,190)
#D5C8C7
(213,200,199)
#DBD0D0
(219,208,208)
#E1D8D9
(225,216,217)
#E7E0E2
(231,224,226)
#EDE8EB
(237,232,235)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A09A color. Also use rgb(183,160,154) instead hex code.

Text Font Color

.myTextColor { color: #B7A09A; }

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

This text font color is #B7A09A.


Background Color

.myBgColor { background-color: #B7A09A; }

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

This div background color is #B7A09A.


Border color

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

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

This div border color is #B7A09A.


Opacity

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

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

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

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

This text has shadow with #B7A09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A09A on black background.


Color preview on white background

This text has color #B7A09A on white background.



Black color preview on #B7A09A background

This text has black color on #B7A09A background.


White color preview on #B7A09A background

This text has white color on #B7A09A background.