COLOR #B6838F

HEX: #B6838F
RGB: (182,131,143)

Color info

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

RGB color model

#B6838F color RGB value is (182,131,143).

  • red value is 182;
  • green value is 131;
  • blue value is 143.
RGB:
(182,131,143)
(71%,51%,56%)

RGB channels and saturation

R 182 of 255 = 71%
G 131 of 255 = 51%
B 143 of 255 = 56%

182
131
143

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

Portions of RGB colors in percentages

R + G + B =
182 + 131 + 143 = 456 (100%)
R 182 of 456 ~ 39.91%
G 131 of 456 ~ 28.73%
B 143 of 456 ~ 31.36%

%39.91
%28.73
%31.36

CMYK color model

#B6838F color CMYK value is (0,28,21,29).

  • cyan value is 0.00%
  • magenta value is 28.02%
  • yellow value is 21.43%
  • key color value is 28.63%
CMYK:
(0,28,21,29)
C0M28Y21K29 
(0%,28%,21%,29%)
(0.00/0.28/0.21/0.29)	

CMYK percentages

%0
%28.02
%21.43
%28.63

Codes

Color #B6838F in popluar color models

B6838F
RGB182131143
HSL346°25.89%61.37%
HSB/HSV346°28.02%71.37%
CMYK0.00%28.02%21.43%
28.63%

Color #B6838F in popluar number systems.

HEXB6838F
Decimal182131143
Binary101101101000001110001111
Octal266203217

Shades and tints

Shades of #B6838F

#B6838F
(182,131,143)
#A67882
(166,120,130)
#966D75
(150,109,117)
#866268
(134,98,104)
#76575B
(118,87,91)
#664C4E
(102,76,78)
#564141
(86,65,65)
#463634
(70,54,52)
#362B27
(54,43,39)
#26201A
(38,32,26)
#16150D
(22,21,13)
#000000
(0,0,0)

Tints of #B6838F

#B6838F
(182,131,143)
#BC8E99
(188,142,153)
#C299A3
(194,153,163)
#C8A4AD
(200,164,173)
#CEAFB7
(206,175,183)
#D4BAC1
(212,186,193)
#DAC5CB
(218,197,203)
#E0D0D5
(224,208,213)
#E6DBDF
(230,219,223)
#ECE6E9
(236,230,233)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6838F color. Also use rgb(182,131,143) instead hex code.

Text Font Color

.myTextColor { color: #B6838F; }

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

This text font color is #B6838F.


Background Color

.myBgColor { background-color: #B6838F; }

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

This div background color is #B6838F.


Border color

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

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

This div border color is #B6838F.


Opacity

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

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

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

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

This text has shadow with #B6838F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6838F on black background.


Color preview on white background

This text has color #B6838F on white background.



Black color preview on #B6838F background

This text has black color on #B6838F background.


White color preview on #B6838F background

This text has white color on #B6838F background.