COLOR #B6877C

HEX: #B6877C
RGB: (182,135,124)

Color info

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

RGB color model

#B6877C color RGB value is (182,135,124).

  • red value is 182;
  • green value is 135;
  • blue value is 124.
RGB:
(182,135,124)
(71%,53%,49%)

RGB channels and saturation

R 182 of 255 = 71%
G 135 of 255 = 53%
B 124 of 255 = 49%

182
135
124

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

Portions of RGB colors in percentages

R + G + B =
182 + 135 + 124 = 441 (100%)
R 182 of 441 ~ 41.27%
G 135 of 441 ~ 30.61%
B 124 of 441 ~ 28.12%

%41.27
%30.61
%28.12

CMYK color model

#B6877C color CMYK value is (0,26,32,29).

  • cyan value is 0.00%
  • magenta value is 25.82%
  • yellow value is 31.87%
  • key color value is 28.63%
CMYK:
(0,26,32,29)
C0M26Y32K29 
(0%,26%,32%,29%)
(0.00/0.26/0.32/0.29)	

CMYK percentages

%0
%25.82
%31.87
%28.63

Codes

Color #B6877C in popluar color models

B6877C
RGB182135124
HSL11°28.43%60.00%
HSB/HSV11°31.87%71.37%
CMYK0.00%25.82%31.87%
28.63%

Color #B6877C in popluar number systems.

HEXB6877C
Decimal182135124
Binary10110110100001111111100
Octal266207174

Shades and tints

Shades of #B6877C

#B6877C
(182,135,124)
#A67B71
(166,123,113)
#966F66
(150,111,102)
#86635B
(134,99,91)
#765750
(118,87,80)
#664B45
(102,75,69)
#563F3A
(86,63,58)
#46332F
(70,51,47)
#362724
(54,39,36)
#261B19
(38,27,25)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #B6877C

#B6877C
(182,135,124)
#BC9187
(188,145,135)
#C29B92
(194,155,146)
#C8A59D
(200,165,157)
#CEAFA8
(206,175,168)
#D4B9B3
(212,185,179)
#DAC3BE
(218,195,190)
#E0CDC9
(224,205,201)
#E6D7D4
(230,215,212)
#ECE1DF
(236,225,223)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6877C color. Also use rgb(182,135,124) instead hex code.

Text Font Color

.myTextColor { color: #B6877C; }

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

This text font color is #B6877C.


Background Color

.myBgColor { background-color: #B6877C; }

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

This div background color is #B6877C.


Border color

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

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

This div border color is #B6877C.


Opacity

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

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

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

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

This text has shadow with #B6877C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6877C on black background.


Color preview on white background

This text has color #B6877C on white background.



Black color preview on #B6877C background

This text has black color on #B6877C background.


White color preview on #B6877C background

This text has white color on #B6877C background.