COLOR #BF997B

HEX: #BF997B RGB: (191,153,123)

Color info

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

RGB color model

#BF997B color RGB value is (191,153,123).

RGB: (191,153,123) (75%, 60%, 48%)

RGB channels and saturation

R 191 of 255 = 75%
G 153 of 255 = 60%
B 123 of 255 = 48%

191
153
123

R + G + B ~ 61%. #BF997B is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 153 + 123 = 467 (100%)
R 191 of 467 ~ 40.9%
G 153 of 467 ~ 32.76%
B 123 of 467 ~ 26.34'%

%40.9
%32.76
%26.34

CMYK color model

#BF997B color CMYK value is (0,20,36,25).

  • cyan value is 0.00%
  • magenta value is 19.90%
  • yellow value is 35.60%
  • key color value is 25.10%

CMYK: (0,20,36,25)
C0M20Y36K25 (0%, 20%, 36%, 25%)
(0.00 / 0.20 / 0.36 / 0.25)

CMYK percentages

%0
%19.9
%35.6
%25.1

Codes

Color #BF997B in popluar color models

BF 99 7B
RGB 191 153 123
HSL 26° 34.69% 61.57%
HSB/HSV 26° 35.60% 74.90%
CMYK 0.00% 19.90% 35.60%
25.10%

Color #BF997B in popluar number systems.

HEX BF 99 7B
Decimal 191 153 123
Binary 10111111 10011001 1111011
Octal 277 231 173

Shades and tints

Shades of #BF997B

#BF997B
(191,153,123)
#AE8C70
(174,140,112)
#9D7F65
(157,127,101)
#8C725A
(140,114,90)
#7B654F
(123,101,79)
#6A5844
(106,88,68)
#594B39
(89,75,57)
#483E2E
(72,62,46)
#373123
(55,49,35)
#262418
(38,36,24)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #BF997B

#BF997B
(191,153,123)
#C4A287
(196,162,135)
#C9AB93
(201,171,147)
#CEB49F
(206,180,159)
#D3BDAB
(211,189,171)
#D8C6B7
(216,198,183)
#DDCFC3
(221,207,195)
#E2D8CF
(226,216,207)
#E7E1DB
(231,225,219)
#ECEAE7
(236,234,231)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF997B; }

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

This text font color is #BF997B.

Background Color

.myBgColor { background-color: #BF997B; }

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

This div background color is #BF997B.

Border color

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

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

This div border color is #BF997B.

Opacity

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

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

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

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

This text has shadow with #BF997B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF997B.

Preview

Color preview on black background

This text has color #BF997B on black background.


Color preview on white background

This text has color #BF997B on white background.


Black color preview on #BF997B background

This text has black color on #BF997B background.


White color preview on #BF997B background

This text has white color on #BF997B background.


Related colors

Complementary color

Complementary color for #hex is #406684.


I love getcolorcode.com

Triadic colors

1 #7BBF99 and #997BBF with #BF997B are triadic colors.

2 #7B99BF and #99BF7B with #BF997B are triadic colors.