COLOR #B2A38D

HEX: #B2A38D
RGB: (178,163,141)

Color info

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

RGB color model

#B2A38D color RGB value is (178,163,141).

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

RGB channels and saturation

R 178 of 255 = 70%
G 163 of 255 = 64%
B 141 of 255 = 55%

178
163
141

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

Portions of RGB colors in percentages

R + G + B =
178 + 163 + 141 = 482 (100%)
R 178 of 482 ~ 36.93%
G 163 of 482 ~ 33.82%
B 141 of 482 ~ 29.25%

%36.93
%33.82
%29.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.43%
  • yellow value is 20.79%
  • 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
%8.43
%20.79
%30.2

Codes

Color #B2A38D in popluar color models

B2A38D
RGB178163141
HSL36°19.37%62.55%
HSB/HSV36°20.79%69.80%
CMYK0.00%8.43%20.79%
30.20%

Color #B2A38D in popluar number systems.

HEXB2A38D
Decimal178163141
Binary101100101010001110001101
Octal262243215

Shades and tints

Shades of #B2A38D

#B2A38D
(178,163,141)
#A29581
(162,149,129)
#928775
(146,135,117)
#827969
(130,121,105)
#726B5D
(114,107,93)
#625D51
(98,93,81)
#524F45
(82,79,69)
#424139
(66,65,57)
#32332D
(50,51,45)
#222521
(34,37,33)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #B2A38D

#B2A38D
(178,163,141)
#B9AB97
(185,171,151)
#C0B3A1
(192,179,161)
#C7BBAB
(199,187,171)
#CEC3B5
(206,195,181)
#D5CBBF
(213,203,191)
#DCD3C9
(220,211,201)
#E3DBD3
(227,219,211)
#EAE3DD
(234,227,221)
#F1EBE7
(241,235,231)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A38D color. Also use rgb(178,163,141) instead hex code.

Text Font Color

.myTextColor { color: #B2A38D; }

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

This text font color is #B2A38D.


Background Color

.myBgColor { background-color: #B2A38D; }

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

This div background color is #B2A38D.


Border color

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

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

This div border color is #B2A38D.


Opacity

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

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

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

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

This text has shadow with #B2A38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A38D on black background.


Color preview on white background

This text has color #B2A38D on white background.



Black color preview on #B2A38D background

This text has black color on #B2A38D background.


White color preview on #B2A38D background

This text has white color on #B2A38D background.