COLOR #B2A59A

HEX: #B2A59A
RGB: (178,165,154)

Color info

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

RGB color model

#B2A59A color RGB value is (178,165,154).

  • red value is 178;
  • green value is 165;
  • blue value is 154.
RGB:
(178,165,154)
(70%,65%,60%)

RGB channels and saturation

R 178 of 255 = 70%
G 165 of 255 = 65%
B 154 of 255 = 60%

178
165
154

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

Portions of RGB colors in percentages

R + G + B =
178 + 165 + 154 = 497 (100%)
R 178 of 497 ~ 35.81%
G 165 of 497 ~ 33.2%
B 154 of 497 ~ 30.99%

%35.81
%33.2
%30.99

CMYK color model

#B2A59A color CMYK value is (0,7,13,30).

  • cyan value is 0.00%
  • magenta value is 7.30%
  • yellow value is 13.48%
  • key color value is 30.20%
CMYK:
(0,7,13,30)
C0M7Y13K30 
(0%,7%,13%,30%)
(0.00/0.07/0.13/0.30)	

CMYK percentages

%0
%7.3
%13.48
%30.2

Codes

Color #B2A59A in popluar color models

B2A59A
RGB178165154
HSL28°13.48%65.10%
HSB/HSV28°13.48%69.80%
CMYK0.00%7.30%13.48%
30.20%

Color #B2A59A in popluar number systems.

HEXB2A59A
Decimal178165154
Binary101100101010010110011010
Octal262245232

Shades and tints

Shades of #B2A59A

#B2A59A
(178,165,154)
#A2968C
(162,150,140)
#92877E
(146,135,126)
#827870
(130,120,112)
#726962
(114,105,98)
#625A54
(98,90,84)
#524B46
(82,75,70)
#423C38
(66,60,56)
#322D2A
(50,45,42)
#221E1C
(34,30,28)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #B2A59A

#B2A59A
(178,165,154)
#B9ADA3
(185,173,163)
#C0B5AC
(192,181,172)
#C7BDB5
(199,189,181)
#CEC5BE
(206,197,190)
#D5CDC7
(213,205,199)
#DCD5D0
(220,213,208)
#E3DDD9
(227,221,217)
#EAE5E2
(234,229,226)
#F1EDEB
(241,237,235)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A59A color. Also use rgb(178,165,154) instead hex code.

Text Font Color

.myTextColor { color: #B2A59A; }

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

This text font color is #B2A59A.


Background Color

.myBgColor { background-color: #B2A59A; }

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

This div background color is #B2A59A.


Border color

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

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

This div border color is #B2A59A.


Opacity

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

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

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

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

This text has shadow with #B2A59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A59A on black background.


Color preview on white background

This text has color #B2A59A on white background.



Black color preview on #B2A59A background

This text has black color on #B2A59A background.


White color preview on #B2A59A background

This text has white color on #B2A59A background.