COLOR #B2A48A

HEX: #B2A48A
RGB: (178,164,138)

Color info

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

RGB color model

#B2A48A color RGB value is (178,164,138).

  • red value is 178;
  • green value is 164;
  • blue value is 138.
RGB:
(178,164,138)
(70%,64%,54%)

RGB channels and saturation

R 178 of 255 = 70%
G 164 of 255 = 64%
B 138 of 255 = 54%

178
164
138

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

Portions of RGB colors in percentages

R + G + B =
178 + 164 + 138 = 480 (100%)
R 178 of 480 ~ 37.08%
G 164 of 480 ~ 34.17%
B 138 of 480 ~ 28.75%

%37.08
%34.17
%28.75

CMYK color model

#B2A48A color CMYK value is (0,8,22,30).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 22.47%
  • key color value is 30.20%
CMYK:
(0,8,22,30)
C0M8Y22K30 
(0%,8%,22%,30%)
(0.00/0.08/0.22/0.30)	

CMYK percentages

%0
%7.87
%22.47
%30.2

Codes

Color #B2A48A in popluar color models

B2A48A
RGB178164138
HSL39°20.62%61.96%
HSB/HSV39°22.47%69.80%
CMYK0.00%7.87%22.47%
30.20%

Color #B2A48A in popluar number systems.

HEXB2A48A
Decimal178164138
Binary101100101010010010001010
Octal262244212

Shades and tints

Shades of #B2A48A

#B2A48A
(178,164,138)
#A2967E
(162,150,126)
#928872
(146,136,114)
#827A66
(130,122,102)
#726C5A
(114,108,90)
#625E4E
(98,94,78)
#525042
(82,80,66)
#424236
(66,66,54)
#32342A
(50,52,42)
#22261E
(34,38,30)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #B2A48A

#B2A48A
(178,164,138)
#B9AC94
(185,172,148)
#C0B49E
(192,180,158)
#C7BCA8
(199,188,168)
#CEC4B2
(206,196,178)
#D5CCBC
(213,204,188)
#DCD4C6
(220,212,198)
#E3DCD0
(227,220,208)
#EAE4DA
(234,228,218)
#F1ECE4
(241,236,228)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A48A color. Also use rgb(178,164,138) instead hex code.

Text Font Color

.myTextColor { color: #B2A48A; }

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

This text font color is #B2A48A.


Background Color

.myBgColor { background-color: #B2A48A; }

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

This div background color is #B2A48A.


Border color

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

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

This div border color is #B2A48A.


Opacity

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

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

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

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

This text has shadow with #B2A48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A48A on black background.


Color preview on white background

This text has color #B2A48A on white background.



Black color preview on #B2A48A background

This text has black color on #B2A48A background.


White color preview on #B2A48A background

This text has white color on #B2A48A background.