COLOR #B2A78D

HEX: #B2A78D
RGB: (178,167,141)

Color info

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

RGB color model

#B2A78D color RGB value is (178,167,141).

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

RGB channels and saturation

R 178 of 255 = 70%
G 167 of 255 = 65%
B 141 of 255 = 55%

178
167
141

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

Portions of RGB colors in percentages

R + G + B =
178 + 167 + 141 = 486 (100%)
R 178 of 486 ~ 36.63%
G 167 of 486 ~ 34.36%
B 141 of 486 ~ 29.01%

%36.63
%34.36
%29.01

CMYK color model

#B2A78D color CMYK value is (0,6,21,30).

  • cyan value is 0.00%
  • magenta value is 6.18%
  • yellow value is 20.79%
  • key color value is 30.20%
CMYK:
(0,6,21,30)
C0M6Y21K30 
(0%,6%,21%,30%)
(0.00/0.06/0.21/0.30)	

CMYK percentages

%0
%6.18
%20.79
%30.2

Codes

Color #B2A78D in popluar color models

B2A78D
RGB178167141
HSL42°19.37%62.55%
HSB/HSV42°20.79%69.80%
CMYK0.00%6.18%20.79%
30.20%

Color #B2A78D in popluar number systems.

HEXB2A78D
Decimal178167141
Binary101100101010011110001101
Octal262247215

Shades and tints

Shades of #B2A78D

#B2A78D
(178,167,141)
#A29881
(162,152,129)
#928975
(146,137,117)
#827A69
(130,122,105)
#726B5D
(114,107,93)
#625C51
(98,92,81)
#524D45
(82,77,69)
#423E39
(66,62,57)
#322F2D
(50,47,45)
#222021
(34,32,33)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #B2A78D

#B2A78D
(178,167,141)
#B9AF97
(185,175,151)
#C0B7A1
(192,183,161)
#C7BFAB
(199,191,171)
#CEC7B5
(206,199,181)
#D5CFBF
(213,207,191)
#DCD7C9
(220,215,201)
#E3DFD3
(227,223,211)
#EAE7DD
(234,231,221)
#F1EFE7
(241,239,231)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A78D; }

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

This text font color is #B2A78D.


Background Color

.myBgColor { background-color: #B2A78D; }

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

This div background color is #B2A78D.


Border color

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

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

This div border color is #B2A78D.


Opacity

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

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

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

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

This text has shadow with #B2A78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A78D on black background.


Color preview on white background

This text has color #B2A78D on white background.



Black color preview on #B2A78D background

This text has black color on #B2A78D background.


White color preview on #B2A78D background

This text has white color on #B2A78D background.