COLOR #B2A869

HEX: #B2A869
RGB: (178,168,105)

Color info

#B2A869 contains mainly red and green colors. Web safe color of #B2A869 is #999966 (or #996).

RGB color model

#B2A869 color RGB value is (178,168,105).

  • red value is 178;
  • green value is 168;
  • blue value is 105.
RGB:
(178,168,105)
(70%,66%,41%)

RGB channels and saturation

R 178 of 255 = 70%
G 168 of 255 = 66%
B 105 of 255 = 41%

178
168
105

R + G + B ~ 59%. #B2A869 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
178 + 168 + 105 = 451 (100%)
R 178 of 451 ~ 39.47%
G 168 of 451 ~ 37.25%
B 105 of 451 ~ 23.28%

%39.47
%37.25
%23.28

CMYK color model

#B2A869 color CMYK value is (0,6,41,30).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 41.01%
  • key color value is 30.20%
CMYK:
(0,6,41,30)
C0M6Y41K30 
(0%,6%,41%,30%)
(0.00/0.06/0.41/0.30)	

CMYK percentages

%0
%5.62
%41.01
%30.2

Codes

Color #B2A869 in popluar color models

B2A869
RGB178168105
HSL52°32.16%55.49%
HSB/HSV52°41.01%69.80%
CMYK0.00%5.62%41.01%
30.20%

Color #B2A869 in popluar number systems.

HEXB2A869
Decimal178168105
Binary10110010101010001101001
Octal262250151

Shades and tints

Shades of #B2A869

#B2A869
(178,168,105)
#A29960
(162,153,96)
#928A57
(146,138,87)
#827B4E
(130,123,78)
#726C45
(114,108,69)
#625D3C
(98,93,60)
#524E33
(82,78,51)
#423F2A
(66,63,42)
#323021
(50,48,33)
#222118
(34,33,24)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #B2A869

#B2A869
(178,168,105)
#B9AF76
(185,175,118)
#C0B683
(192,182,131)
#C7BD90
(199,189,144)
#CEC49D
(206,196,157)
#D5CBAA
(213,203,170)
#DCD2B7
(220,210,183)
#E3D9C4
(227,217,196)
#EAE0D1
(234,224,209)
#F1E7DE
(241,231,222)
#F8EEEB
(248,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A869; }

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

This text font color is #B2A869.


Background Color

.myBgColor { background-color: #B2A869; }

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

This div background color is #B2A869.


Border color

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

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

This div border color is #B2A869.


Opacity

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

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

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

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

This text has shadow with #B2A869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A869 on black background.


Color preview on white background

This text has color #B2A869 on white background.



Black color preview on #B2A869 background

This text has black color on #B2A869 background.


White color preview on #B2A869 background

This text has white color on #B2A869 background.