COLOR #B2A25F

HEX: #B2A25F
RGB: (178,162,95)

Color info

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

RGB color model

#B2A25F color RGB value is (178,162,95).

  • red value is 178;
  • green value is 162;
  • blue value is 95.
RGB:
(178,162,95)
(70%,64%,37%)

RGB channels and saturation

R 178 of 255 = 70%
G 162 of 255 = 64%
B 95 of 255 = 37%

178
162
95

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

Portions of RGB colors in percentages

R + G + B =
178 + 162 + 95 = 435 (100%)
R 178 of 435 ~ 40.92%
G 162 of 435 ~ 37.24%
B 95 of 435 ~ 21.84%

%40.92
%37.24
%21.84

CMYK color model

#B2A25F color CMYK value is (0,9,47,30).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 46.63%
  • key color value is 30.20%
CMYK:
(0,9,47,30)
C0M9Y47K30 
(0%,9%,47%,30%)
(0.00/0.09/0.47/0.30)	

CMYK percentages

%0
%8.99
%46.63
%30.2

Codes

Color #B2A25F in popluar color models

B2A25F
RGB17816295
HSL48°35.02%53.53%
HSB/HSV48°46.63%69.80%
CMYK0.00%8.99%46.63%
30.20%

Color #B2A25F in popluar number systems.

HEXB2A25F
Decimal17816295
Binary10110010101000101011111
Octal262242137

Shades and tints

Shades of #B2A25F

#B2A25F
(178,162,95)
#A29457
(162,148,87)
#92864F
(146,134,79)
#827847
(130,120,71)
#726A3F
(114,106,63)
#625C37
(98,92,55)
#524E2F
(82,78,47)
#424027
(66,64,39)
#32321F
(50,50,31)
#222417
(34,36,23)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #B2A25F

#B2A25F
(178,162,95)
#B9AA6D
(185,170,109)
#C0B27B
(192,178,123)
#C7BA89
(199,186,137)
#CEC297
(206,194,151)
#D5CAA5
(213,202,165)
#DCD2B3
(220,210,179)
#E3DAC1
(227,218,193)
#EAE2CF
(234,226,207)
#F1EADD
(241,234,221)
#F8F2EB
(248,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A25F color. Also use rgb(178,162,95) instead hex code.

Text Font Color

.myTextColor { color: #B2A25F; }

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

This text font color is #B2A25F.


Background Color

.myBgColor { background-color: #B2A25F; }

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

This div background color is #B2A25F.


Border color

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

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

This div border color is #B2A25F.


Opacity

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

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

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

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

This text has shadow with #B2A25F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A25F on black background.


Color preview on white background

This text has color #B2A25F on white background.



Black color preview on #B2A25F background

This text has black color on #B2A25F background.


White color preview on #B2A25F background

This text has white color on #B2A25F background.