COLOR #B48E8E

HEX: #B48E8E
RGB: (180,142,142)

Color info

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

RGB color model

#B48E8E color RGB value is (180,142,142).

  • red value is 180;
  • green value is 142;
  • blue value is 142.
RGB:
(180,142,142)
(71%,56%,56%)

RGB channels and saturation

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

180
142
142

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

Portions of RGB colors in percentages

R + G + B =
180 + 142 + 142 = 464 (100%)
R 180 of 464 ~ 38.79%
G 142 of 464 ~ 30.6%
B 142 of 464 ~ 30.6%

%38.79
%30.6
%30.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.11%
  • 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
%21.11
%21.11
%29.41

Codes

Color #B48E8E in popluar color models

B48E8E
RGB180142142
HSL20.21%63.14%
HSB/HSV21.11%70.59%
CMYK0.00%21.11%21.11%
29.41%

Color #B48E8E in popluar number systems.

HEXB48E8E
Decimal180142142
Binary101101001000111010001110
Octal264216216

Shades and tints

Shades of #B48E8E

#B48E8E
(180,142,142)
#A48282
(164,130,130)
#947676
(148,118,118)
#846A6A
(132,106,106)
#745E5E
(116,94,94)
#645252
(100,82,82)
#544646
(84,70,70)
#443A3A
(68,58,58)
#342E2E
(52,46,46)
#242222
(36,34,34)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #B48E8E

#B48E8E
(180,142,142)
#BA9898
(186,152,152)
#C0A2A2
(192,162,162)
#C6ACAC
(198,172,172)
#CCB6B6
(204,182,182)
#D2C0C0
(210,192,192)
#D8CACA
(216,202,202)
#DED4D4
(222,212,212)
#E4DEDE
(228,222,222)
#EAE8E8
(234,232,232)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48E8E; }

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

This text font color is #B48E8E.


Background Color

.myBgColor { background-color: #B48E8E; }

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

This div background color is #B48E8E.


Border color

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

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

This div border color is #B48E8E.


Opacity

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

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

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

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

This text has shadow with #B48E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48E8E on black background.


Color preview on white background

This text has color #B48E8E on white background.



Black color preview on #B48E8E background

This text has black color on #B48E8E background.


White color preview on #B48E8E background

This text has white color on #B48E8E background.