COLOR #B2A065

HEX: #B2A065
RGB: (178,160,101)

Color info

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

RGB color model

#B2A065 color RGB value is (178,160,101).

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

RGB channels and saturation

R 178 of 255 = 70%
G 160 of 255 = 63%
B 101 of 255 = 40%

178
160
101

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

Portions of RGB colors in percentages

R + G + B =
178 + 160 + 101 = 439 (100%)
R 178 of 439 ~ 40.55%
G 160 of 439 ~ 36.45%
B 101 of 439 ~ 23.01%

%40.55
%36.45
%23.01

CMYK color model

#B2A065 color CMYK value is (0,10,43,30).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 43.26%
  • key color value is 30.20%
CMYK:
(0,10,43,30)
C0M10Y43K30 
(0%,10%,43%,30%)
(0.00/0.10/0.43/0.30)	

CMYK percentages

%0
%10.11
%43.26
%30.2

Codes

Color #B2A065 in popluar color models

B2A065
RGB178160101
HSL46°33.33%54.71%
HSB/HSV46°43.26%69.80%
CMYK0.00%10.11%43.26%
30.20%

Color #B2A065 in popluar number systems.

HEXB2A065
Decimal178160101
Binary10110010101000001100101
Octal262240145

Shades and tints

Shades of #B2A065

#B2A065
(178,160,101)
#A2925C
(162,146,92)
#928453
(146,132,83)
#82764A
(130,118,74)
#726841
(114,104,65)
#625A38
(98,90,56)
#524C2F
(82,76,47)
#423E26
(66,62,38)
#32301D
(50,48,29)
#222214
(34,34,20)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #B2A065

#B2A065
(178,160,101)
#B9A873
(185,168,115)
#C0B081
(192,176,129)
#C7B88F
(199,184,143)
#CEC09D
(206,192,157)
#D5C8AB
(213,200,171)
#DCD0B9
(220,208,185)
#E3D8C7
(227,216,199)
#EAE0D5
(234,224,213)
#F1E8E3
(241,232,227)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A065; }

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

This text font color is #B2A065.


Background Color

.myBgColor { background-color: #B2A065; }

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

This div background color is #B2A065.


Border color

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

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

This div border color is #B2A065.


Opacity

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

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

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

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

This text has shadow with #B2A065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A065 on black background.


Color preview on white background

This text has color #B2A065 on white background.



Black color preview on #B2A065 background

This text has black color on #B2A065 background.


White color preview on #B2A065 background

This text has white color on #B2A065 background.