COLOR #B2A781

HEX: #B2A781
RGB: (178,167,129)

Color info

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

RGB color model

#B2A781 color RGB value is (178,167,129).

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

RGB channels and saturation

R 178 of 255 = 70%
G 167 of 255 = 65%
B 129 of 255 = 51%

178
167
129

R + G + B ~ 62%. #B2A781 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 167 + 129 = 474 (100%)
R 178 of 474 ~ 37.55%
G 167 of 474 ~ 35.23%
B 129 of 474 ~ 27.22%

%37.55
%35.23
%27.22

CMYK color model

#B2A781 color CMYK value is (0,6,28,30).

  • cyan value is 0.00%
  • magenta value is 6.18%
  • yellow value is 27.53%
  • key color value is 30.20%
CMYK:
(0,6,28,30)
C0M6Y28K30 
(0%,6%,28%,30%)
(0.00/0.06/0.28/0.30)	

CMYK percentages

%0
%6.18
%27.53
%30.2

Codes

Color #B2A781 in popluar color models

B2A781
RGB178167129
HSL47°24.14%60.20%
HSB/HSV47°27.53%69.80%
CMYK0.00%6.18%27.53%
30.20%

Color #B2A781 in popluar number systems.

HEXB2A781
Decimal178167129
Binary101100101010011110000001
Octal262247201

Shades and tints

Shades of #B2A781

#B2A781
(178,167,129)
#A29876
(162,152,118)
#92896B
(146,137,107)
#827A60
(130,122,96)
#726B55
(114,107,85)
#625C4A
(98,92,74)
#524D3F
(82,77,63)
#423E34
(66,62,52)
#322F29
(50,47,41)
#22201E
(34,32,30)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #B2A781

#B2A781
(178,167,129)
#B9AF8C
(185,175,140)
#C0B797
(192,183,151)
#C7BFA2
(199,191,162)
#CEC7AD
(206,199,173)
#D5CFB8
(213,207,184)
#DCD7C3
(220,215,195)
#E3DFCE
(227,223,206)
#EAE7D9
(234,231,217)
#F1EFE4
(241,239,228)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A781; }

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

This text font color is #B2A781.


Background Color

.myBgColor { background-color: #B2A781; }

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

This div background color is #B2A781.


Border color

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

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

This div border color is #B2A781.


Opacity

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

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

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

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

This text has shadow with #B2A781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A781 on black background.


Color preview on white background

This text has color #B2A781 on white background.



Black color preview on #B2A781 background

This text has black color on #B2A781 background.


White color preview on #B2A781 background

This text has white color on #B2A781 background.