COLOR #B2A865

HEX: #B2A865
RGB: (178,168,101)

Color info

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

RGB color model

#B2A865 color RGB value is (178,168,101).

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

RGB channels and saturation

R 178 of 255 = 70%
G 168 of 255 = 66%
B 101 of 255 = 40%

178
168
101

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

Portions of RGB colors in percentages

R + G + B =
178 + 168 + 101 = 447 (100%)
R 178 of 447 ~ 39.82%
G 168 of 447 ~ 37.58%
B 101 of 447 ~ 22.6%

%39.82
%37.58
%22.6

CMYK color model

#B2A865 color CMYK value is (0,6,43,30).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 43.26%
  • key color value is 30.20%
CMYK:
(0,6,43,30)
C0M6Y43K30 
(0%,6%,43%,30%)
(0.00/0.06/0.43/0.30)	

CMYK percentages

%0
%5.62
%43.26
%30.2

Codes

Color #B2A865 in popluar color models

B2A865
RGB178168101
HSL52°33.33%54.71%
HSB/HSV52°43.26%69.80%
CMYK0.00%5.62%43.26%
30.20%

Color #B2A865 in popluar number systems.

HEXB2A865
Decimal178168101
Binary10110010101010001100101
Octal262250145

Shades and tints

Shades of #B2A865

#B2A865
(178,168,101)
#A2995C
(162,153,92)
#928A53
(146,138,83)
#827B4A
(130,123,74)
#726C41
(114,108,65)
#625D38
(98,93,56)
#524E2F
(82,78,47)
#423F26
(66,63,38)
#32301D
(50,48,29)
#222114
(34,33,20)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #B2A865

#B2A865
(178,168,101)
#B9AF73
(185,175,115)
#C0B681
(192,182,129)
#C7BD8F
(199,189,143)
#CEC49D
(206,196,157)
#D5CBAB
(213,203,171)
#DCD2B9
(220,210,185)
#E3D9C7
(227,217,199)
#EAE0D5
(234,224,213)
#F1E7E3
(241,231,227)
#F8EEF1
(248,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A865; }

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

This text font color is #B2A865.


Background Color

.myBgColor { background-color: #B2A865; }

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

This div background color is #B2A865.


Border color

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

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

This div border color is #B2A865.


Opacity

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

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

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

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

This text has shadow with #B2A865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A865 on black background.


Color preview on white background

This text has color #B2A865 on white background.



Black color preview on #B2A865 background

This text has black color on #B2A865 background.


White color preview on #B2A865 background

This text has white color on #B2A865 background.