COLOR #B1A25C

HEX: #B1A25C RGB: (177,162,92)

Color info

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

RGB color model

#B1A25C color RGB value is (177,162,92).

RGB: (177,162,92) (69%, 64%, 36%)

RGB channels and saturation

R 177 of 255 = 69%
G 162 of 255 = 64%
B 92 of 255 = 36%

177
162
92

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

Portions of RGB colors in percentages

R + G + B = 177 + 162 + 92 = 431 (100%)
R 177 of 431 ~ 41.07%
G 162 of 431 ~ 37.59%
B 92 of 431 ~ 21.35'%

%41.07
%37.59
%21.35

CMYK color model

#B1A25C color CMYK value is (0,8,48,31).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 48.02%
  • key color value is 30.59%

CMYK: (0,8,48,31)
C0M8Y48K31 (0%, 8%, 48%, 31%)
(0.00 / 0.08 / 0.48 / 0.31)

CMYK percentages

%0
%8.47
%48.02
%30.59

Codes

Color #B1A25C in popluar color models

B1 A2 5C
RGB 177 162 92
HSL 49° 35.27% 52.75%
HSB/HSV 49° 48.02% 69.41%
CMYK 0.00% 8.47% 48.02%
30.59%

Color #B1A25C in popluar number systems.

HEX B1 A2 5C
Decimal 177 162 92
Binary 10110001 10100010 1011100
Octal 261 242 134

Shades and tints

Shades of #B1A25C

#B1A25C
(177,162,92)
#A19454
(161,148,84)
#91864C
(145,134,76)
#817844
(129,120,68)
#716A3C
(113,106,60)
#615C34
(97,92,52)
#514E2C
(81,78,44)
#414024
(65,64,36)
#31321C
(49,50,28)
#212414
(33,36,20)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #B1A25C

#B1A25C
(177,162,92)
#B8AA6A
(184,170,106)
#BFB278
(191,178,120)
#C6BA86
(198,186,134)
#CDC294
(205,194,148)
#D4CAA2
(212,202,162)
#DBD2B0
(219,210,176)
#E2DABE
(226,218,190)
#E9E2CC
(233,226,204)
#F0EADA
(240,234,218)
#F7F2E8
(247,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A25C color. Also use rgb(177,162,92) instead hex code.

Text Font Color

.myTextColor { color: #B1A25C; }

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

This text font color is #B1A25C.

Background Color

.myBgColor { background-color: #B1A25C; }

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

This div background color is #B1A25C.

Border color

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

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

This div border color is #B1A25C.

Opacity

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

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

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

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

This text has shadow with #B1A25C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A25C.

Preview

Color preview on black background

This text has color #B1A25C on black background.


Color preview on white background

This text has color #B1A25C on white background.


Black color preview on #B1A25C background

This text has black color on #B1A25C background.


White color preview on #B1A25C background

This text has white color on #B1A25C background.


Related colors

Complementary color

Complementary color for #hex is #4E5DA3.


I love getcolorcode.com

Triadic colors

1 #5CB1A2 and #A25CB1 with #B1A25C are triadic colors.

2 #5CA2B1 and #A2B15C with #B1A25C are triadic colors.