COLOR #BF5F5D

HEX: #BF5F5D RGB: (191,95,93)

Color info

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

RGB color model

#BF5F5D color RGB value is (191,95,93).

RGB: (191,95,93) (75%, 37%, 36%)

RGB channels and saturation

R 191 of 255 = 75%
G 95 of 255 = 37%
B 93 of 255 = 36%

191
95
93

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

Portions of RGB colors in percentages

R + G + B = 191 + 95 + 93 = 379 (100%)
R 191 of 379 ~ 50.4%
G 95 of 379 ~ 25.07%
B 93 of 379 ~ 24.54'%

%50.4
%25.07
%24.54

CMYK color model

#BF5F5D color CMYK value is (0,50,51,25).

  • cyan value is 0.00%
  • magenta value is 50.26%
  • yellow value is 51.31%
  • key color value is 25.10%

CMYK: (0,50,51,25)
C0M50Y51K25 (0%, 50%, 51%, 25%)
(0.00 / 0.50 / 0.51 / 0.25)

CMYK percentages

%0
%50.26
%51.31
%25.1

Codes

Color #BF5F5D in popluar color models

BF 5F 5D
RGB 191 95 93
HSL 43.36% 55.69%
HSB/HSV 51.31% 74.90%
CMYK 0.00% 50.26% 51.31%
25.10%

Color #BF5F5D in popluar number systems.

HEX BF 5F 5D
Decimal 191 95 93
Binary 10111111 1011111 1011101
Octal 277 137 135

Shades and tints

Shades of #BF5F5D

#BF5F5D
(191,95,93)
#AE5755
(174,87,85)
#9D4F4D
(157,79,77)
#8C4745
(140,71,69)
#7B3F3D
(123,63,61)
#6A3735
(106,55,53)
#592F2D
(89,47,45)
#482725
(72,39,37)
#371F1D
(55,31,29)
#261715
(38,23,21)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #BF5F5D

#BF5F5D
(191,95,93)
#C46D6B
(196,109,107)
#C97B79
(201,123,121)
#CE8987
(206,137,135)
#D39795
(211,151,149)
#D8A5A3
(216,165,163)
#DDB3B1
(221,179,177)
#E2C1BF
(226,193,191)
#E7CFCD
(231,207,205)
#ECDDDB
(236,221,219)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF5F5D color. Also use rgb(191,95,93) instead hex code.

Text Font Color

.myTextColor { color: #BF5F5D; }

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

This text font color is #BF5F5D.

Background Color

.myBgColor { background-color: #BF5F5D; }

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

This div background color is #BF5F5D.

Border color

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

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

This div border color is #BF5F5D.

Opacity

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

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

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

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

This text has shadow with #BF5F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF5F5D.

Preview

Color preview on black background

This text has color #BF5F5D on black background.


Color preview on white background

This text has color #BF5F5D on white background.


Black color preview on #BF5F5D background

This text has black color on #BF5F5D background.


White color preview on #BF5F5D background

This text has white color on #BF5F5D background.


Related colors

Complementary color

Complementary color for #hex is #40A0A2.


I love getcolorcode.com

Triadic colors

1 #5DBF5F and #5F5DBF with #BF5F5D are triadic colors.

2 #5D5FBF and #5FBF5D with #BF5F5D are triadic colors.