COLOR #BF885B

HEX: #BF885B
RGB: (191,136,91)

Color info

#BF885B contains mainly red and green colors. Web safe color of #BF885B is #CC9966 (or #C96).

RGB color model

#BF885B color RGB value is (191,136,91).

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

RGB channels and saturation

R 191 of 255 = 75%
G 136 of 255 = 53%
B 91 of 255 = 36%

191
136
91

R + G + B ~ 55%. #BF885B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
191 + 136 + 91 = 418 (100%)
R 191 of 418 ~ 45.69%
G 136 of 418 ~ 32.54%
B 91 of 418 ~ 21.77%

%45.69
%32.54
%21.77

CMYK color model

#BF885B color CMYK value is (0,29,52,25).

  • cyan value is 0.00%
  • magenta value is 28.80%
  • yellow value is 52.36%
  • key color value is 25.10%
CMYK:
(0,29,52,25)
C0M29Y52K25 
(0%,29%,52%,25%)
(0.00/0.29/0.52/0.25)	

CMYK percentages

%0
%28.8
%52.36
%25.1

Codes

Color #BF885B in popluar color models

BF885B
RGB19113691
HSL27°43.86%55.29%
HSB/HSV27°52.36%74.90%
CMYK0.00%28.80%52.36%
25.10%

Color #BF885B in popluar number systems.

HEXBF885B
Decimal19113691
Binary10111111100010001011011
Octal277210133

Shades and tints

Shades of #BF885B

#BF885B
(191,136,91)
#AE7C53
(174,124,83)
#9D704B
(157,112,75)
#8C6443
(140,100,67)
#7B583B
(123,88,59)
#6A4C33
(106,76,51)
#59402B
(89,64,43)
#483423
(72,52,35)
#37281B
(55,40,27)
#261C13
(38,28,19)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #BF885B

#BF885B
(191,136,91)
#C49269
(196,146,105)
#C99C77
(201,156,119)
#CEA685
(206,166,133)
#D3B093
(211,176,147)
#D8BAA1
(216,186,161)
#DDC4AF
(221,196,175)
#E2CEBD
(226,206,189)
#E7D8CB
(231,216,203)
#ECE2D9
(236,226,217)
#F1ECE7
(241,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF885B; }

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

This text font color is #BF885B.


Background Color

.myBgColor { background-color: #BF885B; }

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

This div background color is #BF885B.


Border color

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

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

This div border color is #BF885B.


Opacity

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

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

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

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

This text has shadow with #BF885B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF885B on black background.


Color preview on white background

This text has color #BF885B on white background.



Black color preview on #BF885B background

This text has black color on #BF885B background.


White color preview on #BF885B background

This text has white color on #BF885B background.