COLOR #BFB480

HEX: #BFB480 RGB: (191,180,128)

Color info

#BFB480 contains mainly red and green colors. Web safe color of #BFB480 is #CCCC66 (or #CC6).

RGB color model

#BFB480 color RGB value is (191,180,128).

RGB: (191,180,128) (75%, 71%, 50%)

RGB channels and saturation

R 191 of 255 = 75%
G 180 of 255 = 71%
B 128 of 255 = 50%

191
180
128

R + G + B ~ 65%. #BFB480 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 180 + 128 = 499 (100%)
R 191 of 499 ~ 38.28%
G 180 of 499 ~ 36.07%
B 128 of 499 ~ 25.65'%

%38.28
%36.07
%25.65

CMYK color model

#BFB480 color CMYK value is (0,6,33,25).

  • cyan value is 0.00%
  • magenta value is 5.76%
  • yellow value is 32.98%
  • key color value is 25.10%

CMYK: (0,6,33,25)
C0M6Y33K25 (0%, 6%, 33%, 25%)
(0.00 / 0.06 / 0.33 / 0.25)

CMYK percentages

%0
%5.76
%32.98
%25.1

Codes

Color #BFB480 in popluar color models

BF B4 80
RGB 191 180 128
HSL 50° 32.98% 62.55%
HSB/HSV 50° 32.98% 74.90%
CMYK 0.00% 5.76% 32.98%
25.10%

Color #BFB480 in popluar number systems.

HEX BF B4 80
Decimal 191 180 128
Binary 10111111 10110100 10000000
Octal 277 264 200

Shades and tints

Shades of #BFB480

#BFB480
(191,180,128)
#AEA475
(174,164,117)
#9D946A
(157,148,106)
#8C845F
(140,132,95)
#7B7454
(123,116,84)
#6A6449
(106,100,73)
#59543E
(89,84,62)
#484433
(72,68,51)
#373428
(55,52,40)
#26241D
(38,36,29)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #BFB480

#BFB480
(191,180,128)
#C4BA8B
(196,186,139)
#C9C096
(201,192,150)
#CEC6A1
(206,198,161)
#D3CCAC
(211,204,172)
#D8D2B7
(216,210,183)
#DDD8C2
(221,216,194)
#E2DECD
(226,222,205)
#E7E4D8
(231,228,216)
#ECEAE3
(236,234,227)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB480 color. Also use rgb(191,180,128) instead hex code.

Text Font Color

.myTextColor { color: #BFB480; }

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

This text font color is #BFB480.

Background Color

.myBgColor { background-color: #BFB480; }

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

This div background color is #BFB480.

Border color

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

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

This div border color is #BFB480.

Opacity

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

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

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

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

This text has shadow with #BFB480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB480.

Preview

Color preview on black background

This text has color #BFB480 on black background.


Color preview on white background

This text has color #BFB480 on white background.


Black color preview on #BFB480 background

This text has black color on #BFB480 background.


White color preview on #BFB480 background

This text has white color on #BFB480 background.


Related colors

Complementary color

Complementary color for #hex is #404B7F.


I love getcolorcode.com

Triadic colors

1 #80BFB4 and #B480BF with #BFB480 are triadic colors.

2 #80B4BF and #B4BF80 with #BFB480 are triadic colors.