COLOR #BFB993

HEX: #BFB993 RGB: (191,185,147)

Color info

#BFB993 contains red, green and blue colors in about the same proportion. Web safe color of #BFB993 is #CCCC99 (or #CC9).

RGB color model

#BFB993 color RGB value is (191,185,147).

RGB: (191,185,147) (75%, 73%, 58%)

RGB channels and saturation

R 191 of 255 = 75%
G 185 of 255 = 73%
B 147 of 255 = 58%

191
185
147

R + G + B ~ 69%. #BFB993 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 185 + 147 = 523 (100%)
R 191 of 523 ~ 36.52%
G 185 of 523 ~ 35.37%
B 147 of 523 ~ 28.11'%

%36.52
%35.37
%28.11

CMYK color model

#BFB993 color CMYK value is (0,3,23,25).

  • cyan value is 0.00%
  • magenta value is 3.14%
  • yellow value is 23.04%
  • key color value is 25.10%

CMYK: (0,3,23,25)
C0M3Y23K25 (0%, 3%, 23%, 25%)
(0.00 / 0.03 / 0.23 / 0.25)

CMYK percentages

%0
%3.14
%23.04
%25.1

Codes

Color #BFB993 in popluar color models

BF B9 93
RGB 191 185 147
HSL 52° 25.58% 66.27%
HSB/HSV 52° 23.04% 74.90%
CMYK 0.00% 3.14% 23.04%
25.10%

Color #BFB993 in popluar number systems.

HEX BF B9 93
Decimal 191 185 147
Binary 10111111 10111001 10010011
Octal 277 271 223

Shades and tints

Shades of #BFB993

#BFB993
(191,185,147)
#AEA986
(174,169,134)
#9D9979
(157,153,121)
#8C896C
(140,137,108)
#7B795F
(123,121,95)
#6A6952
(106,105,82)
#595945
(89,89,69)
#484938
(72,73,56)
#37392B
(55,57,43)
#26291E
(38,41,30)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #BFB993

#BFB993
(191,185,147)
#C4BF9C
(196,191,156)
#C9C5A5
(201,197,165)
#CECBAE
(206,203,174)
#D3D1B7
(211,209,183)
#D8D7C0
(216,215,192)
#DDDDC9
(221,221,201)
#E2E3D2
(226,227,210)
#E7E9DB
(231,233,219)
#ECEFE4
(236,239,228)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB993 color. Also use rgb(191,185,147) instead hex code.

Text Font Color

.myTextColor { color: #BFB993; }

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

This text font color is #BFB993.

Background Color

.myBgColor { background-color: #BFB993; }

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

This div background color is #BFB993.

Border color

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

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

This div border color is #BFB993.

Opacity

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

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

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

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

This text has shadow with #BFB993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB993.

Preview

Color preview on black background

This text has color #BFB993 on black background.


Color preview on white background

This text has color #BFB993 on white background.


Black color preview on #BFB993 background

This text has black color on #BFB993 background.


White color preview on #BFB993 background

This text has white color on #BFB993 background.


Related colors

Complementary color

Complementary color for #hex is #40466C.


I love getcolorcode.com

Triadic colors

1 #93BFB9 and #B993BF with #BFB993 are triadic colors.

2 #93B9BF and #B9BF93 with #BFB993 are triadic colors.