COLOR #BF6557

HEX: #BF6557
RGB: (191,101,87)

Color info

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

RGB color model

#BF6557 color RGB value is (191,101,87).

  • red value is 191;
  • green value is 101;
  • blue value is 87.
RGB:
(191,101,87)
(75%,40%,34%)

RGB channels and saturation

R 191 of 255 = 75%
G 101 of 255 = 40%
B 87 of 255 = 34%

191
101
87

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

Portions of RGB colors in percentages

R + G + B =
191 + 101 + 87 = 379 (100%)
R 191 of 379 ~ 50.4%
G 101 of 379 ~ 26.65%
B 87 of 379 ~ 22.96%

%50.4
%26.65
%22.96

CMYK color model

#BF6557 color CMYK value is (0,47,54,25).

  • cyan value is 0.00%
  • magenta value is 47.12%
  • yellow value is 54.45%
  • key color value is 25.10%
CMYK:
(0,47,54,25)
C0M47Y54K25 
(0%,47%,54%,25%)
(0.00/0.47/0.54/0.25)	

CMYK percentages

%0
%47.12
%54.45
%25.1

Codes

Color #BF6557 in popluar color models

BF6557
RGB19110187
HSL44.83%54.51%
HSB/HSV54.45%74.90%
CMYK0.00%47.12%54.45%
25.10%

Color #BF6557 in popluar number systems.

HEXBF6557
Decimal19110187
Binary1011111111001011010111
Octal277145127

Shades and tints

Shades of #BF6557

#BF6557
(191,101,87)
#AE5C50
(174,92,80)
#9D5349
(157,83,73)
#8C4A42
(140,74,66)
#7B413B
(123,65,59)
#6A3834
(106,56,52)
#592F2D
(89,47,45)
#482626
(72,38,38)
#371D1F
(55,29,31)
#261418
(38,20,24)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #BF6557

#BF6557
(191,101,87)
#C47366
(196,115,102)
#C98175
(201,129,117)
#CE8F84
(206,143,132)
#D39D93
(211,157,147)
#D8ABA2
(216,171,162)
#DDB9B1
(221,185,177)
#E2C7C0
(226,199,192)
#E7D5CF
(231,213,207)
#ECE3DE
(236,227,222)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF6557 color. Also use rgb(191,101,87) instead hex code.

Text Font Color

.myTextColor { color: #BF6557; }

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

This text font color is #BF6557.


Background Color

.myBgColor { background-color: #BF6557; }

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

This div background color is #BF6557.


Border color

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

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

This div border color is #BF6557.


Opacity

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

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

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

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

This text has shadow with #BF6557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF6557 on black background.


Color preview on white background

This text has color #BF6557 on white background.



Black color preview on #BF6557 background

This text has black color on #BF6557 background.


White color preview on #BF6557 background

This text has white color on #BF6557 background.