COLOR #BF8A62

HEX: #BF8A62
RGB: (191,138,98)

Color info

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

RGB color model

#BF8A62 color RGB value is (191,138,98).

  • red value is 191;
  • green value is 138;
  • blue value is 98.
RGB:
(191,138,98)
(75%,54%,38%)

RGB channels and saturation

R 191 of 255 = 75%
G 138 of 255 = 54%
B 98 of 255 = 38%

191
138
98

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

Portions of RGB colors in percentages

R + G + B =
191 + 138 + 98 = 427 (100%)
R 191 of 427 ~ 44.73%
G 138 of 427 ~ 32.32%
B 98 of 427 ~ 22.95%

%44.73
%32.32
%22.95

CMYK color model

#BF8A62 color CMYK value is (0,28,49,25).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 48.69%
  • key color value is 25.10%
CMYK:
(0,28,49,25)
C0M28Y49K25 
(0%,28%,49%,25%)
(0.00/0.28/0.49/0.25)	

CMYK percentages

%0
%27.75
%48.69
%25.1

Codes

Color #BF8A62 in popluar color models

BF8A62
RGB19113898
HSL26°42.08%56.67%
HSB/HSV26°48.69%74.90%
CMYK0.00%27.75%48.69%
25.10%

Color #BF8A62 in popluar number systems.

HEXBF8A62
Decimal19113898
Binary10111111100010101100010
Octal277212142

Shades and tints

Shades of #BF8A62

#BF8A62
(191,138,98)
#AE7E5A
(174,126,90)
#9D7252
(157,114,82)
#8C664A
(140,102,74)
#7B5A42
(123,90,66)
#6A4E3A
(106,78,58)
#594232
(89,66,50)
#48362A
(72,54,42)
#372A22
(55,42,34)
#261E1A
(38,30,26)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #BF8A62

#BF8A62
(191,138,98)
#C49470
(196,148,112)
#C99E7E
(201,158,126)
#CEA88C
(206,168,140)
#D3B29A
(211,178,154)
#D8BCA8
(216,188,168)
#DDC6B6
(221,198,182)
#E2D0C4
(226,208,196)
#E7DAD2
(231,218,210)
#ECE4E0
(236,228,224)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF8A62 color. Also use rgb(191,138,98) instead hex code.

Text Font Color

.myTextColor { color: #BF8A62; }

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

This text font color is #BF8A62.


Background Color

.myBgColor { background-color: #BF8A62; }

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

This div background color is #BF8A62.


Border color

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

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

This div border color is #BF8A62.


Opacity

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

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

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

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

This text has shadow with #BF8A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8A62 on black background.


Color preview on white background

This text has color #BF8A62 on white background.



Black color preview on #BF8A62 background

This text has black color on #BF8A62 background.


White color preview on #BF8A62 background

This text has white color on #BF8A62 background.