COLOR #B2A87F

HEX: #B2A87F RGB: (178,168,127)

Color info

#B2A87F contains red, green and blue colors in about the same proportion. Web safe color of #B2A87F is #999966 (or #996).

RGB color model

#B2A87F color RGB value is (178,168,127).

RGB: (178,168,127) (70%, 66%, 50%)

RGB channels and saturation

R 178 of 255 = 70%
G 168 of 255 = 66%
B 127 of 255 = 50%

178
168
127

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

Portions of RGB colors in percentages

R + G + B = 178 + 168 + 127 = 473 (100%)
R 178 of 473 ~ 37.63%
G 168 of 473 ~ 35.52%
B 127 of 473 ~ 26.85'%

%37.63
%35.52
%26.85

CMYK color model

#B2A87F color CMYK value is (0,6,29,30).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 28.65%
  • key color value is 30.20%

CMYK: (0,6,29,30)
C0M6Y29K30 (0%, 6%, 29%, 30%)
(0.00 / 0.06 / 0.29 / 0.30)

CMYK percentages

%0
%5.62
%28.65
%30.2

Codes

Color #B2A87F in popluar color models

B2 A8 7F
RGB 178 168 127
HSL 48° 24.88% 59.80%
HSB/HSV 48° 28.65% 69.80%
CMYK 0.00% 5.62% 28.65%
30.20%

Color #B2A87F in popluar number systems.

HEX B2 A8 7F
Decimal 178 168 127
Binary 10110010 10101000 1111111
Octal 262 250 177

Shades and tints

Shades of #B2A87F

#B2A87F
(178,168,127)
#A29974
(162,153,116)
#928A69
(146,138,105)
#827B5E
(130,123,94)
#726C53
(114,108,83)
#625D48
(98,93,72)
#524E3D
(82,78,61)
#423F32
(66,63,50)
#323027
(50,48,39)
#22211C
(34,33,28)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #B2A87F

#B2A87F
(178,168,127)
#B9AF8A
(185,175,138)
#C0B695
(192,182,149)
#C7BDA0
(199,189,160)
#CEC4AB
(206,196,171)
#D5CBB6
(213,203,182)
#DCD2C1
(220,210,193)
#E3D9CC
(227,217,204)
#EAE0D7
(234,224,215)
#F1E7E2
(241,231,226)
#F8EEED
(248,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A87F color. Also use rgb(178,168,127) instead hex code.

Text Font Color

.myTextColor { color: #B2A87F; }

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

This text font color is #B2A87F.

Background Color

.myBgColor { background-color: #B2A87F; }

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

This div background color is #B2A87F.

Border color

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

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

This div border color is #B2A87F.

Opacity

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

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

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

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

This text has shadow with #B2A87F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A87F.

Preview

Color preview on black background

This text has color #B2A87F on black background.


Color preview on white background

This text has color #B2A87F on white background.


Black color preview on #B2A87F background

This text has black color on #B2A87F background.


White color preview on #B2A87F background

This text has white color on #B2A87F background.


Related colors

Complementary color

Complementary color for #hex is #4D5780.


I love getcolorcode.com

Triadic colors

1 #7FB2A8 and #A87FB2 with #B2A87F are triadic colors.

2 #7FA8B2 and #A8B27F with #B2A87F are triadic colors.