COLOR #B2A48C

HEX: #B2A48C
RGB: (178,164,140)

Color info

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

RGB color model

#B2A48C color RGB value is (178,164,140).

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

RGB channels and saturation

R 178 of 255 = 70%
G 164 of 255 = 64%
B 140 of 255 = 55%

178
164
140

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

Portions of RGB colors in percentages

R + G + B =
178 + 164 + 140 = 482 (100%)
R 178 of 482 ~ 36.93%
G 164 of 482 ~ 34.02%
B 140 of 482 ~ 29.05%

%36.93
%34.02
%29.05

CMYK color model

#B2A48C color CMYK value is (0,8,21,30).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 21.35%
  • key color value is 30.20%
CMYK:
(0,8,21,30)
C0M8Y21K30 
(0%,8%,21%,30%)
(0.00/0.08/0.21/0.30)	

CMYK percentages

%0
%7.87
%21.35
%30.2

Codes

Color #B2A48C in popluar color models

B2A48C
RGB178164140
HSL38°19.79%62.35%
HSB/HSV38°21.35%69.80%
CMYK0.00%7.87%21.35%
30.20%

Color #B2A48C in popluar number systems.

HEXB2A48C
Decimal178164140
Binary101100101010010010001100
Octal262244214

Shades and tints

Shades of #B2A48C

#B2A48C
(178,164,140)
#A29680
(162,150,128)
#928874
(146,136,116)
#827A68
(130,122,104)
#726C5C
(114,108,92)
#625E50
(98,94,80)
#525044
(82,80,68)
#424238
(66,66,56)
#32342C
(50,52,44)
#222620
(34,38,32)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #B2A48C

#B2A48C
(178,164,140)
#B9AC96
(185,172,150)
#C0B4A0
(192,180,160)
#C7BCAA
(199,188,170)
#CEC4B4
(206,196,180)
#D5CCBE
(213,204,190)
#DCD4C8
(220,212,200)
#E3DCD2
(227,220,210)
#EAE4DC
(234,228,220)
#F1ECE6
(241,236,230)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A48C; }

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

This text font color is #B2A48C.


Background Color

.myBgColor { background-color: #B2A48C; }

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

This div background color is #B2A48C.


Border color

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

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

This div border color is #B2A48C.


Opacity

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

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

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

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

This text has shadow with #B2A48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A48C on black background.


Color preview on white background

This text has color #B2A48C on white background.



Black color preview on #B2A48C background

This text has black color on #B2A48C background.


White color preview on #B2A48C background

This text has white color on #B2A48C background.