COLOR #B48E92

HEX: #B48E92
RGB: (180,142,146)

Color info

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

RGB color model

#B48E92 color RGB value is (180,142,146).

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

RGB channels and saturation

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

180
142
146

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

Portions of RGB colors in percentages

R + G + B =
180 + 142 + 146 = 468 (100%)
R 180 of 468 ~ 38.46%
G 142 of 468 ~ 30.34%
B 146 of 468 ~ 31.2%

%38.46
%30.34
%31.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.11%
  • yellow value is 18.89%
  • key color value is 29.41%
CMYK:
(0,21,19,29)
C0M21Y19K29 
(0%,21%,19%,29%)
(0.00/0.21/0.19/0.29)	

CMYK percentages

%0
%21.11
%18.89
%29.41

Codes

Color #B48E92 in popluar color models

B48E92
RGB180142146
HSL354°20.21%63.14%
HSB/HSV354°21.11%70.59%
CMYK0.00%21.11%18.89%
29.41%

Color #B48E92 in popluar number systems.

HEXB48E92
Decimal180142146
Binary101101001000111010010010
Octal264216222

Shades and tints

Shades of #B48E92

#B48E92
(180,142,146)
#A48285
(164,130,133)
#947678
(148,118,120)
#846A6B
(132,106,107)
#745E5E
(116,94,94)
#645251
(100,82,81)
#544644
(84,70,68)
#443A37
(68,58,55)
#342E2A
(52,46,42)
#24221D
(36,34,29)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #B48E92

#B48E92
(180,142,146)
#BA989B
(186,152,155)
#C0A2A4
(192,162,164)
#C6ACAD
(198,172,173)
#CCB6B6
(204,182,182)
#D2C0BF
(210,192,191)
#D8CAC8
(216,202,200)
#DED4D1
(222,212,209)
#E4DEDA
(228,222,218)
#EAE8E3
(234,232,227)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48E92; }

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

This text font color is #B48E92.


Background Color

.myBgColor { background-color: #B48E92; }

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

This div background color is #B48E92.


Border color

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

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

This div border color is #B48E92.


Opacity

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

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

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

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

This text has shadow with #B48E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48E92 on black background.


Color preview on white background

This text has color #B48E92 on white background.



Black color preview on #B48E92 background

This text has black color on #B48E92 background.


White color preview on #B48E92 background

This text has white color on #B48E92 background.