COLOR #B1AF6E

HEX: #B1AF6E
RGB: (177,175,110)

Color info

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

RGB color model

#B1AF6E color RGB value is (177,175,110).

  • red value is 177;
  • green value is 175;
  • blue value is 110.
RGB:
(177,175,110)
(69%,69%,43%)

RGB channels and saturation

R 177 of 255 = 69%
G 175 of 255 = 69%
B 110 of 255 = 43%

177
175
110

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

Portions of RGB colors in percentages

R + G + B =
177 + 175 + 110 = 462 (100%)
R 177 of 462 ~ 38.31%
G 175 of 462 ~ 37.88%
B 110 of 462 ~ 23.81%

%38.31
%37.88
%23.81

CMYK color model

#B1AF6E color CMYK value is (0,1,38,31).

  • cyan value is 0.00%
  • magenta value is 1.13%
  • yellow value is 37.85%
  • key color value is 30.59%
CMYK:
(0,1,38,31)
C0M1Y38K31 
(0%,1%,38%,31%)
(0.00/0.01/0.38/0.31)	

CMYK percentages

%0
%1.13
%37.85
%30.59

Codes

Color #B1AF6E in popluar color models

B1AF6E
RGB177175110
HSL58°30.04%56.27%
HSB/HSV58°37.85%69.41%
CMYK0.00%1.13%37.85%
30.59%

Color #B1AF6E in popluar number systems.

HEXB1AF6E
Decimal177175110
Binary10110001101011111101110
Octal261257156

Shades and tints

Shades of #B1AF6E

#B1AF6E
(177,175,110)
#A1A064
(161,160,100)
#91915A
(145,145,90)
#818250
(129,130,80)
#717346
(113,115,70)
#61643C
(97,100,60)
#515532
(81,85,50)
#414628
(65,70,40)
#31371E
(49,55,30)
#212814
(33,40,20)
#11190A
(17,25,10)
#000000
(0,0,0)

Tints of #B1AF6E

#B1AF6E
(177,175,110)
#B8B67B
(184,182,123)
#BFBD88
(191,189,136)
#C6C495
(198,196,149)
#CDCBA2
(205,203,162)
#D4D2AF
(212,210,175)
#DBD9BC
(219,217,188)
#E2E0C9
(226,224,201)
#E9E7D6
(233,231,214)
#F0EEE3
(240,238,227)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AF6E color. Also use rgb(177,175,110) instead hex code.

Text Font Color

.myTextColor { color: #B1AF6E; }

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

This text font color is #B1AF6E.


Background Color

.myBgColor { background-color: #B1AF6E; }

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

This div background color is #B1AF6E.


Border color

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

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

This div border color is #B1AF6E.


Opacity

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

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

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

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

This text has shadow with #B1AF6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AF6E on black background.


Color preview on white background

This text has color #B1AF6E on white background.



Black color preview on #B1AF6E background

This text has black color on #B1AF6E background.


White color preview on #B1AF6E background

This text has white color on #B1AF6E background.