COLOR #B7A198

HEX: #B7A198
RGB: (183,161,152)

Color info

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

RGB color model

#B7A198 color RGB value is (183,161,152).

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

RGB channels and saturation

R 183 of 255 = 72%
G 161 of 255 = 63%
B 152 of 255 = 60%

183
161
152

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

Portions of RGB colors in percentages

R + G + B =
183 + 161 + 152 = 496 (100%)
R 183 of 496 ~ 36.9%
G 161 of 496 ~ 32.46%
B 152 of 496 ~ 30.65%

%36.9
%32.46
%30.65

CMYK color model

#B7A198 color CMYK value is (0,12,17,28).

  • cyan value is 0.00%
  • magenta value is 12.02%
  • yellow value is 16.94%
  • key color value is 28.24%
CMYK:
(0,12,17,28)
C0M12Y17K28 
(0%,12%,17%,28%)
(0.00/0.12/0.17/0.28)	

CMYK percentages

%0
%12.02
%16.94
%28.24

Codes

Color #B7A198 in popluar color models

B7A198
RGB183161152
HSL17°17.71%65.69%
HSB/HSV17°16.94%71.76%
CMYK0.00%12.02%16.94%
28.24%

Color #B7A198 in popluar number systems.

HEXB7A198
Decimal183161152
Binary101101111010000110011000
Octal267241230

Shades and tints

Shades of #B7A198

#B7A198
(183,161,152)
#A7938B
(167,147,139)
#97857E
(151,133,126)
#877771
(135,119,113)
#776964
(119,105,100)
#675B57
(103,91,87)
#574D4A
(87,77,74)
#473F3D
(71,63,61)
#373130
(55,49,48)
#272323
(39,35,35)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #B7A198

#B7A198
(183,161,152)
#BDA9A1
(189,169,161)
#C3B1AA
(195,177,170)
#C9B9B3
(201,185,179)
#CFC1BC
(207,193,188)
#D5C9C5
(213,201,197)
#DBD1CE
(219,209,206)
#E1D9D7
(225,217,215)
#E7E1E0
(231,225,224)
#EDE9E9
(237,233,233)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A198; }

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

This text font color is #B7A198.


Background Color

.myBgColor { background-color: #B7A198; }

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

This div background color is #B7A198.


Border color

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

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

This div border color is #B7A198.


Opacity

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

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

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

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

This text has shadow with #B7A198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A198 on black background.


Color preview on white background

This text has color #B7A198 on white background.



Black color preview on #B7A198 background

This text has black color on #B7A198 background.


White color preview on #B7A198 background

This text has white color on #B7A198 background.