COLOR #BFB399

HEX: #BFB399 RGB: (191,179,153)

Color info

#BFB399 contains red, green and blue colors in about the same proportion. Web safe color of #BFB399 is #CC9999 (or #C99).

RGB color model

#BFB399 color RGB value is (191,179,153).

RGB: (191,179,153) (75%, 70%, 60%)

RGB channels and saturation

R 191 of 255 = 75%
G 179 of 255 = 70%
B 153 of 255 = 60%

191
179
153

R + G + B ~ 68%. #BFB399 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 179 + 153 = 523 (100%)
R 191 of 523 ~ 36.52%
G 179 of 523 ~ 34.23%
B 153 of 523 ~ 29.25'%

%36.52
%34.23
%29.25

CMYK color model

#BFB399 color CMYK value is (0,6,20,25).

  • cyan value is 0.00%
  • magenta value is 6.28%
  • yellow value is 19.90%
  • key color value is 25.10%
CMYK: (0,6,20,25) C0M6Y20K25 (0%,6%,20%,25%) (0.00/0.06/0.20/0.25) 

CMYK percentages

%0
%6.28
%19.9
%25.1

Codes

Color #BFB399 in popluar color models

BF B3 99
RGB 191 179 153
HSL 41° 22.89% 67.45%
HSB/HSV 41° 19.90% 74.90%
CMYK 0.00% 6.28% 19.90%
25.10%

Color #BFB399 in popluar number systems.

HEX BF B3 99
Decimal 191 179 153
Binary 10111111 10110011 10011001
Octal 277 263 231

Shades and tints

Shades of #BFB399

#BFB399
(191,179,153)
#AEA38C
(174,163,140)
#9D937F
(157,147,127)
#8C8372
(140,131,114)
#7B7365
(123,115,101)
#6A6358
(106,99,88)
#59534B
(89,83,75)
#48433E
(72,67,62)
#373331
(55,51,49)
#262324
(38,35,36)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #BFB399

#BFB399
(191,179,153)
#C4B9A2
(196,185,162)
#C9BFAB
(201,191,171)
#CEC5B4
(206,197,180)
#D3CBBD
(211,203,189)
#D8D1C6
(216,209,198)
#DDD7CF
(221,215,207)
#E2DDD8
(226,221,216)
#E7E3E1
(231,227,225)
#ECE9EA
(236,233,234)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB399 color. Also use rgb(191,179,153) instead hex code.

Text Font Color

.myTextColor { color: #BFB399; }

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

This text font color is #BFB399.

Background Color

.myBgColor { background-color: #BFB399; }

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

This div background color is #BFB399.

Border color

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

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

This div border color is #BFB399.

Opacity

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

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

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

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

This text has shadow with #BFB399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB399.

Preview

Color preview on black background

This text has color #BFB399 on black background.


Color preview on white background

This text has color #BFB399 on white background.


Black color preview on #BFB399 background

This text has black color on #BFB399 background.


White color preview on #BFB399 background

This text has white color on #BFB399 background.


Related colors

Complementary color

Complementary color for #hex is #404C66.


I love getcolorcode.com

Triadic colors

1 #99BFB3 and #B399BF with #BFB399 are triadic colors.

2 #99B3BF and #B3BF99 with #BFB399 are triadic colors.