COLOR #B48179

HEX: #B48179 RGB: (180,129,121)

Color info

#B48179 contains red, green and blue colors in about the same proportion. Web safe color of #B48179 is #CC9966 (or #C96).

RGB color model

#B48179 color RGB value is (180,129,121).

RGB: (180,129,121) (71%, 51%, 47%)

RGB channels and saturation

R 180 of 255 = 71%
G 129 of 255 = 51%
B 121 of 255 = 47%

180
129
121

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

Portions of RGB colors in percentages

R + G + B = 180 + 129 + 121 = 430 (100%)
R 180 of 430 ~ 41.86%
G 129 of 430 ~ 30%
B 121 of 430 ~ 28.14'%

%41.86
%30
%28.14

CMYK color model

#B48179 color CMYK value is (0,28,33,29).

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 32.78%
  • key color value is 29.41%

CMYK: (0,28,33,29)
C0M28Y33K29 (0%, 28%, 33%, 29%)
(0.00 / 0.28 / 0.33 / 0.29)

CMYK percentages

%0
%28.33
%32.78
%29.41

Codes

Color #B48179 in popluar color models

B4 81 79
RGB 180 129 121
HSL 28.23% 59.02%
HSB/HSV 32.78% 70.59%
CMYK 0.00% 28.33% 32.78%
29.41%

Color #B48179 in popluar number systems.

HEX B4 81 79
Decimal 180 129 121
Binary 10110100 10000001 1111001
Octal 264 201 171

Shades and tints

Shades of #B48179

#B48179
(180,129,121)
#A4766E
(164,118,110)
#946B63
(148,107,99)
#846058
(132,96,88)
#74554D
(116,85,77)
#644A42
(100,74,66)
#543F37
(84,63,55)
#44342C
(68,52,44)
#342921
(52,41,33)
#241E16
(36,30,22)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #B48179

#B48179
(180,129,121)
#BA8C85
(186,140,133)
#C09791
(192,151,145)
#C6A29D
(198,162,157)
#CCADA9
(204,173,169)
#D2B8B5
(210,184,181)
#D8C3C1
(216,195,193)
#DECECD
(222,206,205)
#E4D9D9
(228,217,217)
#EAE4E5
(234,228,229)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48179 color. Also use rgb(180,129,121) instead hex code.

Text Font Color

.myTextColor { color: #B48179; }

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

This text font color is #B48179.

Background Color

.myBgColor { background-color: #B48179; }

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

This div background color is #B48179.

Border color

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

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

This div border color is #B48179.

Opacity

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

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

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

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

This text has shadow with #B48179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48179.

Preview

Color preview on black background

This text has color #B48179 on black background.


Color preview on white background

This text has color #B48179 on white background.


Black color preview on #B48179 background

This text has black color on #B48179 background.


White color preview on #B48179 background

This text has white color on #B48179 background.


Related colors

Complementary color

Complementary color for #hex is #4B7E86.


I love getcolorcode.com

Triadic colors

1 #79B481 and #8179B4 with #B48179 are triadic colors.

2 #7981B4 and #81B479 with #B48179 are triadic colors.