COLOR #B2A299

HEX: #B2A299
RGB: (178,162,153)

Color info

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

RGB color model

#B2A299 color RGB value is (178,162,153).

  • red value is 178;
  • green value is 162;
  • blue value is 153.
RGB:
(178,162,153)
(70%,64%,60%)

RGB channels and saturation

R 178 of 255 = 70%
G 162 of 255 = 64%
B 153 of 255 = 60%

178
162
153

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

Portions of RGB colors in percentages

R + G + B =
178 + 162 + 153 = 493 (100%)
R 178 of 493 ~ 36.11%
G 162 of 493 ~ 32.86%
B 153 of 493 ~ 31.03%

%36.11
%32.86
%31.03

CMYK color model

#B2A299 color CMYK value is (0,9,14,30).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 14.04%
  • key color value is 30.20%
CMYK:
(0,9,14,30)
C0M9Y14K30 
(0%,9%,14%,30%)
(0.00/0.09/0.14/0.30)	

CMYK percentages

%0
%8.99
%14.04
%30.2

Codes

Color #B2A299 in popluar color models

B2A299
RGB178162153
HSL22°13.97%64.90%
HSB/HSV22°14.04%69.80%
CMYK0.00%8.99%14.04%
30.20%

Color #B2A299 in popluar number systems.

HEXB2A299
Decimal178162153
Binary101100101010001010011001
Octal262242231

Shades and tints

Shades of #B2A299

#B2A299
(178,162,153)
#A2948C
(162,148,140)
#92867F
(146,134,127)
#827872
(130,120,114)
#726A65
(114,106,101)
#625C58
(98,92,88)
#524E4B
(82,78,75)
#42403E
(66,64,62)
#323231
(50,50,49)
#222424
(34,36,36)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #B2A299

#B2A299
(178,162,153)
#B9AAA2
(185,170,162)
#C0B2AB
(192,178,171)
#C7BAB4
(199,186,180)
#CEC2BD
(206,194,189)
#D5CAC6
(213,202,198)
#DCD2CF
(220,210,207)
#E3DAD8
(227,218,216)
#EAE2E1
(234,226,225)
#F1EAEA
(241,234,234)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A299 color. Also use rgb(178,162,153) instead hex code.

Text Font Color

.myTextColor { color: #B2A299; }

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

This text font color is #B2A299.


Background Color

.myBgColor { background-color: #B2A299; }

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

This div background color is #B2A299.


Border color

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

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

This div border color is #B2A299.


Opacity

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

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

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

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

This text has shadow with #B2A299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A299 on black background.


Color preview on white background

This text has color #B2A299 on white background.



Black color preview on #B2A299 background

This text has black color on #B2A299 background.


White color preview on #B2A299 background

This text has white color on #B2A299 background.