COLOR #BF8137

HEX: #BF8137 RGB: (191,129,55)

Color info

#BF8137 contains mainly red color. Web safe color of #BF8137 is #CC9933 (or #C93).

RGB color model

#BF8137 color RGB value is (191,129,55).

RGB: (191,129,55) (75%, 51%, 22%)

RGB channels and saturation

R 191 of 255 = 75%
G 129 of 255 = 51%
B 55 of 255 = 22%

191
129
55

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

Portions of RGB colors in percentages

R + G + B = 191 + 129 + 55 = 375 (100%)
R 191 of 375 ~ 50.93%
G 129 of 375 ~ 34.4%
B 55 of 375 ~ 14.67'%

%50.93
%34.4
%14.67

CMYK color model

#BF8137 color CMYK value is (0,32,71,25).

  • cyan value is 0.00%
  • magenta value is 32.46%
  • yellow value is 71.20%
  • key color value is 25.10%
CMYK: (0,32,71,25) C0M32Y71K25 (0%,32%,71%,25%) (0.00/0.32/0.71/0.25) 

CMYK percentages

%0
%32.46
%71.2
%25.1

Codes

Color #BF8137 in popluar color models

BF 81 37
RGB 191 129 55
HSL 33° 55.28% 48.24%
HSB/HSV 33° 71.20% 74.90%
CMYK 0.00% 32.46% 71.20%
25.10%

Color #BF8137 in popluar number systems.

HEX BF 81 37
Decimal 191 129 55
Binary 10111111 10000001 110111
Octal 277 201 67

Shades and tints

Shades of #BF8137

#BF8137
(191,129,55)
#AE7632
(174,118,50)
#9D6B2D
(157,107,45)
#8C6028
(140,96,40)
#7B5523
(123,85,35)
#6A4A1E
(106,74,30)
#593F19
(89,63,25)
#483414
(72,52,20)
#37290F
(55,41,15)
#261E0A
(38,30,10)
#151305
(21,19,5)
#000000
(0,0,0)

Tints of #BF8137

#BF8137
(191,129,55)
#C48C49
(196,140,73)
#C9975B
(201,151,91)
#CEA26D
(206,162,109)
#D3AD7F
(211,173,127)
#D8B891
(216,184,145)
#DDC3A3
(221,195,163)
#E2CEB5
(226,206,181)
#E7D9C7
(231,217,199)
#ECE4D9
(236,228,217)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF8137 color. Also use rgb(191,129,55) instead hex code.

Text Font Color

.myTextColor { color: #BF8137; }

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

This text font color is #BF8137.

Background Color

.myBgColor { background-color: #BF8137; }

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

This div background color is #BF8137.

Border color

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

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

This div border color is #BF8137.

Opacity

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

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

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

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

This text has shadow with #BF8137 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF8137.

Preview

Color preview on black background

This text has color #BF8137 on black background.


Color preview on white background

This text has color #BF8137 on white background.


Black color preview on #BF8137 background

This text has black color on #BF8137 background.


White color preview on #BF8137 background

This text has white color on #BF8137 background.


Related colors

Complementary color

Complementary color for #hex is #407EC8.


I love getcolorcode.com

Triadic colors

1 #37BF81 and #8137BF with #BF8137 are triadic colors.

2 #3781BF and #81BF37 with #BF8137 are triadic colors.