COLOR #B1A03F

HEX: #B1A03F
RGB: (177,160,63)

Color info

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

RGB color model

#B1A03F color RGB value is (177,160,63).

  • red value is 177;
  • green value is 160;
  • blue value is 63.
RGB:
(177,160,63)
(69%,63%,25%)

RGB channels and saturation

R 177 of 255 = 69%
G 160 of 255 = 63%
B 63 of 255 = 25%

177
160
63

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

Portions of RGB colors in percentages

R + G + B =
177 + 160 + 63 = 400 (100%)
R 177 of 400 ~ 44.25%
G 160 of 400 ~ 40%
B 63 of 400 ~ 15.75%

%44.25
%40
%15.75

CMYK color model

#B1A03F color CMYK value is (0,10,64,31).

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 64.41%
  • key color value is 30.59%
CMYK:
(0,10,64,31)
C0M10Y64K31 
(0%,10%,64%,31%)
(0.00/0.10/0.64/0.31)	

CMYK percentages

%0
%9.6
%64.41
%30.59

Codes

Color #B1A03F in popluar color models

B1A03F
RGB17716063
HSL51°47.50%47.06%
HSB/HSV51°64.41%69.41%
CMYK0.00%9.60%64.41%
30.59%

Color #B1A03F in popluar number systems.

HEXB1A03F
Decimal17716063
Binary1011000110100000111111
Octal26124077

Shades and tints

Shades of #B1A03F

#B1A03F
(177,160,63)
#A1923A
(161,146,58)
#918435
(145,132,53)
#817630
(129,118,48)
#71682B
(113,104,43)
#615A26
(97,90,38)
#514C21
(81,76,33)
#413E1C
(65,62,28)
#313017
(49,48,23)
#212212
(33,34,18)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #B1A03F

#B1A03F
(177,160,63)
#B8A850
(184,168,80)
#BFB061
(191,176,97)
#C6B872
(198,184,114)
#CDC083
(205,192,131)
#D4C894
(212,200,148)
#DBD0A5
(219,208,165)
#E2D8B6
(226,216,182)
#E9E0C7
(233,224,199)
#F0E8D8
(240,232,216)
#F7F0E9
(247,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A03F color. Also use rgb(177,160,63) instead hex code.

Text Font Color

.myTextColor { color: #B1A03F; }

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

This text font color is #B1A03F.


Background Color

.myBgColor { background-color: #B1A03F; }

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

This div background color is #B1A03F.


Border color

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

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

This div border color is #B1A03F.


Opacity

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

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

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

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

This text has shadow with #B1A03F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A03F on black background.


Color preview on white background

This text has color #B1A03F on white background.



Black color preview on #B1A03F background

This text has black color on #B1A03F background.


White color preview on #B1A03F background

This text has white color on #B1A03F background.