COLOR #BFAE85

HEX: #BFAE85 RGB: (191,174,133)

Color info

#BFAE85 contains red, green and blue colors in about the same proportion. Web safe color of #BFAE85 is #CC9999 (or #C99).

RGB color model

#BFAE85 color RGB value is (191,174,133).

RGB: (191,174,133) (75%, 68%, 52%)

RGB channels and saturation

R 191 of 255 = 75%
G 174 of 255 = 68%
B 133 of 255 = 52%

191
174
133

R + G + B ~ 65%. #BFAE85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 174 + 133 = 498 (100%)
R 191 of 498 ~ 38.35%
G 174 of 498 ~ 34.94%
B 133 of 498 ~ 26.71'%

%38.35
%34.94
%26.71

CMYK color model

#BFAE85 color CMYK value is (0,9,30,25).

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 30.37%
  • key color value is 25.10%

CMYK: (0,9,30,25)
C0M9Y30K25 (0%, 9%, 30%, 25%)
(0.00 / 0.09 / 0.30 / 0.25)

CMYK percentages

%0
%8.9
%30.37
%25.1

Codes

Color #BFAE85 in popluar color models

BF AE 85
RGB 191 174 133
HSL 42° 31.18% 63.53%
HSB/HSV 42° 30.37% 74.90%
CMYK 0.00% 8.90% 30.37%
25.10%

Color #BFAE85 in popluar number systems.

HEX BF AE 85
Decimal 191 174 133
Binary 10111111 10101110 10000101
Octal 277 256 205

Shades and tints

Shades of #BFAE85

#BFAE85
(191,174,133)
#AE9F79
(174,159,121)
#9D906D
(157,144,109)
#8C8161
(140,129,97)
#7B7255
(123,114,85)
#6A6349
(106,99,73)
#59543D
(89,84,61)
#484531
(72,69,49)
#373625
(55,54,37)
#262719
(38,39,25)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #BFAE85

#BFAE85
(191,174,133)
#C4B590
(196,181,144)
#C9BC9B
(201,188,155)
#CEC3A6
(206,195,166)
#D3CAB1
(211,202,177)
#D8D1BC
(216,209,188)
#DDD8C7
(221,216,199)
#E2DFD2
(226,223,210)
#E7E6DD
(231,230,221)
#ECEDE8
(236,237,232)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAE85 color. Also use rgb(191,174,133) instead hex code.

Text Font Color

.myTextColor { color: #BFAE85; }

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

This text font color is #BFAE85.

Background Color

.myBgColor { background-color: #BFAE85; }

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

This div background color is #BFAE85.

Border color

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

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

This div border color is #BFAE85.

Opacity

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

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

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

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

This text has shadow with #BFAE85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFAE85.

Preview

Color preview on black background

This text has color #BFAE85 on black background.


Color preview on white background

This text has color #BFAE85 on white background.


Black color preview on #BFAE85 background

This text has black color on #BFAE85 background.


White color preview on #BFAE85 background

This text has white color on #BFAE85 background.


Related colors

Complementary color

Complementary color for #hex is #40517A.


I love getcolorcode.com

Triadic colors

1 #85BFAE and #AE85BF with #BFAE85 are triadic colors.

2 #85AEBF and #AEBF85 with #BFAE85 are triadic colors.