COLOR #BF8858

HEX: #BF8858
RGB: (191,136,88)

Color info

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

RGB color model

#BF8858 color RGB value is (191,136,88).

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

RGB channels and saturation

R 191 of 255 = 75%
G 136 of 255 = 53%
B 88 of 255 = 35%

191
136
88

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

Portions of RGB colors in percentages

R + G + B =
191 + 136 + 88 = 415 (100%)
R 191 of 415 ~ 46.02%
G 136 of 415 ~ 32.77%
B 88 of 415 ~ 21.2%

%46.02
%32.77
%21.2

CMYK color model

#BF8858 color CMYK value is (0,29,54,25).

  • cyan value is 0.00%
  • magenta value is 28.80%
  • yellow value is 53.93%
  • key color value is 25.10%
CMYK:
(0,29,54,25)
C0M29Y54K25 
(0%,29%,54%,25%)
(0.00/0.29/0.54/0.25)	

CMYK percentages

%0
%28.8
%53.93
%25.1

Codes

Color #BF8858 in popluar color models

BF8858
RGB19113688
HSL28°44.59%54.71%
HSB/HSV28°53.93%74.90%
CMYK0.00%28.80%53.93%
25.10%

Color #BF8858 in popluar number systems.

HEXBF8858
Decimal19113688
Binary10111111100010001011000
Octal277210130

Shades and tints

Shades of #BF8858

#BF8858
(191,136,88)
#AE7C50
(174,124,80)
#9D7048
(157,112,72)
#8C6440
(140,100,64)
#7B5838
(123,88,56)
#6A4C30
(106,76,48)
#594028
(89,64,40)
#483420
(72,52,32)
#372818
(55,40,24)
#261C10
(38,28,16)
#151008
(21,16,8)
#000000
(0,0,0)

Tints of #BF8858

#BF8858
(191,136,88)
#C49267
(196,146,103)
#C99C76
(201,156,118)
#CEA685
(206,166,133)
#D3B094
(211,176,148)
#D8BAA3
(216,186,163)
#DDC4B2
(221,196,178)
#E2CEC1
(226,206,193)
#E7D8D0
(231,216,208)
#ECE2DF
(236,226,223)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF8858; }

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

This text font color is #BF8858.


Background Color

.myBgColor { background-color: #BF8858; }

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

This div background color is #BF8858.


Border color

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

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

This div border color is #BF8858.


Opacity

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

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

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

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

This text has shadow with #BF8858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8858 on black background.


Color preview on white background

This text has color #BF8858 on white background.



Black color preview on #BF8858 background

This text has black color on #BF8858 background.


White color preview on #BF8858 background

This text has white color on #BF8858 background.