COLOR #BF7751

HEX: #BF7751 RGB: (191,119,81)

Color info

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

RGB color model

#BF7751 color RGB value is (191,119,81).

RGB: (191,119,81) (75%, 47%, 32%)

RGB channels and saturation

R 191 of 255 = 75%
G 119 of 255 = 47%
B 81 of 255 = 32%

191
119
81

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

Portions of RGB colors in percentages

R + G + B = 191 + 119 + 81 = 391 (100%)
R 191 of 391 ~ 48.85%
G 119 of 391 ~ 30.43%
B 81 of 391 ~ 20.72'%

%48.85
%30.43
%20.72

CMYK color model

#BF7751 color CMYK value is (0,38,58,25).

  • cyan value is 0.00%
  • magenta value is 37.70%
  • yellow value is 57.59%
  • key color value is 25.10%

CMYK: (0,38,58,25)
C0M38Y58K25 (0%, 38%, 58%, 25%)
(0.00 / 0.38 / 0.58 / 0.25)

CMYK percentages

%0
%37.7
%57.59
%25.1

Codes

Color #BF7751 in popluar color models

BF 77 51
RGB 191 119 81
HSL 21° 46.22% 53.33%
HSB/HSV 21° 57.59% 74.90%
CMYK 0.00% 37.70% 57.59%
25.10%

Color #BF7751 in popluar number systems.

HEX BF 77 51
Decimal 191 119 81
Binary 10111111 1110111 1010001
Octal 277 167 121

Shades and tints

Shades of #BF7751

#BF7751
(191,119,81)
#AE6D4A
(174,109,74)
#9D6343
(157,99,67)
#8C593C
(140,89,60)
#7B4F35
(123,79,53)
#6A452E
(106,69,46)
#593B27
(89,59,39)
#483120
(72,49,32)
#372719
(55,39,25)
#261D12
(38,29,18)
#15130B
(21,19,11)
#000000
(0,0,0)

Tints of #BF7751

#BF7751
(191,119,81)
#C48360
(196,131,96)
#C98F6F
(201,143,111)
#CE9B7E
(206,155,126)
#D3A78D
(211,167,141)
#D8B39C
(216,179,156)
#DDBFAB
(221,191,171)
#E2CBBA
(226,203,186)
#E7D7C9
(231,215,201)
#ECE3D8
(236,227,216)
#F1EFE7
(241,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7751 color. Also use rgb(191,119,81) instead hex code.

Text Font Color

.myTextColor { color: #BF7751; }

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

This text font color is #BF7751.

Background Color

.myBgColor { background-color: #BF7751; }

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

This div background color is #BF7751.

Border color

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

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

This div border color is #BF7751.

Opacity

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

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

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

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

This text has shadow with #BF7751 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF7751.

Preview

Color preview on black background

This text has color #BF7751 on black background.


Color preview on white background

This text has color #BF7751 on white background.


Black color preview on #BF7751 background

This text has black color on #BF7751 background.


White color preview on #BF7751 background

This text has white color on #BF7751 background.


Related colors

Complementary color

Complementary color for #hex is #4088AE.


I love getcolorcode.com

Triadic colors

1 #51BF77 and #7751BF with #BF7751 are triadic colors.

2 #5177BF and #77BF51 with #BF7751 are triadic colors.