COLOR #BF8D75

HEX: #BF8D75
RGB: (191,141,117)

Color info

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

RGB color model

#BF8D75 color RGB value is (191,141,117).

  • red value is 191;
  • green value is 141;
  • blue value is 117.
RGB:
(191,141,117)
(75%,55%,46%)

RGB channels and saturation

R 191 of 255 = 75%
G 141 of 255 = 55%
B 117 of 255 = 46%

191
141
117

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

Portions of RGB colors in percentages

R + G + B =
191 + 141 + 117 = 449 (100%)
R 191 of 449 ~ 42.54%
G 141 of 449 ~ 31.4%
B 117 of 449 ~ 26.06%

%42.54
%31.4
%26.06

CMYK color model

#BF8D75 color CMYK value is (0,26,39,25).

  • cyan value is 0.00%
  • magenta value is 26.18%
  • yellow value is 38.74%
  • key color value is 25.10%
CMYK:
(0,26,39,25)
C0M26Y39K25 
(0%,26%,39%,25%)
(0.00/0.26/0.39/0.25)	

CMYK percentages

%0
%26.18
%38.74
%25.1

Codes

Color #BF8D75 in popluar color models

BF8D75
RGB191141117
HSL19°36.63%60.39%
HSB/HSV19°38.74%74.90%
CMYK0.00%26.18%38.74%
25.10%

Color #BF8D75 in popluar number systems.

HEXBF8D75
Decimal191141117
Binary10111111100011011110101
Octal277215165

Shades and tints

Shades of #BF8D75

#BF8D75
(191,141,117)
#AE816B
(174,129,107)
#9D7561
(157,117,97)
#8C6957
(140,105,87)
#7B5D4D
(123,93,77)
#6A5143
(106,81,67)
#594539
(89,69,57)
#48392F
(72,57,47)
#372D25
(55,45,37)
#26211B
(38,33,27)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #BF8D75

#BF8D75
(191,141,117)
#C49781
(196,151,129)
#C9A18D
(201,161,141)
#CEAB99
(206,171,153)
#D3B5A5
(211,181,165)
#D8BFB1
(216,191,177)
#DDC9BD
(221,201,189)
#E2D3C9
(226,211,201)
#E7DDD5
(231,221,213)
#ECE7E1
(236,231,225)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF8D75 color. Also use rgb(191,141,117) instead hex code.

Text Font Color

.myTextColor { color: #BF8D75; }

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

This text font color is #BF8D75.


Background Color

.myBgColor { background-color: #BF8D75; }

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

This div background color is #BF8D75.


Border color

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

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

This div border color is #BF8D75.


Opacity

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

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

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

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

This text has shadow with #BF8D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8D75 on black background.


Color preview on white background

This text has color #BF8D75 on white background.



Black color preview on #BF8D75 background

This text has black color on #BF8D75 background.


White color preview on #BF8D75 background

This text has white color on #BF8D75 background.