COLOR #B1A074

HEX: #B1A074
RGB: (177,160,116)

Color info

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

RGB color model

#B1A074 color RGB value is (177,160,116).

  • red value is 177;
  • green value is 160;
  • blue value is 116.
RGB:
(177,160,116)
(69%,63%,45%)

RGB channels and saturation

R 177 of 255 = 69%
G 160 of 255 = 63%
B 116 of 255 = 45%

177
160
116

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

Portions of RGB colors in percentages

R + G + B =
177 + 160 + 116 = 453 (100%)
R 177 of 453 ~ 39.07%
G 160 of 453 ~ 35.32%
B 116 of 453 ~ 25.61%

%39.07
%35.32
%25.61

CMYK color model

#B1A074 color CMYK value is (0,10,34,31).

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 34.46%
  • key color value is 30.59%
CMYK:
(0,10,34,31)
C0M10Y34K31 
(0%,10%,34%,31%)
(0.00/0.10/0.34/0.31)	

CMYK percentages

%0
%9.6
%34.46
%30.59

Codes

Color #B1A074 in popluar color models

B1A074
RGB177160116
HSL43°28.11%57.45%
HSB/HSV43°34.46%69.41%
CMYK0.00%9.60%34.46%
30.59%

Color #B1A074 in popluar number systems.

HEXB1A074
Decimal177160116
Binary10110001101000001110100
Octal261240164

Shades and tints

Shades of #B1A074

#B1A074
(177,160,116)
#A1926A
(161,146,106)
#918460
(145,132,96)
#817656
(129,118,86)
#71684C
(113,104,76)
#615A42
(97,90,66)
#514C38
(81,76,56)
#413E2E
(65,62,46)
#313024
(49,48,36)
#21221A
(33,34,26)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #B1A074

#B1A074
(177,160,116)
#B8A880
(184,168,128)
#BFB08C
(191,176,140)
#C6B898
(198,184,152)
#CDC0A4
(205,192,164)
#D4C8B0
(212,200,176)
#DBD0BC
(219,208,188)
#E2D8C8
(226,216,200)
#E9E0D4
(233,224,212)
#F0E8E0
(240,232,224)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A074 color. Also use rgb(177,160,116) instead hex code.

Text Font Color

.myTextColor { color: #B1A074; }

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

This text font color is #B1A074.


Background Color

.myBgColor { background-color: #B1A074; }

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

This div background color is #B1A074.


Border color

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

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

This div border color is #B1A074.


Opacity

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

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

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

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

This text has shadow with #B1A074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A074 on black background.


Color preview on white background

This text has color #B1A074 on white background.



Black color preview on #B1A074 background

This text has black color on #B1A074 background.


White color preview on #B1A074 background

This text has white color on #B1A074 background.