COLOR #B1A82C

HEX: #B1A82C
RGB: (177,168,44)

Color info

#B1A82C contains mainly red and green colors. Web safe color of #B1A82C is #999933 (or #993).

RGB color model

#B1A82C color RGB value is (177,168,44).

  • red value is 177;
  • green value is 168;
  • blue value is 44.
RGB:
(177,168,44)
(69%,66%,17%)

RGB channels and saturation

R 177 of 255 = 69%
G 168 of 255 = 66%
B 44 of 255 = 17%

177
168
44

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

Portions of RGB colors in percentages

R + G + B =
177 + 168 + 44 = 389 (100%)
R 177 of 389 ~ 45.5%
G 168 of 389 ~ 43.19%
B 44 of 389 ~ 11.31%

%45.5
%43.19
%11.31

CMYK color model

#B1A82C color CMYK value is (0,5,75,31).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 75.14%
  • key color value is 30.59%
CMYK:
(0,5,75,31)
C0M5Y75K31 
(0%,5%,75%,31%)
(0.00/0.05/0.75/0.31)	

CMYK percentages

%0
%5.08
%75.14
%30.59

Codes

Color #B1A82C in popluar color models

B1A82C
RGB17716844
HSL56°60.18%43.33%
HSB/HSV56°75.14%69.41%
CMYK0.00%5.08%75.14%
30.59%

Color #B1A82C in popluar number systems.

HEXB1A82C
Decimal17716844
Binary1011000110101000101100
Octal26125054

Shades and tints

Shades of #B1A82C

#B1A82C
(177,168,44)
#A19928
(161,153,40)
#918A24
(145,138,36)
#817B20
(129,123,32)
#716C1C
(113,108,28)
#615D18
(97,93,24)
#514E14
(81,78,20)
#413F10
(65,63,16)
#31300C
(49,48,12)
#212108
(33,33,8)
#111204
(17,18,4)
#000000
(0,0,0)

Tints of #B1A82C

#B1A82C
(177,168,44)
#B8AF3F
(184,175,63)
#BFB652
(191,182,82)
#C6BD65
(198,189,101)
#CDC478
(205,196,120)
#D4CB8B
(212,203,139)
#DBD29E
(219,210,158)
#E2D9B1
(226,217,177)
#E9E0C4
(233,224,196)
#F0E7D7
(240,231,215)
#F7EEEA
(247,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A82C color. Also use rgb(177,168,44) instead hex code.

Text Font Color

.myTextColor { color: #B1A82C; }

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

This text font color is #B1A82C.


Background Color

.myBgColor { background-color: #B1A82C; }

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

This div background color is #B1A82C.


Border color

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

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

This div border color is #B1A82C.


Opacity

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

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

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

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

This text has shadow with #B1A82C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A82C on black background.


Color preview on white background

This text has color #B1A82C on white background.



Black color preview on #B1A82C background

This text has black color on #B1A82C background.


White color preview on #B1A82C background

This text has white color on #B1A82C background.