COLOR #B48A82

HEX: #B48A82 RGB: (180,138,130)

Color info

#B48A82 contains red, green and blue colors in about the same proportion. Web safe color of #B48A82 is #CC9999 (or #C99).

RGB color model

#B48A82 color RGB value is (180,138,130).

RGB: (180,138,130) (71%, 54%, 51%)

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 130 of 255 = 51%

180
138
130

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

Portions of RGB colors in percentages

R + G + B = 180 + 138 + 130 = 448 (100%)
R 180 of 448 ~ 40.18%
G 138 of 448 ~ 30.8%
B 130 of 448 ~ 29.02'%

%40.18
%30.8
%29.02

CMYK color model

#B48A82 color CMYK value is (0,23,28,29).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 27.78%
  • key color value is 29.41%

CMYK: (0,23,28,29)
C0M23Y28K29 (0%, 23%, 28%, 29%)
(0.00 / 0.23 / 0.28 / 0.29)

CMYK percentages

%0
%23.33
%27.78
%29.41

Codes

Color #B48A82 in popluar color models

B4 8A 82
RGB 180 138 130
HSL 10° 25.00% 60.78%
HSB/HSV 10° 27.78% 70.59%
CMYK 0.00% 23.33% 27.78%
29.41%

Color #B48A82 in popluar number systems.

HEX B4 8A 82
Decimal 180 138 130
Binary 10110100 10001010 10000010
Octal 264 212 202

Shades and tints

Shades of #B48A82

#B48A82
(180,138,130)
#A47E77
(164,126,119)
#94726C
(148,114,108)
#846661
(132,102,97)
#745A56
(116,90,86)
#644E4B
(100,78,75)
#544240
(84,66,64)
#443635
(68,54,53)
#342A2A
(52,42,42)
#241E1F
(36,30,31)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #B48A82

#B48A82
(180,138,130)
#BA948D
(186,148,141)
#C09E98
(192,158,152)
#C6A8A3
(198,168,163)
#CCB2AE
(204,178,174)
#D2BCB9
(210,188,185)
#D8C6C4
(216,198,196)
#DED0CF
(222,208,207)
#E4DADA
(228,218,218)
#EAE4E5
(234,228,229)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48A82 color. Also use rgb(180,138,130) instead hex code.

Text Font Color

.myTextColor { color: #B48A82; }

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

This text font color is #B48A82.

Background Color

.myBgColor { background-color: #B48A82; }

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

This div background color is #B48A82.

Border color

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

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

This div border color is #B48A82.

Opacity

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

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

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

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

This text has shadow with #B48A82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48A82.

Preview

Color preview on black background

This text has color #B48A82 on black background.


Color preview on white background

This text has color #B48A82 on white background.


Black color preview on #B48A82 background

This text has black color on #B48A82 background.


White color preview on #B48A82 background

This text has white color on #B48A82 background.


Related colors

Complementary color

Complementary color for #hex is #4B757D.


I love getcolorcode.com

Triadic colors

1 #82B48A and #8A82B4 with #B48A82 are triadic colors.

2 #828AB4 and #8AB482 with #B48A82 are triadic colors.