COLOR #B6898B

HEX: #B6898B
RGB: (182,137,139)

Color info

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

RGB color model

#B6898B color RGB value is (182,137,139).

  • red value is 182;
  • green value is 137;
  • blue value is 139.
RGB:
(182,137,139)
(71%,54%,55%)

RGB channels and saturation

R 182 of 255 = 71%
G 137 of 255 = 54%
B 139 of 255 = 55%

182
137
139

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

Portions of RGB colors in percentages

R + G + B =
182 + 137 + 139 = 458 (100%)
R 182 of 458 ~ 39.74%
G 137 of 458 ~ 29.91%
B 139 of 458 ~ 30.35%

%39.74
%29.91
%30.35

CMYK color model

#B6898B color CMYK value is (0,25,24,29).

  • cyan value is 0.00%
  • magenta value is 24.73%
  • yellow value is 23.63%
  • key color value is 28.63%
CMYK:
(0,25,24,29)
C0M25Y24K29 
(0%,25%,24%,29%)
(0.00/0.25/0.24/0.29)	

CMYK percentages

%0
%24.73
%23.63
%28.63

Codes

Color #B6898B in popluar color models

B6898B
RGB182137139
HSL357°23.56%62.55%
HSB/HSV357°24.73%71.37%
CMYK0.00%24.73%23.63%
28.63%

Color #B6898B in popluar number systems.

HEXB6898B
Decimal182137139
Binary101101101000100110001011
Octal266211213

Shades and tints

Shades of #B6898B

#B6898B
(182,137,139)
#A67D7F
(166,125,127)
#967173
(150,113,115)
#866567
(134,101,103)
#76595B
(118,89,91)
#664D4F
(102,77,79)
#564143
(86,65,67)
#463537
(70,53,55)
#36292B
(54,41,43)
#261D1F
(38,29,31)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #B6898B

#B6898B
(182,137,139)
#BC9395
(188,147,149)
#C29D9F
(194,157,159)
#C8A7A9
(200,167,169)
#CEB1B3
(206,177,179)
#D4BBBD
(212,187,189)
#DAC5C7
(218,197,199)
#E0CFD1
(224,207,209)
#E6D9DB
(230,217,219)
#ECE3E5
(236,227,229)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6898B color. Also use rgb(182,137,139) instead hex code.

Text Font Color

.myTextColor { color: #B6898B; }

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

This text font color is #B6898B.


Background Color

.myBgColor { background-color: #B6898B; }

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

This div background color is #B6898B.


Border color

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

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

This div border color is #B6898B.


Opacity

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

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

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

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

This text has shadow with #B6898B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6898B on black background.


Color preview on white background

This text has color #B6898B on white background.



Black color preview on #B6898B background

This text has black color on #B6898B background.


White color preview on #B6898B background

This text has white color on #B6898B background.