COLOR #BF967B

HEX: #BF967B RGB: (191,150,123)

Color info

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

RGB color model

#BF967B color RGB value is (191,150,123).

RGB: (191,150,123) (75%, 59%, 48%)

RGB channels and saturation

R 191 of 255 = 75%
G 150 of 255 = 59%
B 123 of 255 = 48%

191
150
123

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

Portions of RGB colors in percentages

R + G + B = 191 + 150 + 123 = 464 (100%)
R 191 of 464 ~ 41.16%
G 150 of 464 ~ 32.33%
B 123 of 464 ~ 26.51'%

%41.16
%32.33
%26.51

CMYK color model

#BF967B color CMYK value is (0,21,36,25).

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

CMYK: (0,21,36,25)
C0M21Y36K25 (0%, 21%, 36%, 25%)
(0.00 / 0.21 / 0.36 / 0.25)

CMYK percentages

%0
%21.47
%35.6
%25.1

Codes

Color #BF967B in popluar color models

BF 96 7B
RGB 191 150 123
HSL 24° 34.69% 61.57%
HSB/HSV 24° 35.60% 74.90%
CMYK 0.00% 21.47% 35.60%
25.10%

Color #BF967B in popluar number systems.

HEX BF 96 7B
Decimal 191 150 123
Binary 10111111 10010110 1111011
Octal 277 226 173

Shades and tints

Shades of #BF967B

#BF967B
(191,150,123)
#AE8970
(174,137,112)
#9D7C65
(157,124,101)
#8C6F5A
(140,111,90)
#7B624F
(123,98,79)
#6A5544
(106,85,68)
#594839
(89,72,57)
#483B2E
(72,59,46)
#372E23
(55,46,35)
#262118
(38,33,24)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #BF967B

#BF967B
(191,150,123)
#C49F87
(196,159,135)
#C9A893
(201,168,147)
#CEB19F
(206,177,159)
#D3BAAB
(211,186,171)
#D8C3B7
(216,195,183)
#DDCCC3
(221,204,195)
#E2D5CF
(226,213,207)
#E7DEDB
(231,222,219)
#ECE7E7
(236,231,231)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF967B; }

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

This text font color is #BF967B.

Background Color

.myBgColor { background-color: #BF967B; }

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

This div background color is #BF967B.

Border color

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

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

This div border color is #BF967B.

Opacity

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

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

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

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

This text has shadow with #BF967B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF967B.

Preview

Color preview on black background

This text has color #BF967B on black background.


Color preview on white background

This text has color #BF967B on white background.


Black color preview on #BF967B background

This text has black color on #BF967B background.


White color preview on #BF967B background

This text has white color on #BF967B background.


Related colors

Complementary color

Complementary color for #hex is #406984.


I love getcolorcode.com

Triadic colors

1 #7BBF96 and #967BBF with #BF967B are triadic colors.

2 #7B96BF and #96BF7B with #BF967B are triadic colors.