COLOR #BFBD88

HEX: #BFBD88
RGB: (191,189,136)

Color info

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

RGB color model

#BFBD88 color RGB value is (191,189,136).

  • red value is 191;
  • green value is 189;
  • blue value is 136.
RGB:
(191,189,136)
(75%,74%,53%)

RGB channels and saturation

R 191 of 255 = 75%
G 189 of 255 = 74%
B 136 of 255 = 53%

191
189
136

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

Portions of RGB colors in percentages

R + G + B =
191 + 189 + 136 = 516 (100%)
R 191 of 516 ~ 37.02%
G 189 of 516 ~ 36.63%
B 136 of 516 ~ 26.36%

%37.02
%36.63
%26.36

CMYK color model

#BFBD88 color CMYK value is (0,1,29,25).

  • cyan value is 0.00%
  • magenta value is 1.05%
  • yellow value is 28.80%
  • key color value is 25.10%
CMYK:
(0,1,29,25)
C0M1Y29K25 
(0%,1%,29%,25%)
(0.00/0.01/0.29/0.25)	

CMYK percentages

%0
%1.05
%28.8
%25.1

Codes

Color #BFBD88 in popluar color models

BFBD88
RGB191189136
HSL58°30.05%64.12%
HSB/HSV58°28.80%74.90%
CMYK0.00%1.05%28.80%
25.10%

Color #BFBD88 in popluar number systems.

HEXBFBD88
Decimal191189136
Binary101111111011110110001000
Octal277275210

Shades and tints

Shades of #BFBD88

#BFBD88
(191,189,136)
#AEAC7C
(174,172,124)
#9D9B70
(157,155,112)
#8C8A64
(140,138,100)
#7B7958
(123,121,88)
#6A684C
(106,104,76)
#595740
(89,87,64)
#484634
(72,70,52)
#373528
(55,53,40)
#26241C
(38,36,28)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #BFBD88

#BFBD88
(191,189,136)
#C4C392
(196,195,146)
#C9C99C
(201,201,156)
#CECFA6
(206,207,166)
#D3D5B0
(211,213,176)
#D8DBBA
(216,219,186)
#DDE1C4
(221,225,196)
#E2E7CE
(226,231,206)
#E7EDD8
(231,237,216)
#ECF3E2
(236,243,226)
#F1F9EC
(241,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFBD88 color. Also use rgb(191,189,136) instead hex code.

Text Font Color

.myTextColor { color: #BFBD88; }

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

This text font color is #BFBD88.


Background Color

.myBgColor { background-color: #BFBD88; }

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

This div background color is #BFBD88.


Border color

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

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

This div border color is #BFBD88.


Opacity

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

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

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

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

This text has shadow with #BFBD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBD88 on black background.


Color preview on white background

This text has color #BFBD88 on white background.



Black color preview on #BFBD88 background

This text has black color on #BFBD88 background.


White color preview on #BFBD88 background

This text has white color on #BFBD88 background.