COLOR #B2A373

HEX: #B2A373
RGB: (178,163,115)

Color info

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

RGB color model

#B2A373 color RGB value is (178,163,115).

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

RGB channels and saturation

R 178 of 255 = 70%
G 163 of 255 = 64%
B 115 of 255 = 45%

178
163
115

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

Portions of RGB colors in percentages

R + G + B =
178 + 163 + 115 = 456 (100%)
R 178 of 456 ~ 39.04%
G 163 of 456 ~ 35.75%
B 115 of 456 ~ 25.22%

%39.04
%35.75
%25.22

CMYK color model

#B2A373 color CMYK value is (0,8,35,30).

  • cyan value is 0.00%
  • magenta value is 8.43%
  • yellow value is 35.39%
  • key color value is 30.20%
CMYK:
(0,8,35,30)
C0M8Y35K30 
(0%,8%,35%,30%)
(0.00/0.08/0.35/0.30)	

CMYK percentages

%0
%8.43
%35.39
%30.2

Codes

Color #B2A373 in popluar color models

B2A373
RGB178163115
HSL46°29.03%57.45%
HSB/HSV46°35.39%69.80%
CMYK0.00%8.43%35.39%
30.20%

Color #B2A373 in popluar number systems.

HEXB2A373
Decimal178163115
Binary10110010101000111110011
Octal262243163

Shades and tints

Shades of #B2A373

#B2A373
(178,163,115)
#A29569
(162,149,105)
#92875F
(146,135,95)
#827955
(130,121,85)
#726B4B
(114,107,75)
#625D41
(98,93,65)
#524F37
(82,79,55)
#42412D
(66,65,45)
#323323
(50,51,35)
#222519
(34,37,25)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #B2A373

#B2A373
(178,163,115)
#B9AB7F
(185,171,127)
#C0B38B
(192,179,139)
#C7BB97
(199,187,151)
#CEC3A3
(206,195,163)
#D5CBAF
(213,203,175)
#DCD3BB
(220,211,187)
#E3DBC7
(227,219,199)
#EAE3D3
(234,227,211)
#F1EBDF
(241,235,223)
#F8F3EB
(248,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2A373; }

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

This text font color is #B2A373.


Background Color

.myBgColor { background-color: #B2A373; }

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

This div background color is #B2A373.


Border color

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

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

This div border color is #B2A373.


Opacity

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

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

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

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

This text has shadow with #B2A373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A373 on black background.


Color preview on white background

This text has color #B2A373 on white background.



Black color preview on #B2A373 background

This text has black color on #B2A373 background.


White color preview on #B2A373 background

This text has white color on #B2A373 background.