COLOR #B48591

HEX: #B48591
RGB: (180,133,145)

Color info

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

RGB color model

#B48591 color RGB value is (180,133,145).

  • red value is 180;
  • green value is 133;
  • blue value is 145.
RGB:
(180,133,145)
(71%,52%,57%)

RGB channels and saturation

R 180 of 255 = 71%
G 133 of 255 = 52%
B 145 of 255 = 57%

180
133
145

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

Portions of RGB colors in percentages

R + G + B =
180 + 133 + 145 = 458 (100%)
R 180 of 458 ~ 39.3%
G 133 of 458 ~ 29.04%
B 145 of 458 ~ 31.66%

%39.3
%29.04
%31.66

CMYK color model

#B48591 color CMYK value is (0,26,19,29).

  • cyan value is 0.00%
  • magenta value is 26.11%
  • yellow value is 19.44%
  • key color value is 29.41%
CMYK:
(0,26,19,29)
C0M26Y19K29 
(0%,26%,19%,29%)
(0.00/0.26/0.19/0.29)	

CMYK percentages

%0
%26.11
%19.44
%29.41

Codes

Color #B48591 in popluar color models

B48591
RGB180133145
HSL345°23.86%61.37%
HSB/HSV345°26.11%70.59%
CMYK0.00%26.11%19.44%
29.41%

Color #B48591 in popluar number systems.

HEXB48591
Decimal180133145
Binary101101001000010110010001
Octal264205221

Shades and tints

Shades of #B48591

#B48591
(180,133,145)
#A47984
(164,121,132)
#946D77
(148,109,119)
#84616A
(132,97,106)
#74555D
(116,85,93)
#644950
(100,73,80)
#543D43
(84,61,67)
#443136
(68,49,54)
#342529
(52,37,41)
#24191C
(36,25,28)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #B48591

#B48591
(180,133,145)
#BA909B
(186,144,155)
#C09BA5
(192,155,165)
#C6A6AF
(198,166,175)
#CCB1B9
(204,177,185)
#D2BCC3
(210,188,195)
#D8C7CD
(216,199,205)
#DED2D7
(222,210,215)
#E4DDE1
(228,221,225)
#EAE8EB
(234,232,235)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48591; }

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

This text font color is #B48591.


Background Color

.myBgColor { background-color: #B48591; }

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

This div background color is #B48591.


Border color

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

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

This div border color is #B48591.


Opacity

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

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

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

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

This text has shadow with #B48591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48591 on black background.


Color preview on white background

This text has color #B48591 on white background.



Black color preview on #B48591 background

This text has black color on #B48591 background.


White color preview on #B48591 background

This text has white color on #B48591 background.