COLOR #BFB9B0

HEX: #BFB9B0
RGB: (191,185,176)

Color info

#BFB9B0 contains red, green and blue colors in about the same proportion. Web safe color of #BFB9B0 is #CCCC99 (or #CC9).

RGB color model

#BFB9B0 color RGB value is (191,185,176).

  • red value is 191;
  • green value is 185;
  • blue value is 176.
RGB:
(191,185,176)
(75%,73%,69%)

RGB channels and saturation

R 191 of 255 = 75%
G 185 of 255 = 73%
B 176 of 255 = 69%

191
185
176

R + G + B ~ 72%. #BFB9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 185 + 176 = 552 (100%)
R 191 of 552 ~ 34.6%
G 185 of 552 ~ 33.51%
B 176 of 552 ~ 31.88%

%34.6
%33.51
%31.88

CMYK color model

#BFB9B0 color CMYK value is (0,3,8,25).

  • cyan value is 0.00%
  • magenta value is 3.14%
  • yellow value is 7.85%
  • key color value is 25.10%
CMYK:
(0,3,8,25)
C0M3Y8K25 
(0%,3%,8%,25%)
(0.00/0.03/0.08/0.25)	

CMYK percentages

%0
%3.14
%7.85
%25.1

Codes

Color #BFB9B0 in popluar color models

BFB9B0
RGB191185176
HSL36°10.49%71.96%
HSB/HSV36°7.85%74.90%
CMYK0.00%3.14%7.85%
25.10%

Color #BFB9B0 in popluar number systems.

HEXBFB9B0
Decimal191185176
Binary101111111011100110110000
Octal277271260

Shades and tints

Shades of #BFB9B0

#BFB9B0
(191,185,176)
#AEA9A0
(174,169,160)
#9D9990
(157,153,144)
#8C8980
(140,137,128)
#7B7970
(123,121,112)
#6A6960
(106,105,96)
#595950
(89,89,80)
#484940
(72,73,64)
#373930
(55,57,48)
#262920
(38,41,32)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #BFB9B0

#BFB9B0
(191,185,176)
#C4BFB7
(196,191,183)
#C9C5BE
(201,197,190)
#CECBC5
(206,203,197)
#D3D1CC
(211,209,204)
#D8D7D3
(216,215,211)
#DDDDDA
(221,221,218)
#E2E3E1
(226,227,225)
#E7E9E8
(231,233,232)
#ECEFEF
(236,239,239)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB9B0 color. Also use rgb(191,185,176) instead hex code.

Text Font Color

.myTextColor { color: #BFB9B0; }

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

This text font color is #BFB9B0.


Background Color

.myBgColor { background-color: #BFB9B0; }

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

This div background color is #BFB9B0.


Border color

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

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

This div border color is #BFB9B0.


Opacity

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

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

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

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

This text has shadow with #BFB9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB9B0 on black background.


Color preview on white background

This text has color #BFB9B0 on white background.



Black color preview on #BFB9B0 background

This text has black color on #BFB9B0 background.


White color preview on #BFB9B0 background

This text has white color on #BFB9B0 background.