COLOR #B1A278

HEX: #B1A278
RGB: (177,162,120)

Color info

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

RGB color model

#B1A278 color RGB value is (177,162,120).

  • red value is 177;
  • green value is 162;
  • blue value is 120.
RGB:
(177,162,120)
(69%,64%,47%)

RGB channels and saturation

R 177 of 255 = 69%
G 162 of 255 = 64%
B 120 of 255 = 47%

177
162
120

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

Portions of RGB colors in percentages

R + G + B =
177 + 162 + 120 = 459 (100%)
R 177 of 459 ~ 38.56%
G 162 of 459 ~ 35.29%
B 120 of 459 ~ 26.14%

%38.56
%35.29
%26.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 32.20%
  • key color value is 30.59%
CMYK:
(0,8,32,31)
C0M8Y32K31 
(0%,8%,32%,31%)
(0.00/0.08/0.32/0.31)	

CMYK percentages

%0
%8.47
%32.2
%30.59

Codes

Color #B1A278 in popluar color models

B1A278
RGB177162120
HSL44°26.76%58.24%
HSB/HSV44°32.20%69.41%
CMYK0.00%8.47%32.20%
30.59%

Color #B1A278 in popluar number systems.

HEXB1A278
Decimal177162120
Binary10110001101000101111000
Octal261242170

Shades and tints

Shades of #B1A278

#B1A278
(177,162,120)
#A1946E
(161,148,110)
#918664
(145,134,100)
#81785A
(129,120,90)
#716A50
(113,106,80)
#615C46
(97,92,70)
#514E3C
(81,78,60)
#414032
(65,64,50)
#313228
(49,50,40)
#21241E
(33,36,30)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #B1A278

#B1A278
(177,162,120)
#B8AA84
(184,170,132)
#BFB290
(191,178,144)
#C6BA9C
(198,186,156)
#CDC2A8
(205,194,168)
#D4CAB4
(212,202,180)
#DBD2C0
(219,210,192)
#E2DACC
(226,218,204)
#E9E2D8
(233,226,216)
#F0EAE4
(240,234,228)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A278; }

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

This text font color is #B1A278.


Background Color

.myBgColor { background-color: #B1A278; }

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

This div background color is #B1A278.


Border color

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

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

This div border color is #B1A278.


Opacity

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

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

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

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

This text has shadow with #B1A278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A278 on black background.


Color preview on white background

This text has color #B1A278 on white background.



Black color preview on #B1A278 background

This text has black color on #B1A278 background.


White color preview on #B1A278 background

This text has white color on #B1A278 background.