COLOR #BF7261

HEX: #BF7261 RGB: (191,114,97)

Color info

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

RGB color model

#BF7261 color RGB value is (191,114,97).

RGB: (191,114,97) (75%, 45%, 38%)

RGB channels and saturation

R 191 of 255 = 75%
G 114 of 255 = 45%
B 97 of 255 = 38%

191
114
97

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

Portions of RGB colors in percentages

R + G + B = 191 + 114 + 97 = 402 (100%)
R 191 of 402 ~ 47.51%
G 114 of 402 ~ 28.36%
B 97 of 402 ~ 24.13'%

%47.51
%28.36
%24.13

CMYK color model

#BF7261 color CMYK value is (0,40,49,25).

  • cyan value is 0.00%
  • magenta value is 40.31%
  • yellow value is 49.21%
  • key color value is 25.10%

CMYK: (0,40,49,25)
C0M40Y49K25 (0%, 40%, 49%, 25%)
(0.00 / 0.40 / 0.49 / 0.25)

CMYK percentages

%0
%40.31
%49.21
%25.1

Codes

Color #BF7261 in popluar color models

BF 72 61
RGB 191 114 97
HSL 11° 42.34% 56.47%
HSB/HSV 11° 49.21% 74.90%
CMYK 0.00% 40.31% 49.21%
25.10%

Color #BF7261 in popluar number systems.

HEX BF 72 61
Decimal 191 114 97
Binary 10111111 1110010 1100001
Octal 277 162 141

Shades and tints

Shades of #BF7261

#BF7261
(191,114,97)
#AE6859
(174,104,89)
#9D5E51
(157,94,81)
#8C5449
(140,84,73)
#7B4A41
(123,74,65)
#6A4039
(106,64,57)
#593631
(89,54,49)
#482C29
(72,44,41)
#372221
(55,34,33)
#261819
(38,24,25)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #BF7261

#BF7261
(191,114,97)
#C47E6F
(196,126,111)
#C98A7D
(201,138,125)
#CE968B
(206,150,139)
#D3A299
(211,162,153)
#D8AEA7
(216,174,167)
#DDBAB5
(221,186,181)
#E2C6C3
(226,198,195)
#E7D2D1
(231,210,209)
#ECDEDF
(236,222,223)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7261 color. Also use rgb(191,114,97) instead hex code.

Text Font Color

.myTextColor { color: #BF7261; }

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

This text font color is #BF7261.

Background Color

.myBgColor { background-color: #BF7261; }

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

This div background color is #BF7261.

Border color

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

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

This div border color is #BF7261.

Opacity

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

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

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

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

This text has shadow with #BF7261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF7261.

Preview

Color preview on black background

This text has color #BF7261 on black background.


Color preview on white background

This text has color #BF7261 on white background.


Black color preview on #BF7261 background

This text has black color on #BF7261 background.


White color preview on #BF7261 background

This text has white color on #BF7261 background.


Related colors

Complementary color

Complementary color for #hex is #408D9E.


I love getcolorcode.com

Triadic colors

1 #61BF72 and #7261BF with #BF7261 are triadic colors.

2 #6172BF and #72BF61 with #BF7261 are triadic colors.