COLOR #BFAE95

HEX: #BFAE95
RGB: (191,174,149)

Color info

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

RGB color model

#BFAE95 color RGB value is (191,174,149).

  • red value is 191;
  • green value is 174;
  • blue value is 149.
RGB:
(191,174,149)
(75%,68%,58%)

RGB channels and saturation

R 191 of 255 = 75%
G 174 of 255 = 68%
B 149 of 255 = 58%

191
174
149

R + G + B ~ 67%. #BFAE95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 174 + 149 = 514 (100%)
R 191 of 514 ~ 37.16%
G 174 of 514 ~ 33.85%
B 149 of 514 ~ 28.99%

%37.16
%33.85
%28.99

CMYK color model

#BFAE95 color CMYK value is (0,9,22,25).

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 21.99%
  • key color value is 25.10%
CMYK:
(0,9,22,25)
C0M9Y22K25 
(0%,9%,22%,25%)
(0.00/0.09/0.22/0.25)	

CMYK percentages

%0
%8.9
%21.99
%25.1

Codes

Color #BFAE95 in popluar color models

BFAE95
RGB191174149
HSL36°24.71%66.67%
HSB/HSV36°21.99%74.90%
CMYK0.00%8.90%21.99%
25.10%

Color #BFAE95 in popluar number systems.

HEXBFAE95
Decimal191174149
Binary101111111010111010010101
Octal277256225

Shades and tints

Shades of #BFAE95

#BFAE95
(191,174,149)
#AE9F88
(174,159,136)
#9D907B
(157,144,123)
#8C816E
(140,129,110)
#7B7261
(123,114,97)
#6A6354
(106,99,84)
#595447
(89,84,71)
#48453A
(72,69,58)
#37362D
(55,54,45)
#262720
(38,39,32)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #BFAE95

#BFAE95
(191,174,149)
#C4B59E
(196,181,158)
#C9BCA7
(201,188,167)
#CEC3B0
(206,195,176)
#D3CAB9
(211,202,185)
#D8D1C2
(216,209,194)
#DDD8CB
(221,216,203)
#E2DFD4
(226,223,212)
#E7E6DD
(231,230,221)
#ECEDE6
(236,237,230)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAE95; }

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

This text font color is #BFAE95.


Background Color

.myBgColor { background-color: #BFAE95; }

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

This div background color is #BFAE95.


Border color

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

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

This div border color is #BFAE95.


Opacity

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

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

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

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

This text has shadow with #BFAE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAE95 on black background.


Color preview on white background

This text has color #BFAE95 on white background.



Black color preview on #BFAE95 background

This text has black color on #BFAE95 background.


White color preview on #BFAE95 background

This text has white color on #BFAE95 background.