COLOR #B7887F

HEX: #B7887F RGB: (183,136,127)

Color info

#B7887F contains red, green and blue colors in about the same proportion. Web safe color of #B7887F is #CC9966 (or #C96).

RGB color model

#B7887F color RGB value is (183,136,127).

RGB: (183,136,127) (72%, 53%, 50%)

RGB channels and saturation

R 183 of 255 = 72%
G 136 of 255 = 53%
B 127 of 255 = 50%

183
136
127

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

Portions of RGB colors in percentages

R + G + B = 183 + 136 + 127 = 446 (100%)
R 183 of 446 ~ 41.03%
G 136 of 446 ~ 30.49%
B 127 of 446 ~ 28.48'%

%41.03
%30.49
%28.48

CMYK color model

#B7887F color CMYK value is (0,26,31,28).

  • cyan value is 0.00%
  • magenta value is 25.68%
  • yellow value is 30.60%
  • key color value is 28.24%

CMYK: (0,26,31,28)
C0M26Y31K28 (0%, 26%, 31%, 28%)
(0.00 / 0.26 / 0.31 / 0.28)

CMYK percentages

%0
%25.68
%30.6
%28.24

Codes

Color #B7887F in popluar color models

B7 88 7F
RGB 183 136 127
HSL 10° 28.00% 60.78%
HSB/HSV 10° 30.60% 71.76%
CMYK 0.00% 25.68% 30.60%
28.24%

Color #B7887F in popluar number systems.

HEX B7 88 7F
Decimal 183 136 127
Binary 10110111 10001000 1111111
Octal 267 210 177

Shades and tints

Shades of #B7887F

#B7887F
(183,136,127)
#A77C74
(167,124,116)
#977069
(151,112,105)
#87645E
(135,100,94)
#775853
(119,88,83)
#674C48
(103,76,72)
#57403D
(87,64,61)
#473432
(71,52,50)
#372827
(55,40,39)
#271C1C
(39,28,28)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #B7887F

#B7887F
(183,136,127)
#BD928A
(189,146,138)
#C39C95
(195,156,149)
#C9A6A0
(201,166,160)
#CFB0AB
(207,176,171)
#D5BAB6
(213,186,182)
#DBC4C1
(219,196,193)
#E1CECC
(225,206,204)
#E7D8D7
(231,216,215)
#EDE2E2
(237,226,226)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7887F color. Also use rgb(183,136,127) instead hex code.

Text Font Color

.myTextColor { color: #B7887F; }

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

This text font color is #B7887F.

Background Color

.myBgColor { background-color: #B7887F; }

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

This div background color is #B7887F.

Border color

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

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

This div border color is #B7887F.

Opacity

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

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

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

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

This text has shadow with #B7887F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7887F.

Preview

Color preview on black background

This text has color #B7887F on black background.


Color preview on white background

This text has color #B7887F on white background.


Black color preview on #B7887F background

This text has black color on #B7887F background.


White color preview on #B7887F background

This text has white color on #B7887F background.


Related colors

Complementary color

Complementary color for #hex is #487780.


I love getcolorcode.com

Triadic colors

1 #7FB788 and #887FB7 with #B7887F are triadic colors.

2 #7F88B7 and #88B77F with #B7887F are triadic colors.