COLOR #B1AA68

HEX: #B1AA68
RGB: (177,170,104)

Color info

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

RGB color model

#B1AA68 color RGB value is (177,170,104).

  • red value is 177;
  • green value is 170;
  • blue value is 104.
RGB:
(177,170,104)
(69%,67%,41%)

RGB channels and saturation

R 177 of 255 = 69%
G 170 of 255 = 67%
B 104 of 255 = 41%

177
170
104

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

Portions of RGB colors in percentages

R + G + B =
177 + 170 + 104 = 451 (100%)
R 177 of 451 ~ 39.25%
G 170 of 451 ~ 37.69%
B 104 of 451 ~ 23.06%

%39.25
%37.69
%23.06

CMYK color model

#B1AA68 color CMYK value is (0,4,41,31).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 41.24%
  • key color value is 30.59%
CMYK:
(0,4,41,31)
C0M4Y41K31 
(0%,4%,41%,31%)
(0.00/0.04/0.41/0.31)	

CMYK percentages

%0
%3.95
%41.24
%30.59

Codes

Color #B1AA68 in popluar color models

B1AA68
RGB177170104
HSL54°31.88%55.10%
HSB/HSV54°41.24%69.41%
CMYK0.00%3.95%41.24%
30.59%

Color #B1AA68 in popluar number systems.

HEXB1AA68
Decimal177170104
Binary10110001101010101101000
Octal261252150

Shades and tints

Shades of #B1AA68

#B1AA68
(177,170,104)
#A19B5F
(161,155,95)
#918C56
(145,140,86)
#817D4D
(129,125,77)
#716E44
(113,110,68)
#615F3B
(97,95,59)
#515032
(81,80,50)
#414129
(65,65,41)
#313220
(49,50,32)
#212317
(33,35,23)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #B1AA68

#B1AA68
(177,170,104)
#B8B175
(184,177,117)
#BFB882
(191,184,130)
#C6BF8F
(198,191,143)
#CDC69C
(205,198,156)
#D4CDA9
(212,205,169)
#DBD4B6
(219,212,182)
#E2DBC3
(226,219,195)
#E9E2D0
(233,226,208)
#F0E9DD
(240,233,221)
#F7F0EA
(247,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AA68 color. Also use rgb(177,170,104) instead hex code.

Text Font Color

.myTextColor { color: #B1AA68; }

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

This text font color is #B1AA68.


Background Color

.myBgColor { background-color: #B1AA68; }

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

This div background color is #B1AA68.


Border color

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

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

This div border color is #B1AA68.


Opacity

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

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

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

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

This text has shadow with #B1AA68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AA68 on black background.


Color preview on white background

This text has color #B1AA68 on white background.



Black color preview on #B1AA68 background

This text has black color on #B1AA68 background.


White color preview on #B1AA68 background

This text has white color on #B1AA68 background.