COLOR #B6888E

HEX: #B6888E
RGB: (182,136,142)

Color info

#B6888E contains red, green and blue colors in about the same proportion. Web safe color of #B6888E is #CC9999 (or #C99).

RGB color model

#B6888E color RGB value is (182,136,142).

  • red value is 182;
  • green value is 136;
  • blue value is 142.
RGB:
(182,136,142)
(71%,53%,56%)

RGB channels and saturation

R 182 of 255 = 71%
G 136 of 255 = 53%
B 142 of 255 = 56%

182
136
142

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

Portions of RGB colors in percentages

R + G + B =
182 + 136 + 142 = 460 (100%)
R 182 of 460 ~ 39.57%
G 136 of 460 ~ 29.57%
B 142 of 460 ~ 30.87%

%39.57
%29.57
%30.87

CMYK color model

#B6888E color CMYK value is (0,25,22,29).

  • cyan value is 0.00%
  • magenta value is 25.27%
  • yellow value is 21.98%
  • key color value is 28.63%
CMYK:
(0,25,22,29)
C0M25Y22K29 
(0%,25%,22%,29%)
(0.00/0.25/0.22/0.29)	

CMYK percentages

%0
%25.27
%21.98
%28.63

Codes

Color #B6888E in popluar color models

B6888E
RGB182136142
HSL352°23.96%62.35%
HSB/HSV352°25.27%71.37%
CMYK0.00%25.27%21.98%
28.63%

Color #B6888E in popluar number systems.

HEXB6888E
Decimal182136142
Binary101101101000100010001110
Octal266210216

Shades and tints

Shades of #B6888E

#B6888E
(182,136,142)
#A67C82
(166,124,130)
#967076
(150,112,118)
#86646A
(134,100,106)
#76585E
(118,88,94)
#664C52
(102,76,82)
#564046
(86,64,70)
#46343A
(70,52,58)
#36282E
(54,40,46)
#261C22
(38,28,34)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #B6888E

#B6888E
(182,136,142)
#BC9298
(188,146,152)
#C29CA2
(194,156,162)
#C8A6AC
(200,166,172)
#CEB0B6
(206,176,182)
#D4BAC0
(212,186,192)
#DAC4CA
(218,196,202)
#E0CED4
(224,206,212)
#E6D8DE
(230,216,222)
#ECE2E8
(236,226,232)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6888E color. Also use rgb(182,136,142) instead hex code.

Text Font Color

.myTextColor { color: #B6888E; }

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

This text font color is #B6888E.


Background Color

.myBgColor { background-color: #B6888E; }

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

This div background color is #B6888E.


Border color

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

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

This div border color is #B6888E.


Opacity

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

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

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

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

This text has shadow with #B6888E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6888E on black background.


Color preview on white background

This text has color #B6888E on white background.



Black color preview on #B6888E background

This text has black color on #B6888E background.


White color preview on #B6888E background

This text has white color on #B6888E background.