COLOR #B48795

HEX: #B48795
RGB: (180,135,149)

Color info

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

RGB color model

#B48795 color RGB value is (180,135,149).

  • red value is 180;
  • green value is 135;
  • blue value is 149.
RGB:
(180,135,149)
(71%,53%,58%)

RGB channels and saturation

R 180 of 255 = 71%
G 135 of 255 = 53%
B 149 of 255 = 58%

180
135
149

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

Portions of RGB colors in percentages

R + G + B =
180 + 135 + 149 = 464 (100%)
R 180 of 464 ~ 38.79%
G 135 of 464 ~ 29.09%
B 149 of 464 ~ 32.11%

%38.79
%29.09
%32.11

CMYK color model

#B48795 color CMYK value is (0,25,17,29).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 17.22%
  • key color value is 29.41%
CMYK:
(0,25,17,29)
C0M25Y17K29 
(0%,25%,17%,29%)
(0.00/0.25/0.17/0.29)	

CMYK percentages

%0
%25
%17.22
%29.41

Codes

Color #B48795 in popluar color models

B48795
RGB180135149
HSL341°23.08%61.76%
HSB/HSV341°25.00%70.59%
CMYK0.00%25.00%17.22%
29.41%

Color #B48795 in popluar number systems.

HEXB48795
Decimal180135149
Binary101101001000011110010101
Octal264207225

Shades and tints

Shades of #B48795

#B48795
(180,135,149)
#A47B88
(164,123,136)
#946F7B
(148,111,123)
#84636E
(132,99,110)
#745761
(116,87,97)
#644B54
(100,75,84)
#543F47
(84,63,71)
#44333A
(68,51,58)
#34272D
(52,39,45)
#241B20
(36,27,32)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #B48795

#B48795
(180,135,149)
#BA919E
(186,145,158)
#C09BA7
(192,155,167)
#C6A5B0
(198,165,176)
#CCAFB9
(204,175,185)
#D2B9C2
(210,185,194)
#D8C3CB
(216,195,203)
#DECDD4
(222,205,212)
#E4D7DD
(228,215,221)
#EAE1E6
(234,225,230)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48795; }

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

This text font color is #B48795.


Background Color

.myBgColor { background-color: #B48795; }

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

This div background color is #B48795.


Border color

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

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

This div border color is #B48795.


Opacity

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

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

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

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

This text has shadow with #B48795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48795 on black background.


Color preview on white background

This text has color #B48795 on white background.



Black color preview on #B48795 background

This text has black color on #B48795 background.


White color preview on #B48795 background

This text has white color on #B48795 background.