COLOR #B47D58

HEX: #B47D58 RGB: (180,125,88)

Color info

#B47D58 contains mainly red and green colors. Web safe color of #B47D58 is #CC6666 (or #C66).

RGB color model

#B47D58 color RGB value is (180,125,88).

RGB: (180,125,88) (71%, 49%, 35%)

RGB channels and saturation

R 180 of 255 = 71%
G 125 of 255 = 49%
B 88 of 255 = 35%

180
125
88

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

Portions of RGB colors in percentages

R + G + B = 180 + 125 + 88 = 393 (100%)
R 180 of 393 ~ 45.8%
G 125 of 393 ~ 31.81%
B 88 of 393 ~ 22.39'%

%45.8
%31.81
%22.39

CMYK color model

#B47D58 color CMYK value is (0,31,51,29).

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

CMYK: (0,31,51,29)
C0M31Y51K29 (0%, 31%, 51%, 29%)
(0.00 / 0.31 / 0.51 / 0.29)

CMYK percentages

%0
%30.56
%51.11
%29.41

Codes

Color #B47D58 in popluar color models

B4 7D 58
RGB 180 125 88
HSL 24° 38.02% 52.55%
HSB/HSV 24° 51.11% 70.59%
CMYK 0.00% 30.56% 51.11%
29.41%

Color #B47D58 in popluar number systems.

HEX B4 7D 58
Decimal 180 125 88
Binary 10110100 1111101 1011000
Octal 264 175 130

Shades and tints

Shades of #B47D58

#B47D58
(180,125,88)
#A47250
(164,114,80)
#946748
(148,103,72)
#845C40
(132,92,64)
#745138
(116,81,56)
#644630
(100,70,48)
#543B28
(84,59,40)
#443020
(68,48,32)
#342518
(52,37,24)
#241A10
(36,26,16)
#140F08
(20,15,8)
#000000
(0,0,0)

Tints of #B47D58

#B47D58
(180,125,88)
#BA8867
(186,136,103)
#C09376
(192,147,118)
#C69E85
(198,158,133)
#CCA994
(204,169,148)
#D2B4A3
(210,180,163)
#D8BFB2
(216,191,178)
#DECAC1
(222,202,193)
#E4D5D0
(228,213,208)
#EAE0DF
(234,224,223)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47D58; }

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

This text font color is #B47D58.

Background Color

.myBgColor { background-color: #B47D58; }

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

This div background color is #B47D58.

Border color

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

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

This div border color is #B47D58.

Opacity

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

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

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

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

This text has shadow with #B47D58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47D58.

Preview

Color preview on black background

This text has color #B47D58 on black background.


Color preview on white background

This text has color #B47D58 on white background.


Black color preview on #B47D58 background

This text has black color on #B47D58 background.


White color preview on #B47D58 background

This text has white color on #B47D58 background.


Related colors

Complementary color

Complementary color for #hex is #4B82A7.


I love getcolorcode.com

Triadic colors

1 #58B47D and #7D58B4 with #B47D58 are triadic colors.

2 #587DB4 and #7DB458 with #B47D58 are triadic colors.