COLOR #B47058

HEX: #B47058 RGB: (180,112,88)

Color info

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

RGB color model

#B47058 color RGB value is (180,112,88).

RGB: (180,112,88) (71%, 44%, 35%)

RGB channels and saturation

R 180 of 255 = 71%
G 112 of 255 = 44%
B 88 of 255 = 35%

180
112
88

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

Portions of RGB colors in percentages

R + G + B = 180 + 112 + 88 = 380 (100%)
R 180 of 380 ~ 47.37%
G 112 of 380 ~ 29.47%
B 88 of 380 ~ 23.16'%

%47.37
%29.47
%23.16

CMYK color model

#B47058 color CMYK value is (0,38,51,29).

  • cyan value is 0.00%
  • magenta value is 37.78%
  • yellow value is 51.11%
  • key color value is 29.41%

CMYK: (0,38,51,29)
C0M38Y51K29 (0%, 38%, 51%, 29%)
(0.00 / 0.38 / 0.51 / 0.29)

CMYK percentages

%0
%37.78
%51.11
%29.41

Codes

Color #B47058 in popluar color models

B4 70 58
RGB 180 112 88
HSL 16° 38.02% 52.55%
HSB/HSV 16° 51.11% 70.59%
CMYK 0.00% 37.78% 51.11%
29.41%

Color #B47058 in popluar number systems.

HEX B4 70 58
Decimal 180 112 88
Binary 10110100 1110000 1011000
Octal 264 160 130

Shades and tints

Shades of #B47058

#B47058
(180,112,88)
#A46650
(164,102,80)
#945C48
(148,92,72)
#845240
(132,82,64)
#744838
(116,72,56)
#643E30
(100,62,48)
#543428
(84,52,40)
#442A20
(68,42,32)
#342018
(52,32,24)
#241610
(36,22,16)
#140C08
(20,12,8)
#000000
(0,0,0)

Tints of #B47058

#B47058
(180,112,88)
#BA7D67
(186,125,103)
#C08A76
(192,138,118)
#C69785
(198,151,133)
#CCA494
(204,164,148)
#D2B1A3
(210,177,163)
#D8BEB2
(216,190,178)
#DECBC1
(222,203,193)
#E4D8D0
(228,216,208)
#EAE5DF
(234,229,223)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47058; }

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

This text font color is #B47058.

Background Color

.myBgColor { background-color: #B47058; }

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

This div background color is #B47058.

Border color

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

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

This div border color is #B47058.

Opacity

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

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

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

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

This text has shadow with #B47058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47058.

Preview

Color preview on black background

This text has color #B47058 on black background.


Color preview on white background

This text has color #B47058 on white background.


Black color preview on #B47058 background

This text has black color on #B47058 background.


White color preview on #B47058 background

This text has white color on #B47058 background.


Related colors

Complementary color

Complementary color for #hex is #4B8FA7.


I love getcolorcode.com

Triadic colors

1 #58B470 and #7058B4 with #B47058 are triadic colors.

2 #5870B4 and #70B458 with #B47058 are triadic colors.