COLOR #B2A75C

HEX: #B2A75C
RGB: (178,167,92)

Color info

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

RGB color model

#B2A75C color RGB value is (178,167,92).

  • red value is 178;
  • green value is 167;
  • blue value is 92.
RGB:
(178,167,92)
(70%,65%,36%)

RGB channels and saturation

R 178 of 255 = 70%
G 167 of 255 = 65%
B 92 of 255 = 36%

178
167
92

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

Portions of RGB colors in percentages

R + G + B =
178 + 167 + 92 = 437 (100%)
R 178 of 437 ~ 40.73%
G 167 of 437 ~ 38.22%
B 92 of 437 ~ 21.05%

%40.73
%38.22
%21.05

CMYK color model

#B2A75C color CMYK value is (0,6,48,30).

  • cyan value is 0.00%
  • magenta value is 6.18%
  • yellow value is 48.31%
  • key color value is 30.20%
CMYK:
(0,6,48,30)
C0M6Y48K30 
(0%,6%,48%,30%)
(0.00/0.06/0.48/0.30)	

CMYK percentages

%0
%6.18
%48.31
%30.2

Codes

Color #B2A75C in popluar color models

B2A75C
RGB17816792
HSL52°35.83%52.94%
HSB/HSV52°48.31%69.80%
CMYK0.00%6.18%48.31%
30.20%

Color #B2A75C in popluar number systems.

HEXB2A75C
Decimal17816792
Binary10110010101001111011100
Octal262247134

Shades and tints

Shades of #B2A75C

#B2A75C
(178,167,92)
#A29854
(162,152,84)
#92894C
(146,137,76)
#827A44
(130,122,68)
#726B3C
(114,107,60)
#625C34
(98,92,52)
#524D2C
(82,77,44)
#423E24
(66,62,36)
#322F1C
(50,47,28)
#222014
(34,32,20)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #B2A75C

#B2A75C
(178,167,92)
#B9AF6A
(185,175,106)
#C0B778
(192,183,120)
#C7BF86
(199,191,134)
#CEC794
(206,199,148)
#D5CFA2
(213,207,162)
#DCD7B0
(220,215,176)
#E3DFBE
(227,223,190)
#EAE7CC
(234,231,204)
#F1EFDA
(241,239,218)
#F8F7E8
(248,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A75C color. Also use rgb(178,167,92) instead hex code.

Text Font Color

.myTextColor { color: #B2A75C; }

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

This text font color is #B2A75C.


Background Color

.myBgColor { background-color: #B2A75C; }

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

This div background color is #B2A75C.


Border color

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

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

This div border color is #B2A75C.


Opacity

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

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

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

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

This text has shadow with #B2A75C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A75C on black background.


Color preview on white background

This text has color #B2A75C on white background.



Black color preview on #B2A75C background

This text has black color on #B2A75C background.


White color preview on #B2A75C background

This text has white color on #B2A75C background.