COLOR #BF6F58

HEX: #BF6F58
RGB: (191,111,88)

Color info

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

RGB color model

#BF6F58 color RGB value is (191,111,88).

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

RGB channels and saturation

R 191 of 255 = 75%
G 111 of 255 = 44%
B 88 of 255 = 35%

191
111
88

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

Portions of RGB colors in percentages

R + G + B =
191 + 111 + 88 = 390 (100%)
R 191 of 390 ~ 48.97%
G 111 of 390 ~ 28.46%
B 88 of 390 ~ 22.56%

%48.97
%28.46
%22.56

CMYK color model

#BF6F58 color CMYK value is (0,42,54,25).

  • cyan value is 0.00%
  • magenta value is 41.88%
  • yellow value is 53.93%
  • key color value is 25.10%
CMYK:
(0,42,54,25)
C0M42Y54K25 
(0%,42%,54%,25%)
(0.00/0.42/0.54/0.25)	

CMYK percentages

%0
%41.88
%53.93
%25.1

Codes

Color #BF6F58 in popluar color models

BF6F58
RGB19111188
HSL13°44.59%54.71%
HSB/HSV13°53.93%74.90%
CMYK0.00%41.88%53.93%
25.10%

Color #BF6F58 in popluar number systems.

HEXBF6F58
Decimal19111188
Binary1011111111011111011000
Octal277157130

Shades and tints

Shades of #BF6F58

#BF6F58
(191,111,88)
#AE6550
(174,101,80)
#9D5B48
(157,91,72)
#8C5140
(140,81,64)
#7B4738
(123,71,56)
#6A3D30
(106,61,48)
#593328
(89,51,40)
#482920
(72,41,32)
#371F18
(55,31,24)
#261510
(38,21,16)
#150B08
(21,11,8)
#000000
(0,0,0)

Tints of #BF6F58

#BF6F58
(191,111,88)
#C47C67
(196,124,103)
#C98976
(201,137,118)
#CE9685
(206,150,133)
#D3A394
(211,163,148)
#D8B0A3
(216,176,163)
#DDBDB2
(221,189,178)
#E2CAC1
(226,202,193)
#E7D7D0
(231,215,208)
#ECE4DF
(236,228,223)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF6F58; }

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

This text font color is #BF6F58.


Background Color

.myBgColor { background-color: #BF6F58; }

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

This div background color is #BF6F58.


Border color

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

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

This div border color is #BF6F58.


Opacity

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

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

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

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

This text has shadow with #BF6F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF6F58 on black background.


Color preview on white background

This text has color #BF6F58 on white background.



Black color preview on #BF6F58 background

This text has black color on #BF6F58 background.


White color preview on #BF6F58 background

This text has white color on #BF6F58 background.