COLOR #B2A376

HEX: #B2A376
RGB: (178,163,118)

Color info

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

RGB color model

#B2A376 color RGB value is (178,163,118).

  • red value is 178;
  • green value is 163;
  • blue value is 118.
RGB:
(178,163,118)
(70%,64%,46%)

RGB channels and saturation

R 178 of 255 = 70%
G 163 of 255 = 64%
B 118 of 255 = 46%

178
163
118

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

Portions of RGB colors in percentages

R + G + B =
178 + 163 + 118 = 459 (100%)
R 178 of 459 ~ 38.78%
G 163 of 459 ~ 35.51%
B 118 of 459 ~ 25.71%

%38.78
%35.51
%25.71

CMYK color model

#B2A376 color CMYK value is (0,8,34,30).

  • cyan value is 0.00%
  • magenta value is 8.43%
  • yellow value is 33.71%
  • key color value is 30.20%
CMYK:
(0,8,34,30)
C0M8Y34K30 
(0%,8%,34%,30%)
(0.00/0.08/0.34/0.30)	

CMYK percentages

%0
%8.43
%33.71
%30.2

Codes

Color #B2A376 in popluar color models

B2A376
RGB178163118
HSL45°28.04%58.04%
HSB/HSV45°33.71%69.80%
CMYK0.00%8.43%33.71%
30.20%

Color #B2A376 in popluar number systems.

HEXB2A376
Decimal178163118
Binary10110010101000111110110
Octal262243166

Shades and tints

Shades of #B2A376

#B2A376
(178,163,118)
#A2956C
(162,149,108)
#928762
(146,135,98)
#827958
(130,121,88)
#726B4E
(114,107,78)
#625D44
(98,93,68)
#524F3A
(82,79,58)
#424130
(66,65,48)
#323326
(50,51,38)
#22251C
(34,37,28)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #B2A376

#B2A376
(178,163,118)
#B9AB82
(185,171,130)
#C0B38E
(192,179,142)
#C7BB9A
(199,187,154)
#CEC3A6
(206,195,166)
#D5CBB2
(213,203,178)
#DCD3BE
(220,211,190)
#E3DBCA
(227,219,202)
#EAE3D6
(234,227,214)
#F1EBE2
(241,235,226)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A376 color. Also use rgb(178,163,118) instead hex code.

Text Font Color

.myTextColor { color: #B2A376; }

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

This text font color is #B2A376.


Background Color

.myBgColor { background-color: #B2A376; }

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

This div background color is #B2A376.


Border color

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

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

This div border color is #B2A376.


Opacity

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

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

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

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

This text has shadow with #B2A376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A376 on black background.


Color preview on white background

This text has color #B2A376 on white background.



Black color preview on #B2A376 background

This text has black color on #B2A376 background.


White color preview on #B2A376 background

This text has white color on #B2A376 background.