COLOR #B48F8E

HEX: #B48F8E RGB: (180,143,142)

Color info

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

RGB color model

#B48F8E color RGB value is (180,143,142).

RGB: (180,143,142) (71%, 56%, 56%)

RGB channels and saturation

R 180 of 255 = 71%
G 143 of 255 = 56%
B 142 of 255 = 56%

180
143
142

R + G + B ~ 61%. #B48F8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 143 + 142 = 465 (100%)
R 180 of 465 ~ 38.71%
G 143 of 465 ~ 30.75%
B 142 of 465 ~ 30.54'%

%38.71
%30.75
%30.54

CMYK color model

#B48F8E color CMYK value is (0,21,21,29).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 21.11%
  • key color value is 29.41%

CMYK: (0,21,21,29)
C0M21Y21K29 (0%, 21%, 21%, 29%)
(0.00 / 0.21 / 0.21 / 0.29)

CMYK percentages

%0
%20.56
%21.11
%29.41

Codes

Color #B48F8E in popluar color models

B4 8F 8E
RGB 180 143 142
HSL 20.21% 63.14%
HSB/HSV 21.11% 70.59%
CMYK 0.00% 20.56% 21.11%
29.41%

Color #B48F8E in popluar number systems.

HEX B4 8F 8E
Decimal 180 143 142
Binary 10110100 10001111 10001110
Octal 264 217 216

Shades and tints

Shades of #B48F8E

#B48F8E
(180,143,142)
#A48282
(164,130,130)
#947576
(148,117,118)
#84686A
(132,104,106)
#745B5E
(116,91,94)
#644E52
(100,78,82)
#544146
(84,65,70)
#44343A
(68,52,58)
#34272E
(52,39,46)
#241A22
(36,26,34)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #B48F8E

#B48F8E
(180,143,142)
#BA9998
(186,153,152)
#C0A3A2
(192,163,162)
#C6ADAC
(198,173,172)
#CCB7B6
(204,183,182)
#D2C1C0
(210,193,192)
#D8CBCA
(216,203,202)
#DED5D4
(222,213,212)
#E4DFDE
(228,223,222)
#EAE9E8
(234,233,232)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48F8E color. Also use rgb(180,143,142) instead hex code.

Text Font Color

.myTextColor { color: #B48F8E; }

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

This text font color is #B48F8E.

Background Color

.myBgColor { background-color: #B48F8E; }

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

This div background color is #B48F8E.

Border color

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

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

This div border color is #B48F8E.

Opacity

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

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

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

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

This text has shadow with #B48F8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48F8E.

Preview

Color preview on black background

This text has color #B48F8E on black background.


Color preview on white background

This text has color #B48F8E on white background.


Black color preview on #B48F8E background

This text has black color on #B48F8E background.


White color preview on #B48F8E background

This text has white color on #B48F8E background.


Related colors

Complementary color

Complementary color for #hex is #4B7071.


I love getcolorcode.com

Triadic colors

1 #8EB48F and #8F8EB4 with #B48F8E are triadic colors.

2 #8E8FB4 and #8FB48E with #B48F8E are triadic colors.