COLOR #BFAB7D

HEX: #BFAB7D RGB: (191,171,125)

Color info

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

RGB color model

#BFAB7D color RGB value is (191,171,125).

RGB: (191,171,125) (75%, 67%, 49%)

RGB channels and saturation

R 191 of 255 = 75%
G 171 of 255 = 67%
B 125 of 255 = 49%

191
171
125

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

Portions of RGB colors in percentages

R + G + B = 191 + 171 + 125 = 487 (100%)
R 191 of 487 ~ 39.22%
G 171 of 487 ~ 35.11%
B 125 of 487 ~ 25.67'%

%39.22
%35.11
%25.67

CMYK color model

#BFAB7D color CMYK value is (0,10,35,25).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 34.55%
  • key color value is 25.10%

CMYK: (0,10,35,25)
C0M10Y35K25 (0%, 10%, 35%, 25%)
(0.00 / 0.10 / 0.35 / 0.25)

CMYK percentages

%0
%10.47
%34.55
%25.1

Codes

Color #BFAB7D in popluar color models

BF AB 7D
RGB 191 171 125
HSL 42° 34.02% 61.96%
HSB/HSV 42° 34.55% 74.90%
CMYK 0.00% 10.47% 34.55%
25.10%

Color #BFAB7D in popluar number systems.

HEX BF AB 7D
Decimal 191 171 125
Binary 10111111 10101011 1111101
Octal 277 253 175

Shades and tints

Shades of #BFAB7D

#BFAB7D
(191,171,125)
#AE9C72
(174,156,114)
#9D8D67
(157,141,103)
#8C7E5C
(140,126,92)
#7B6F51
(123,111,81)
#6A6046
(106,96,70)
#59513B
(89,81,59)
#484230
(72,66,48)
#373325
(55,51,37)
#26241A
(38,36,26)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #BFAB7D

#BFAB7D
(191,171,125)
#C4B288
(196,178,136)
#C9B993
(201,185,147)
#CEC09E
(206,192,158)
#D3C7A9
(211,199,169)
#D8CEB4
(216,206,180)
#DDD5BF
(221,213,191)
#E2DCCA
(226,220,202)
#E7E3D5
(231,227,213)
#ECEAE0
(236,234,224)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAB7D color. Also use rgb(191,171,125) instead hex code.

Text Font Color

.myTextColor { color: #BFAB7D; }

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

This text font color is #BFAB7D.

Background Color

.myBgColor { background-color: #BFAB7D; }

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

This div background color is #BFAB7D.

Border color

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

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

This div border color is #BFAB7D.

Opacity

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

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

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

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

This text has shadow with #BFAB7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFAB7D.

Preview

Color preview on black background

This text has color #BFAB7D on black background.


Color preview on white background

This text has color #BFAB7D on white background.


Black color preview on #BFAB7D background

This text has black color on #BFAB7D background.


White color preview on #BFAB7D background

This text has white color on #BFAB7D background.


Related colors

Complementary color

Complementary color for #hex is #405482.


I love getcolorcode.com

Triadic colors

1 #7DBFAB and #AB7DBF with #BFAB7D are triadic colors.

2 #7DABBF and #ABBF7D with #BFAB7D are triadic colors.