COLOR #BFAA55

HEX: #BFAA55
RGB: (191,170,85)

Color info

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

RGB color model

#BFAA55 color RGB value is (191,170,85).

  • red value is 191;
  • green value is 170;
  • blue value is 85.
RGB:
(191,170,85)
(75%,67%,33%)

RGB channels and saturation

R 191 of 255 = 75%
G 170 of 255 = 67%
B 85 of 255 = 33%

191
170
85

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

Portions of RGB colors in percentages

R + G + B =
191 + 170 + 85 = 446 (100%)
R 191 of 446 ~ 42.83%
G 170 of 446 ~ 38.12%
B 85 of 446 ~ 19.06%

%42.83
%38.12
%19.06

CMYK color model

#BFAA55 color CMYK value is (0,11,55,25).

  • cyan value is 0.00%
  • magenta value is 10.99%
  • yellow value is 55.50%
  • key color value is 25.10%
CMYK:
(0,11,55,25)
C0M11Y55K25 
(0%,11%,55%,25%)
(0.00/0.11/0.55/0.25)	

CMYK percentages

%0
%10.99
%55.5
%25.1

Codes

Color #BFAA55 in popluar color models

BFAA55
RGB19117085
HSL48°45.30%54.12%
HSB/HSV48°55.50%74.90%
CMYK0.00%10.99%55.50%
25.10%

Color #BFAA55 in popluar number systems.

HEXBFAA55
Decimal19117085
Binary10111111101010101010101
Octal277252125

Shades and tints

Shades of #BFAA55

#BFAA55
(191,170,85)
#AE9B4E
(174,155,78)
#9D8C47
(157,140,71)
#8C7D40
(140,125,64)
#7B6E39
(123,110,57)
#6A5F32
(106,95,50)
#59502B
(89,80,43)
#484124
(72,65,36)
#37321D
(55,50,29)
#262316
(38,35,22)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #BFAA55

#BFAA55
(191,170,85)
#C4B164
(196,177,100)
#C9B873
(201,184,115)
#CEBF82
(206,191,130)
#D3C691
(211,198,145)
#D8CDA0
(216,205,160)
#DDD4AF
(221,212,175)
#E2DBBE
(226,219,190)
#E7E2CD
(231,226,205)
#ECE9DC
(236,233,220)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAA55 color. Also use rgb(191,170,85) instead hex code.

Text Font Color

.myTextColor { color: #BFAA55; }

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

This text font color is #BFAA55.


Background Color

.myBgColor { background-color: #BFAA55; }

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

This div background color is #BFAA55.


Border color

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

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

This div border color is #BFAA55.


Opacity

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

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

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

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

This text has shadow with #BFAA55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAA55 on black background.


Color preview on white background

This text has color #BFAA55 on white background.



Black color preview on #BFAA55 background

This text has black color on #BFAA55 background.


White color preview on #BFAA55 background

This text has white color on #BFAA55 background.