COLOR #BF8A53

HEX: #BF8A53
RGB: (191,138,83)

Color info

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

RGB color model

#BF8A53 color RGB value is (191,138,83).

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

RGB channels and saturation

R 191 of 255 = 75%
G 138 of 255 = 54%
B 83 of 255 = 33%

191
138
83

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

Portions of RGB colors in percentages

R + G + B =
191 + 138 + 83 = 412 (100%)
R 191 of 412 ~ 46.36%
G 138 of 412 ~ 33.5%
B 83 of 412 ~ 20.15%

%46.36
%33.5
%20.15

CMYK color model

#BF8A53 color CMYK value is (0,28,57,25).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 56.54%
  • key color value is 25.10%
CMYK:
(0,28,57,25)
C0M28Y57K25 
(0%,28%,57%,25%)
(0.00/0.28/0.57/0.25)	

CMYK percentages

%0
%27.75
%56.54
%25.1

Codes

Color #BF8A53 in popluar color models

BF8A53
RGB19113883
HSL31°45.76%53.73%
HSB/HSV31°56.54%74.90%
CMYK0.00%27.75%56.54%
25.10%

Color #BF8A53 in popluar number systems.

HEXBF8A53
Decimal19113883
Binary10111111100010101010011
Octal277212123

Shades and tints

Shades of #BF8A53

#BF8A53
(191,138,83)
#AE7E4C
(174,126,76)
#9D7245
(157,114,69)
#8C663E
(140,102,62)
#7B5A37
(123,90,55)
#6A4E30
(106,78,48)
#594229
(89,66,41)
#483622
(72,54,34)
#372A1B
(55,42,27)
#261E14
(38,30,20)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #BF8A53

#BF8A53
(191,138,83)
#C49462
(196,148,98)
#C99E71
(201,158,113)
#CEA880
(206,168,128)
#D3B28F
(211,178,143)
#D8BC9E
(216,188,158)
#DDC6AD
(221,198,173)
#E2D0BC
(226,208,188)
#E7DACB
(231,218,203)
#ECE4DA
(236,228,218)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF8A53; }

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

This text font color is #BF8A53.


Background Color

.myBgColor { background-color: #BF8A53; }

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

This div background color is #BF8A53.


Border color

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

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

This div border color is #BF8A53.


Opacity

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

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

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

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

This text has shadow with #BF8A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8A53 on black background.


Color preview on white background

This text has color #BF8A53 on white background.



Black color preview on #BF8A53 background

This text has black color on #BF8A53 background.


White color preview on #BF8A53 background

This text has white color on #BF8A53 background.