COLOR #B47670

HEX: #B47670
RGB: (180,118,112)

Color info

#B47670 contains mainly red color. Web safe color of #B47670 is #CC6666 (or #C66).

RGB color model

#B47670 color RGB value is (180,118,112).

  • red value is 180;
  • green value is 118;
  • blue value is 112.
RGB:
(180,118,112)
(71%,46%,44%)

RGB channels and saturation

R 180 of 255 = 71%
G 118 of 255 = 46%
B 112 of 255 = 44%

180
118
112

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

Portions of RGB colors in percentages

R + G + B =
180 + 118 + 112 = 410 (100%)
R 180 of 410 ~ 43.9%
G 118 of 410 ~ 28.78%
B 112 of 410 ~ 27.32%

%43.9
%28.78
%27.32

CMYK color model

#B47670 color CMYK value is (0,34,38,29).

  • cyan value is 0.00%
  • magenta value is 34.44%
  • yellow value is 37.78%
  • key color value is 29.41%
CMYK:
(0,34,38,29)
C0M34Y38K29 
(0%,34%,38%,29%)
(0.00/0.34/0.38/0.29)	

CMYK percentages

%0
%34.44
%37.78
%29.41

Codes

Color #B47670 in popluar color models

B47670
RGB180118112
HSL31.19%57.25%
HSB/HSV37.78%70.59%
CMYK0.00%34.44%37.78%
29.41%

Color #B47670 in popluar number systems.

HEXB47670
Decimal180118112
Binary1011010011101101110000
Octal264166160

Shades and tints

Shades of #B47670

#B47670
(180,118,112)
#A46C66
(164,108,102)
#94625C
(148,98,92)
#845852
(132,88,82)
#744E48
(116,78,72)
#64443E
(100,68,62)
#543A34
(84,58,52)
#44302A
(68,48,42)
#342620
(52,38,32)
#241C16
(36,28,22)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #B47670

#B47670
(180,118,112)
#BA827D
(186,130,125)
#C08E8A
(192,142,138)
#C69A97
(198,154,151)
#CCA6A4
(204,166,164)
#D2B2B1
(210,178,177)
#D8BEBE
(216,190,190)
#DECACB
(222,202,203)
#E4D6D8
(228,214,216)
#EAE2E5
(234,226,229)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47670 color. Also use rgb(180,118,112) instead hex code.

Text Font Color

.myTextColor { color: #B47670; }

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

This text font color is #B47670.


Background Color

.myBgColor { background-color: #B47670; }

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

This div background color is #B47670.


Border color

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

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

This div border color is #B47670.


Opacity

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

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

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

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

This text has shadow with #B47670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47670 on black background.


Color preview on white background

This text has color #B47670 on white background.



Black color preview on #B47670 background

This text has black color on #B47670 background.


White color preview on #B47670 background

This text has white color on #B47670 background.