COLOR #BF8E5A

HEX: #BF8E5A RGB: (191,142,90)

Color info

#BF8E5A contains mainly red and green colors. Web safe color of #BF8E5A is #CC9966 (or #C96).

RGB color model

#BF8E5A color RGB value is (191,142,90).

RGB: (191,142,90) (75%, 56%, 35%)

RGB channels and saturation

R 191 of 255 = 75%
G 142 of 255 = 56%
B 90 of 255 = 35%

191
142
90

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

Portions of RGB colors in percentages

R + G + B = 191 + 142 + 90 = 423 (100%)
R 191 of 423 ~ 45.15%
G 142 of 423 ~ 33.57%
B 90 of 423 ~ 21.28'%

%45.15
%33.57
%21.28

CMYK color model

#BF8E5A color CMYK value is (0,26,53,25).

  • cyan value is 0.00%
  • magenta value is 25.65%
  • yellow value is 52.88%
  • key color value is 25.10%

CMYK: (0,26,53,25)
C0M26Y53K25 (0%, 26%, 53%, 25%)
(0.00 / 0.26 / 0.53 / 0.25)

CMYK percentages

%0
%25.65
%52.88
%25.1

Codes

Color #BF8E5A in popluar color models

BF 8E 5A
RGB 191 142 90
HSL 31° 44.10% 55.10%
HSB/HSV 31° 52.88% 74.90%
CMYK 0.00% 25.65% 52.88%
25.10%

Color #BF8E5A in popluar number systems.

HEX BF 8E 5A
Decimal 191 142 90
Binary 10111111 10001110 1011010
Octal 277 216 132

Shades and tints

Shades of #BF8E5A

#BF8E5A
(191,142,90)
#AE8252
(174,130,82)
#9D764A
(157,118,74)
#8C6A42
(140,106,66)
#7B5E3A
(123,94,58)
#6A5232
(106,82,50)
#59462A
(89,70,42)
#483A22
(72,58,34)
#372E1A
(55,46,26)
#262212
(38,34,18)
#15160A
(21,22,10)
#000000
(0,0,0)

Tints of #BF8E5A

#BF8E5A
(191,142,90)
#C49869
(196,152,105)
#C9A278
(201,162,120)
#CEAC87
(206,172,135)
#D3B696
(211,182,150)
#D8C0A5
(216,192,165)
#DDCAB4
(221,202,180)
#E2D4C3
(226,212,195)
#E7DED2
(231,222,210)
#ECE8E1
(236,232,225)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF8E5A color. Also use rgb(191,142,90) instead hex code.

Text Font Color

.myTextColor { color: #BF8E5A; }

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

This text font color is #BF8E5A.

Background Color

.myBgColor { background-color: #BF8E5A; }

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

This div background color is #BF8E5A.

Border color

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

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

This div border color is #BF8E5A.

Opacity

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

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

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

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

This text has shadow with #BF8E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF8E5A.

Preview

Color preview on black background

This text has color #BF8E5A on black background.


Color preview on white background

This text has color #BF8E5A on white background.


Black color preview on #BF8E5A background

This text has black color on #BF8E5A background.


White color preview on #BF8E5A background

This text has white color on #BF8E5A background.


Related colors

Complementary color

Complementary color for #hex is #4071A5.


I love getcolorcode.com

Triadic colors

1 #5ABF8E and #8E5ABF with #BF8E5A are triadic colors.

2 #5A8EBF and #8EBF5A with #BF8E5A are triadic colors.