COLOR #B0846D

HEX: #B0846D
RGB: (176,132,109)

Color info

#B0846D contains mainly red and green colors. Web safe color of #B0846D is #999966 (or #996).

RGB color model

#B0846D color RGB value is (176,132,109).

  • red value is 176;
  • green value is 132;
  • blue value is 109.
RGB:
(176,132,109)
(69%,52%,43%)

RGB channels and saturation

R 176 of 255 = 69%
G 132 of 255 = 52%
B 109 of 255 = 43%

176
132
109

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

Portions of RGB colors in percentages

R + G + B =
176 + 132 + 109 = 417 (100%)
R 176 of 417 ~ 42.21%
G 132 of 417 ~ 31.65%
B 109 of 417 ~ 26.14%

%42.21
%31.65
%26.14

CMYK color model

#B0846D color CMYK value is (0,25,38,31).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 38.07%
  • key color value is 30.98%
CMYK:
(0,25,38,31)
C0M25Y38K31 
(0%,25%,38%,31%)
(0.00/0.25/0.38/0.31)	

CMYK percentages

%0
%25
%38.07
%30.98

Codes

Color #B0846D in popluar color models

B0846D
RGB176132109
HSL21°29.78%55.88%
HSB/HSV21°38.07%69.02%
CMYK0.00%25.00%38.07%
30.98%

Color #B0846D in popluar number systems.

HEXB0846D
Decimal176132109
Binary10110000100001001101101
Octal260204155

Shades and tints

Shades of #B0846D

#B0846D
(176,132,109)
#A07864
(160,120,100)
#906C5B
(144,108,91)
#806052
(128,96,82)
#705449
(112,84,73)
#604840
(96,72,64)
#503C37
(80,60,55)
#40302E
(64,48,46)
#302425
(48,36,37)
#20181C
(32,24,28)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #B0846D

#B0846D
(176,132,109)
#B78F7A
(183,143,122)
#BE9A87
(190,154,135)
#C5A594
(197,165,148)
#CCB0A1
(204,176,161)
#D3BBAE
(211,187,174)
#DAC6BB
(218,198,187)
#E1D1C8
(225,209,200)
#E8DCD5
(232,220,213)
#EFE7E2
(239,231,226)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0846D color. Also use rgb(176,132,109) instead hex code.

Text Font Color

.myTextColor { color: #B0846D; }

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

This text font color is #B0846D.


Background Color

.myBgColor { background-color: #B0846D; }

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

This div background color is #B0846D.


Border color

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

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

This div border color is #B0846D.


Opacity

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

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

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

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

This text has shadow with #B0846D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0846D on black background.


Color preview on white background

This text has color #B0846D on white background.



Black color preview on #B0846D background

This text has black color on #B0846D background.


White color preview on #B0846D background

This text has white color on #B0846D background.