COLOR #B1A478

HEX: #B1A478
RGB: (177,164,120)

Color info

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

RGB color model

#B1A478 color RGB value is (177,164,120).

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

RGB channels and saturation

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

177
164
120

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

Portions of RGB colors in percentages

R + G + B =
177 + 164 + 120 = 461 (100%)
R 177 of 461 ~ 38.39%
G 164 of 461 ~ 35.57%
B 120 of 461 ~ 26.03%

%38.39
%35.57
%26.03

CMYK color model

#B1A478 color CMYK value is (0,7,32,31).

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 32.20%
  • key color value is 30.59%
CMYK:
(0,7,32,31)
C0M7Y32K31 
(0%,7%,32%,31%)
(0.00/0.07/0.32/0.31)	

CMYK percentages

%0
%7.34
%32.2
%30.59

Codes

Color #B1A478 in popluar color models

B1A478
RGB177164120
HSL46°26.76%58.24%
HSB/HSV46°32.20%69.41%
CMYK0.00%7.34%32.20%
30.59%

Color #B1A478 in popluar number systems.

HEXB1A478
Decimal177164120
Binary10110001101001001111000
Octal261244170

Shades and tints

Shades of #B1A478

#B1A478
(177,164,120)
#A1966E
(161,150,110)
#918864
(145,136,100)
#817A5A
(129,122,90)
#716C50
(113,108,80)
#615E46
(97,94,70)
#51503C
(81,80,60)
#414232
(65,66,50)
#313428
(49,52,40)
#21261E
(33,38,30)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #B1A478

#B1A478
(177,164,120)
#B8AC84
(184,172,132)
#BFB490
(191,180,144)
#C6BC9C
(198,188,156)
#CDC4A8
(205,196,168)
#D4CCB4
(212,204,180)
#DBD4C0
(219,212,192)
#E2DCCC
(226,220,204)
#E9E4D8
(233,228,216)
#F0ECE4
(240,236,228)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A478; }

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

This text font color is #B1A478.


Background Color

.myBgColor { background-color: #B1A478; }

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

This div background color is #B1A478.


Border color

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

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

This div border color is #B1A478.


Opacity

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

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

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

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

This text has shadow with #B1A478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A478 on black background.


Color preview on white background

This text has color #B1A478 on white background.



Black color preview on #B1A478 background

This text has black color on #B1A478 background.


White color preview on #B1A478 background

This text has white color on #B1A478 background.