COLOR #BFB180

HEX: #BFB180
RGB: (191,177,128)

Color info

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

RGB color model

#BFB180 color RGB value is (191,177,128).

  • red value is 191;
  • green value is 177;
  • blue value is 128.
RGB:
(191,177,128)
(75%,69%,50%)

RGB channels and saturation

R 191 of 255 = 75%
G 177 of 255 = 69%
B 128 of 255 = 50%

191
177
128

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

Portions of RGB colors in percentages

R + G + B =
191 + 177 + 128 = 496 (100%)
R 191 of 496 ~ 38.51%
G 177 of 496 ~ 35.69%
B 128 of 496 ~ 25.81%

%38.51
%35.69
%25.81

CMYK color model

#BFB180 color CMYK value is (0,7,33,25).

  • cyan value is 0.00%
  • magenta value is 7.33%
  • yellow value is 32.98%
  • key color value is 25.10%
CMYK:
(0,7,33,25)
C0M7Y33K25 
(0%,7%,33%,25%)
(0.00/0.07/0.33/0.25)	

CMYK percentages

%0
%7.33
%32.98
%25.1

Codes

Color #BFB180 in popluar color models

BFB180
RGB191177128
HSL47°32.98%62.55%
HSB/HSV47°32.98%74.90%
CMYK0.00%7.33%32.98%
25.10%

Color #BFB180 in popluar number systems.

HEXBFB180
Decimal191177128
Binary101111111011000110000000
Octal277261200

Shades and tints

Shades of #BFB180

#BFB180
(191,177,128)
#AEA175
(174,161,117)
#9D916A
(157,145,106)
#8C815F
(140,129,95)
#7B7154
(123,113,84)
#6A6149
(106,97,73)
#59513E
(89,81,62)
#484133
(72,65,51)
#373128
(55,49,40)
#26211D
(38,33,29)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #BFB180

#BFB180
(191,177,128)
#C4B88B
(196,184,139)
#C9BF96
(201,191,150)
#CEC6A1
(206,198,161)
#D3CDAC
(211,205,172)
#D8D4B7
(216,212,183)
#DDDBC2
(221,219,194)
#E2E2CD
(226,226,205)
#E7E9D8
(231,233,216)
#ECF0E3
(236,240,227)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB180; }

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

This text font color is #BFB180.


Background Color

.myBgColor { background-color: #BFB180; }

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

This div background color is #BFB180.


Border color

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

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

This div border color is #BFB180.


Opacity

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

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

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

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

This text has shadow with #BFB180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB180 on black background.


Color preview on white background

This text has color #BFB180 on white background.



Black color preview on #BFB180 background

This text has black color on #BFB180 background.


White color preview on #BFB180 background

This text has white color on #BFB180 background.