COLOR #BF8F42

HEX: #BF8F42 RGB: (191,143,66)

Color info

#BF8F42 contains mainly red and green colors. Web safe color of #BF8F42 is #CC9933 (or #C93).

RGB color model

#BF8F42 color RGB value is (191,143,66).

RGB: (191,143,66) (75%, 56%, 26%)

RGB channels and saturation

R 191 of 255 = 75%
G 143 of 255 = 56%
B 66 of 255 = 26%

191
143
66

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

Portions of RGB colors in percentages

R + G + B = 191 + 143 + 66 = 400 (100%)
R 191 of 400 ~ 47.75%
G 143 of 400 ~ 35.75%
B 66 of 400 ~ 16.5'%

%47.75
%35.75
%16.5

CMYK color model

#BF8F42 color CMYK value is (0,25,65,25).

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 65.45%
  • key color value is 25.10%

CMYK: (0,25,65,25)
C0M25Y65K25 (0%, 25%, 65%, 25%)
(0.00 / 0.25 / 0.65 / 0.25)

CMYK percentages

%0
%25.13
%65.45
%25.1

Codes

Color #BF8F42 in popluar color models

BF 8F 42
RGB 191 143 66
HSL 37° 49.41% 50.39%
HSB/HSV 37° 65.45% 74.90%
CMYK 0.00% 25.13% 65.45%
25.10%

Color #BF8F42 in popluar number systems.

HEX BF 8F 42
Decimal 191 143 66
Binary 10111111 10001111 1000010
Octal 277 217 102

Shades and tints

Shades of #BF8F42

#BF8F42
(191,143,66)
#AE823C
(174,130,60)
#9D7536
(157,117,54)
#8C6830
(140,104,48)
#7B5B2A
(123,91,42)
#6A4E24
(106,78,36)
#59411E
(89,65,30)
#483418
(72,52,24)
#372712
(55,39,18)
#261A0C
(38,26,12)
#150D06
(21,13,6)
#000000
(0,0,0)

Tints of #BF8F42

#BF8F42
(191,143,66)
#C49953
(196,153,83)
#C9A364
(201,163,100)
#CEAD75
(206,173,117)
#D3B786
(211,183,134)
#D8C197
(216,193,151)
#DDCBA8
(221,203,168)
#E2D5B9
(226,213,185)
#E7DFCA
(231,223,202)
#ECE9DB
(236,233,219)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF8F42 color. Also use rgb(191,143,66) instead hex code.

Text Font Color

.myTextColor { color: #BF8F42; }

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

This text font color is #BF8F42.

Background Color

.myBgColor { background-color: #BF8F42; }

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

This div background color is #BF8F42.

Border color

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

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

This div border color is #BF8F42.

Opacity

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

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

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

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

This text has shadow with #BF8F42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF8F42.

Preview

Color preview on black background

This text has color #BF8F42 on black background.


Color preview on white background

This text has color #BF8F42 on white background.


Black color preview on #BF8F42 background

This text has black color on #BF8F42 background.


White color preview on #BF8F42 background

This text has white color on #BF8F42 background.


Related colors

Complementary color

Complementary color for #hex is #4070BD.


I love getcolorcode.com

Triadic colors

1 #42BF8F and #8F42BF with #BF8F42 are triadic colors.

2 #428FBF and #8FBF42 with #BF8F42 are triadic colors.