COLOR #B1A35D

HEX: #B1A35D RGB: (177,163,93)

Color info

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

RGB color model

#B1A35D color RGB value is (177,163,93).

RGB: (177,163,93) (69%, 64%, 36%)

RGB channels and saturation

R 177 of 255 = 69%
G 163 of 255 = 64%
B 93 of 255 = 36%

177
163
93

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

Portions of RGB colors in percentages

R + G + B = 177 + 163 + 93 = 433 (100%)
R 177 of 433 ~ 40.88%
G 163 of 433 ~ 37.64%
B 93 of 433 ~ 21.48'%

%40.88
%37.64
%21.48

CMYK color model

#B1A35D color CMYK value is (0,8,47,31).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 47.46%
  • key color value is 30.59%
CMYK: (0,8,47,31) C0M8Y47K31 (0%,8%,47%,31%) (0.00/0.08/0.47/0.31) 

CMYK percentages

%0
%7.91
%47.46
%30.59

Codes

Color #B1A35D in popluar color models

B1 A3 5D
RGB 177 163 93
HSL 50° 35.00% 52.94%
HSB/HSV 50° 47.46% 69.41%
CMYK 0.00% 7.91% 47.46%
30.59%

Color #B1A35D in popluar number systems.

HEX B1 A3 5D
Decimal 177 163 93
Binary 10110001 10100011 1011101
Octal 261 243 135

Shades and tints

Shades of #B1A35D

#B1A35D
(177,163,93)
#A19555
(161,149,85)
#91874D
(145,135,77)
#817945
(129,121,69)
#716B3D
(113,107,61)
#615D35
(97,93,53)
#514F2D
(81,79,45)
#414125
(65,65,37)
#31331D
(49,51,29)
#212515
(33,37,21)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #B1A35D

#B1A35D
(177,163,93)
#B8AB6B
(184,171,107)
#BFB379
(191,179,121)
#C6BB87
(198,187,135)
#CDC395
(205,195,149)
#D4CBA3
(212,203,163)
#DBD3B1
(219,211,177)
#E2DBBF
(226,219,191)
#E9E3CD
(233,227,205)
#F0EBDB
(240,235,219)
#F7F3E9
(247,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A35D color. Also use rgb(177,163,93) instead hex code.

Text Font Color

.myTextColor { color: #B1A35D; }

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

This text font color is #B1A35D.

Background Color

.myBgColor { background-color: #B1A35D; }

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

This div background color is #B1A35D.

Border color

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

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

This div border color is #B1A35D.

Opacity

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

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

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

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

This text has shadow with #B1A35D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A35D.

Preview

Color preview on black background

This text has color #B1A35D on black background.


Color preview on white background

This text has color #B1A35D on white background.


Black color preview on #B1A35D background

This text has black color on #B1A35D background.


White color preview on #B1A35D background

This text has white color on #B1A35D background.


Related colors

Complementary color

Complementary color for #hex is #4E5CA2.


I love getcolorcode.com

Triadic colors

1 #5DB1A3 and #A35DB1 with #B1A35D are triadic colors.

2 #5DA3B1 and #A3B15D with #B1A35D are triadic colors.