COLOR #B48787

HEX: #B48787
RGB: (180,135,135)

Color info

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

RGB color model

#B48787 color RGB value is (180,135,135).

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

RGB channels and saturation

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

180
135
135

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

Portions of RGB colors in percentages

R + G + B =
180 + 135 + 135 = 450 (100%)
R 180 of 450 ~ 40%
G 135 of 450 ~ 30%
B 135 of 450 ~ 30%

%40
%30
%30

CMYK color model

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

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

CMYK percentages

%0
%25
%25
%29.41

Codes

Color #B48787 in popluar color models

B48787
RGB180135135
HSL23.08%61.76%
HSB/HSV25.00%70.59%
CMYK0.00%25.00%25.00%
29.41%

Color #B48787 in popluar number systems.

HEXB48787
Decimal180135135
Binary101101001000011110000111
Octal264207207

Shades and tints

Shades of #B48787

#B48787
(180,135,135)
#A47B7B
(164,123,123)
#946F6F
(148,111,111)
#846363
(132,99,99)
#745757
(116,87,87)
#644B4B
(100,75,75)
#543F3F
(84,63,63)
#443333
(68,51,51)
#342727
(52,39,39)
#241B1B
(36,27,27)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #B48787

#B48787
(180,135,135)
#BA9191
(186,145,145)
#C09B9B
(192,155,155)
#C6A5A5
(198,165,165)
#CCAFAF
(204,175,175)
#D2B9B9
(210,185,185)
#D8C3C3
(216,195,195)
#DECDCD
(222,205,205)
#E4D7D7
(228,215,215)
#EAE1E1
(234,225,225)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48787; }

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

This text font color is #B48787.


Background Color

.myBgColor { background-color: #B48787; }

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

This div background color is #B48787.


Border color

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

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

This div border color is #B48787.


Opacity

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

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

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

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

This text has shadow with #B48787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48787 on black background.


Color preview on white background

This text has color #B48787 on white background.



Black color preview on #B48787 background

This text has black color on #B48787 background.


White color preview on #B48787 background

This text has white color on #B48787 background.