COLOR #BFAB96

HEX: #BFAB96
RGB: (191,171,150)

Color info

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

RGB color model

#BFAB96 color RGB value is (191,171,150).

  • red value is 191;
  • green value is 171;
  • blue value is 150.
RGB:
(191,171,150)
(75%,67%,59%)

RGB channels and saturation

R 191 of 255 = 75%
G 171 of 255 = 67%
B 150 of 255 = 59%

191
171
150

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

Portions of RGB colors in percentages

R + G + B =
191 + 171 + 150 = 512 (100%)
R 191 of 512 ~ 37.3%
G 171 of 512 ~ 33.4%
B 150 of 512 ~ 29.3%

%37.3
%33.4
%29.3

CMYK color model

#BFAB96 color CMYK value is (0,10,21,25).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 21.47%
  • key color value is 25.10%
CMYK:
(0,10,21,25)
C0M10Y21K25 
(0%,10%,21%,25%)
(0.00/0.10/0.21/0.25)	

CMYK percentages

%0
%10.47
%21.47
%25.1

Codes

Color #BFAB96 in popluar color models

BFAB96
RGB191171150
HSL31°24.26%66.86%
HSB/HSV31°21.47%74.90%
CMYK0.00%10.47%21.47%
25.10%

Color #BFAB96 in popluar number systems.

HEXBFAB96
Decimal191171150
Binary101111111010101110010110
Octal277253226

Shades and tints

Shades of #BFAB96

#BFAB96
(191,171,150)
#AE9C89
(174,156,137)
#9D8D7C
(157,141,124)
#8C7E6F
(140,126,111)
#7B6F62
(123,111,98)
#6A6055
(106,96,85)
#595148
(89,81,72)
#48423B
(72,66,59)
#37332E
(55,51,46)
#262421
(38,36,33)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #BFAB96

#BFAB96
(191,171,150)
#C4B29F
(196,178,159)
#C9B9A8
(201,185,168)
#CEC0B1
(206,192,177)
#D3C7BA
(211,199,186)
#D8CEC3
(216,206,195)
#DDD5CC
(221,213,204)
#E2DCD5
(226,220,213)
#E7E3DE
(231,227,222)
#ECEAE7
(236,234,231)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAB96; }

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

This text font color is #BFAB96.


Background Color

.myBgColor { background-color: #BFAB96; }

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

This div background color is #BFAB96.


Border color

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

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

This div border color is #BFAB96.


Opacity

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

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

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

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

This text has shadow with #BFAB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAB96 on black background.


Color preview on white background

This text has color #BFAB96 on white background.



Black color preview on #BFAB96 background

This text has black color on #BFAB96 background.


White color preview on #BFAB96 background

This text has white color on #BFAB96 background.