COLOR #B1A041

HEX: #B1A041
RGB: (177,160,65)

Color info

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

RGB color model

#B1A041 color RGB value is (177,160,65).

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

RGB channels and saturation

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

177
160
65

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

Portions of RGB colors in percentages

R + G + B =
177 + 160 + 65 = 402 (100%)
R 177 of 402 ~ 44.03%
G 160 of 402 ~ 39.8%
B 65 of 402 ~ 16.17%

%44.03
%39.8
%16.17

CMYK color model

#B1A041 color CMYK value is (0,10,63,31).

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 63.28%
  • key color value is 30.59%
CMYK:
(0,10,63,31)
C0M10Y63K31 
(0%,10%,63%,31%)
(0.00/0.10/0.63/0.31)	

CMYK percentages

%0
%9.6
%63.28
%30.59

Codes

Color #B1A041 in popluar color models

B1A041
RGB17716065
HSL51°46.28%47.45%
HSB/HSV51°63.28%69.41%
CMYK0.00%9.60%63.28%
30.59%

Color #B1A041 in popluar number systems.

HEXB1A041
Decimal17716065
Binary10110001101000001000001
Octal261240101

Shades and tints

Shades of #B1A041

#B1A041
(177,160,65)
#A1923C
(161,146,60)
#918437
(145,132,55)
#817632
(129,118,50)
#71682D
(113,104,45)
#615A28
(97,90,40)
#514C23
(81,76,35)
#413E1E
(65,62,30)
#313019
(49,48,25)
#212214
(33,34,20)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #B1A041

#B1A041
(177,160,65)
#B8A852
(184,168,82)
#BFB063
(191,176,99)
#C6B874
(198,184,116)
#CDC085
(205,192,133)
#D4C896
(212,200,150)
#DBD0A7
(219,208,167)
#E2D8B8
(226,216,184)
#E9E0C9
(233,224,201)
#F0E8DA
(240,232,218)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A041; }

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

This text font color is #B1A041.


Background Color

.myBgColor { background-color: #B1A041; }

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

This div background color is #B1A041.


Border color

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

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

This div border color is #B1A041.


Opacity

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

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

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

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

This text has shadow with #B1A041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A041 on black background.


Color preview on white background

This text has color #B1A041 on white background.



Black color preview on #B1A041 background

This text has black color on #B1A041 background.


White color preview on #B1A041 background

This text has white color on #B1A041 background.