COLOR #B1A37B

HEX: #B1A37B
RGB: (177,163,123)

Color info

#B1A37B contains red, green and blue colors in about the same proportion. Web safe color of #B1A37B is #999966 (or #996).

RGB color model

#B1A37B color RGB value is (177,163,123).

  • red value is 177;
  • green value is 163;
  • blue value is 123.
RGB:
(177,163,123)
(69%,64%,48%)

RGB channels and saturation

R 177 of 255 = 69%
G 163 of 255 = 64%
B 123 of 255 = 48%

177
163
123

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

Portions of RGB colors in percentages

R + G + B =
177 + 163 + 123 = 463 (100%)
R 177 of 463 ~ 38.23%
G 163 of 463 ~ 35.21%
B 123 of 463 ~ 26.57%

%38.23
%35.21
%26.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 30.51%
  • key color value is 30.59%
CMYK:
(0,8,31,31)
C0M8Y31K31 
(0%,8%,31%,31%)
(0.00/0.08/0.31/0.31)	

CMYK percentages

%0
%7.91
%30.51
%30.59

Codes

Color #B1A37B in popluar color models

B1A37B
RGB177163123
HSL44°25.71%58.82%
HSB/HSV44°30.51%69.41%
CMYK0.00%7.91%30.51%
30.59%

Color #B1A37B in popluar number systems.

HEXB1A37B
Decimal177163123
Binary10110001101000111111011
Octal261243173

Shades and tints

Shades of #B1A37B

#B1A37B
(177,163,123)
#A19570
(161,149,112)
#918765
(145,135,101)
#81795A
(129,121,90)
#716B4F
(113,107,79)
#615D44
(97,93,68)
#514F39
(81,79,57)
#41412E
(65,65,46)
#313323
(49,51,35)
#212518
(33,37,24)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #B1A37B

#B1A37B
(177,163,123)
#B8AB87
(184,171,135)
#BFB393
(191,179,147)
#C6BB9F
(198,187,159)
#CDC3AB
(205,195,171)
#D4CBB7
(212,203,183)
#DBD3C3
(219,211,195)
#E2DBCF
(226,219,207)
#E9E3DB
(233,227,219)
#F0EBE7
(240,235,231)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A37B; }

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

This text font color is #B1A37B.


Background Color

.myBgColor { background-color: #B1A37B; }

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

This div background color is #B1A37B.


Border color

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

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

This div border color is #B1A37B.


Opacity

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

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

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

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

This text has shadow with #B1A37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A37B on black background.


Color preview on white background

This text has color #B1A37B on white background.



Black color preview on #B1A37B background

This text has black color on #B1A37B background.


White color preview on #B1A37B background

This text has white color on #B1A37B background.