COLOR #BFB075

HEX: #BFB075
RGB: (191,176,117)

Color info

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

RGB color model

#BFB075 color RGB value is (191,176,117).

  • red value is 191;
  • green value is 176;
  • blue value is 117.
RGB:
(191,176,117)
(75%,69%,46%)

RGB channels and saturation

R 191 of 255 = 75%
G 176 of 255 = 69%
B 117 of 255 = 46%

191
176
117

R + G + B ~ 63%. #BFB075 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 176 + 117 = 484 (100%)
R 191 of 484 ~ 39.46%
G 176 of 484 ~ 36.36%
B 117 of 484 ~ 24.17%

%39.46
%36.36
%24.17

CMYK color model

#BFB075 color CMYK value is (0,8,39,25).

  • cyan value is 0.00%
  • magenta value is 7.85%
  • yellow value is 38.74%
  • key color value is 25.10%
CMYK:
(0,8,39,25)
C0M8Y39K25 
(0%,8%,39%,25%)
(0.00/0.08/0.39/0.25)	

CMYK percentages

%0
%7.85
%38.74
%25.1

Codes

Color #BFB075 in popluar color models

BFB075
RGB191176117
HSL48°36.63%60.39%
HSB/HSV48°38.74%74.90%
CMYK0.00%7.85%38.74%
25.10%

Color #BFB075 in popluar number systems.

HEXBFB075
Decimal191176117
Binary10111111101100001110101
Octal277260165

Shades and tints

Shades of #BFB075

#BFB075
(191,176,117)
#AEA06B
(174,160,107)
#9D9061
(157,144,97)
#8C8057
(140,128,87)
#7B704D
(123,112,77)
#6A6043
(106,96,67)
#595039
(89,80,57)
#48402F
(72,64,47)
#373025
(55,48,37)
#26201B
(38,32,27)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #BFB075

#BFB075
(191,176,117)
#C4B781
(196,183,129)
#C9BE8D
(201,190,141)
#CEC599
(206,197,153)
#D3CCA5
(211,204,165)
#D8D3B1
(216,211,177)
#DDDABD
(221,218,189)
#E2E1C9
(226,225,201)
#E7E8D5
(231,232,213)
#ECEFE1
(236,239,225)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB075 color. Also use rgb(191,176,117) instead hex code.

Text Font Color

.myTextColor { color: #BFB075; }

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

This text font color is #BFB075.


Background Color

.myBgColor { background-color: #BFB075; }

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

This div background color is #BFB075.


Border color

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

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

This div border color is #BFB075.


Opacity

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

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

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

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

This text has shadow with #BFB075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB075 on black background.


Color preview on white background

This text has color #BFB075 on white background.



Black color preview on #BFB075 background

This text has black color on #BFB075 background.


White color preview on #BFB075 background

This text has white color on #BFB075 background.