COLOR #BF877B

HEX: #BF877B RGB: (191,135,123)

Color info

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

RGB color model

#BF877B color RGB value is (191,135,123).

RGB: (191,135,123) (75%, 53%, 48%)

RGB channels and saturation

R 191 of 255 = 75%
G 135 of 255 = 53%
B 123 of 255 = 48%

191
135
123

R + G + B ~ 59%. #BF877B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 191 + 135 + 123 = 449 (100%)
R 191 of 449 ~ 42.54%
G 135 of 449 ~ 30.07%
B 123 of 449 ~ 27.39'%

%42.54
%30.07
%27.39

CMYK color model

#BF877B color CMYK value is (0,29,36,25).

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

CMYK: (0,29,36,25)
C0M29Y36K25 (0%, 29%, 36%, 25%)
(0.00 / 0.29 / 0.36 / 0.25)

CMYK percentages

%0
%29.32
%35.6
%25.1

Codes

Color #BF877B in popluar color models

BF 87 7B
RGB 191 135 123
HSL 11° 34.69% 61.57%
HSB/HSV 11° 35.60% 74.90%
CMYK 0.00% 29.32% 35.60%
25.10%

Color #BF877B in popluar number systems.

HEX BF 87 7B
Decimal 191 135 123
Binary 10111111 10000111 1111011
Octal 277 207 173

Shades and tints

Shades of #BF877B

#BF877B
(191,135,123)
#AE7B70
(174,123,112)
#9D6F65
(157,111,101)
#8C635A
(140,99,90)
#7B574F
(123,87,79)
#6A4B44
(106,75,68)
#593F39
(89,63,57)
#48332E
(72,51,46)
#372723
(55,39,35)
#261B18
(38,27,24)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #BF877B

#BF877B
(191,135,123)
#C49187
(196,145,135)
#C99B93
(201,155,147)
#CEA59F
(206,165,159)
#D3AFAB
(211,175,171)
#D8B9B7
(216,185,183)
#DDC3C3
(221,195,195)
#E2CDCF
(226,205,207)
#E7D7DB
(231,215,219)
#ECE1E7
(236,225,231)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF877B; }

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

This text font color is #BF877B.

Background Color

.myBgColor { background-color: #BF877B; }

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

This div background color is #BF877B.

Border color

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

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

This div border color is #BF877B.

Opacity

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

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

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

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

This text has shadow with #BF877B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF877B.

Preview

Color preview on black background

This text has color #BF877B on black background.


Color preview on white background

This text has color #BF877B on white background.


Black color preview on #BF877B background

This text has black color on #BF877B background.


White color preview on #BF877B background

This text has white color on #BF877B background.


Related colors

Complementary color

Complementary color for #hex is #407884.


I love getcolorcode.com

Triadic colors

1 #7BBF87 and #877BBF with #BF877B are triadic colors.

2 #7B87BF and #87BF7B with #BF877B are triadic colors.