COLOR #BFB17E

HEX: #BFB17E RGB: (191,177,126)

Color info

#BFB17E contains mainly red and green colors. Web safe color of #BFB17E is #CC9966 (or #C96).

RGB color model

#BFB17E color RGB value is (191,177,126).

RGB: (191,177,126) (75%, 69%, 49%)

RGB channels and saturation

R 191 of 255 = 75%
G 177 of 255 = 69%
B 126 of 255 = 49%

191
177
126

R + G + B ~ 64%. #BFB17E is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 177 + 126 = 494 (100%)
R 191 of 494 ~ 38.66%
G 177 of 494 ~ 35.83%
B 126 of 494 ~ 25.51'%

%38.66
%35.83
%25.51

CMYK color model

#BFB17E color CMYK value is (0,7,34,25).

  • cyan value is 0.00%
  • magenta value is 7.33%
  • yellow value is 34.03%
  • key color value is 25.10%

CMYK: (0,7,34,25)
C0M7Y34K25 (0%, 7%, 34%, 25%)
(0.00 / 0.07 / 0.34 / 0.25)

CMYK percentages

%0
%7.33
%34.03
%25.1

Codes

Color #BFB17E in popluar color models

BF B1 7E
RGB 191 177 126
HSL 47° 33.68% 62.16%
HSB/HSV 47° 34.03% 74.90%
CMYK 0.00% 7.33% 34.03%
25.10%

Color #BFB17E in popluar number systems.

HEX BF B1 7E
Decimal 191 177 126
Binary 10111111 10110001 1111110
Octal 277 261 176

Shades and tints

Shades of #BFB17E

#BFB17E
(191,177,126)
#AEA173
(174,161,115)
#9D9168
(157,145,104)
#8C815D
(140,129,93)
#7B7152
(123,113,82)
#6A6147
(106,97,71)
#59513C
(89,81,60)
#484131
(72,65,49)
#373126
(55,49,38)
#26211B
(38,33,27)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #BFB17E

#BFB17E
(191,177,126)
#C4B889
(196,184,137)
#C9BF94
(201,191,148)
#CEC69F
(206,198,159)
#D3CDAA
(211,205,170)
#D8D4B5
(216,212,181)
#DDDBC0
(221,219,192)
#E2E2CB
(226,226,203)
#E7E9D6
(231,233,214)
#ECF0E1
(236,240,225)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB17E color. Also use rgb(191,177,126) instead hex code.

Text Font Color

.myTextColor { color: #BFB17E; }

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

This text font color is #BFB17E.

Background Color

.myBgColor { background-color: #BFB17E; }

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

This div background color is #BFB17E.

Border color

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

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

This div border color is #BFB17E.

Opacity

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

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

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

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

This text has shadow with #BFB17E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB17E.

Preview

Color preview on black background

This text has color #BFB17E on black background.


Color preview on white background

This text has color #BFB17E on white background.


Black color preview on #BFB17E background

This text has black color on #BFB17E background.


White color preview on #BFB17E background

This text has white color on #BFB17E background.


Related colors

Complementary color

Complementary color for #hex is #404E81.


I love getcolorcode.com

Triadic colors

1 #7EBFB1 and #B17EBF with #BFB17E are triadic colors.

2 #7EB1BF and #B1BF7E with #BFB17E are triadic colors.