COLOR #B48F9B

HEX: #B48F9B
RGB: (180,143,155)

Color info

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

RGB color model

#B48F9B color RGB value is (180,143,155).

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

RGB channels and saturation

R 180 of 255 = 71%
G 143 of 255 = 56%
B 155 of 255 = 61%

180
143
155

R + G + B ~ 63%. #B48F9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 143 + 155 = 478 (100%)
R 180 of 478 ~ 37.66%
G 143 of 478 ~ 29.92%
B 155 of 478 ~ 32.43%

%37.66
%29.92
%32.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 13.89%
  • key color value is 29.41%
CMYK:
(0,21,14,29)
C0M21Y14K29 
(0%,21%,14%,29%)
(0.00/0.21/0.14/0.29)	

CMYK percentages

%0
%20.56
%13.89
%29.41

Codes

Color #B48F9B in popluar color models

B48F9B
RGB180143155
HSL341°19.79%63.33%
HSB/HSV341°20.56%70.59%
CMYK0.00%20.56%13.89%
29.41%

Color #B48F9B in popluar number systems.

HEXB48F9B
Decimal180143155
Binary101101001000111110011011
Octal264217233

Shades and tints

Shades of #B48F9B

#B48F9B
(180,143,155)
#A4828D
(164,130,141)
#94757F
(148,117,127)
#846871
(132,104,113)
#745B63
(116,91,99)
#644E55
(100,78,85)
#544147
(84,65,71)
#443439
(68,52,57)
#34272B
(52,39,43)
#241A1D
(36,26,29)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #B48F9B

#B48F9B
(180,143,155)
#BA99A4
(186,153,164)
#C0A3AD
(192,163,173)
#C6ADB6
(198,173,182)
#CCB7BF
(204,183,191)
#D2C1C8
(210,193,200)
#D8CBD1
(216,203,209)
#DED5DA
(222,213,218)
#E4DFE3
(228,223,227)
#EAE9EC
(234,233,236)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48F9B; }

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

This text font color is #B48F9B.


Background Color

.myBgColor { background-color: #B48F9B; }

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

This div background color is #B48F9B.


Border color

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

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

This div border color is #B48F9B.


Opacity

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

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

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

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

This text has shadow with #B48F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48F9B on black background.


Color preview on white background

This text has color #B48F9B on white background.



Black color preview on #B48F9B background

This text has black color on #B48F9B background.


White color preview on #B48F9B background

This text has white color on #B48F9B background.