COLOR #B6848E

HEX: #B6848E
RGB: (182,132,142)

Color info

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

RGB color model

#B6848E color RGB value is (182,132,142).

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

RGB channels and saturation

R 182 of 255 = 71%
G 132 of 255 = 52%
B 142 of 255 = 56%

182
132
142

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

Portions of RGB colors in percentages

R + G + B =
182 + 132 + 142 = 456 (100%)
R 182 of 456 ~ 39.91%
G 132 of 456 ~ 28.95%
B 142 of 456 ~ 31.14%

%39.91
%28.95
%31.14

CMYK color model

#B6848E color CMYK value is (0,27,22,29).

  • cyan value is 0.00%
  • magenta value is 27.47%
  • yellow value is 21.98%
  • key color value is 28.63%
CMYK:
(0,27,22,29)
C0M27Y22K29 
(0%,27%,22%,29%)
(0.00/0.27/0.22/0.29)	

CMYK percentages

%0
%27.47
%21.98
%28.63

Codes

Color #B6848E in popluar color models

B6848E
RGB182132142
HSL348°25.51%61.57%
HSB/HSV348°27.47%71.37%
CMYK0.00%27.47%21.98%
28.63%

Color #B6848E in popluar number systems.

HEXB6848E
Decimal182132142
Binary101101101000010010001110
Octal266204216

Shades and tints

Shades of #B6848E

#B6848E
(182,132,142)
#A67882
(166,120,130)
#966C76
(150,108,118)
#86606A
(134,96,106)
#76545E
(118,84,94)
#664852
(102,72,82)
#563C46
(86,60,70)
#46303A
(70,48,58)
#36242E
(54,36,46)
#261822
(38,24,34)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #B6848E

#B6848E
(182,132,142)
#BC8F98
(188,143,152)
#C29AA2
(194,154,162)
#C8A5AC
(200,165,172)
#CEB0B6
(206,176,182)
#D4BBC0
(212,187,192)
#DAC6CA
(218,198,202)
#E0D1D4
(224,209,212)
#E6DCDE
(230,220,222)
#ECE7E8
(236,231,232)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6848E; }

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

This text font color is #B6848E.


Background Color

.myBgColor { background-color: #B6848E; }

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

This div background color is #B6848E.


Border color

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

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

This div border color is #B6848E.


Opacity

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

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

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

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

This text has shadow with #B6848E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6848E on black background.


Color preview on white background

This text has color #B6848E on white background.



Black color preview on #B6848E background

This text has black color on #B6848E background.


White color preview on #B6848E background

This text has white color on #B6848E background.