COLOR #BF6E55

HEX: #BF6E55
RGB: (191,110,85)

Color info

#BF6E55 contains mainly red color. Web safe color of #BF6E55 is #CC6666 (or #C66).

RGB color model

#BF6E55 color RGB value is (191,110,85).

  • red value is 191;
  • green value is 110;
  • blue value is 85.
RGB:
(191,110,85)
(75%,43%,33%)

RGB channels and saturation

R 191 of 255 = 75%
G 110 of 255 = 43%
B 85 of 255 = 33%

191
110
85

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

Portions of RGB colors in percentages

R + G + B =
191 + 110 + 85 = 386 (100%)
R 191 of 386 ~ 49.48%
G 110 of 386 ~ 28.5%
B 85 of 386 ~ 22.02%

%49.48
%28.5
%22.02

CMYK color model

#BF6E55 color CMYK value is (0,42,55,25).

  • cyan value is 0.00%
  • magenta value is 42.41%
  • yellow value is 55.50%
  • key color value is 25.10%
CMYK:
(0,42,55,25)
C0M42Y55K25 
(0%,42%,55%,25%)
(0.00/0.42/0.55/0.25)	

CMYK percentages

%0
%42.41
%55.5
%25.1

Codes

Color #BF6E55 in popluar color models

BF6E55
RGB19111085
HSL14°45.30%54.12%
HSB/HSV14°55.50%74.90%
CMYK0.00%42.41%55.50%
25.10%

Color #BF6E55 in popluar number systems.

HEXBF6E55
Decimal19111085
Binary1011111111011101010101
Octal277156125

Shades and tints

Shades of #BF6E55

#BF6E55
(191,110,85)
#AE644E
(174,100,78)
#9D5A47
(157,90,71)
#8C5040
(140,80,64)
#7B4639
(123,70,57)
#6A3C32
(106,60,50)
#59322B
(89,50,43)
#482824
(72,40,36)
#371E1D
(55,30,29)
#261416
(38,20,22)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #BF6E55

#BF6E55
(191,110,85)
#C47B64
(196,123,100)
#C98873
(201,136,115)
#CE9582
(206,149,130)
#D3A291
(211,162,145)
#D8AFA0
(216,175,160)
#DDBCAF
(221,188,175)
#E2C9BE
(226,201,190)
#E7D6CD
(231,214,205)
#ECE3DC
(236,227,220)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF6E55 color. Also use rgb(191,110,85) instead hex code.

Text Font Color

.myTextColor { color: #BF6E55; }

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

This text font color is #BF6E55.


Background Color

.myBgColor { background-color: #BF6E55; }

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

This div background color is #BF6E55.


Border color

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

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

This div border color is #BF6E55.


Opacity

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

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

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

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

This text has shadow with #BF6E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF6E55 on black background.


Color preview on white background

This text has color #BF6E55 on white background.



Black color preview on #BF6E55 background

This text has black color on #BF6E55 background.


White color preview on #BF6E55 background

This text has white color on #BF6E55 background.