COLOR #B48082

HEX: #B48082
RGB: (180,128,130)

Color info

#B48082 contains red, green and blue colors in about the same proportion. Web safe color of #B48082 is #CC6699 (or #C69).

RGB color model

#B48082 color RGB value is (180,128,130).

  • red value is 180;
  • green value is 128;
  • blue value is 130.
RGB:
(180,128,130)
(71%,50%,51%)

RGB channels and saturation

R 180 of 255 = 71%
G 128 of 255 = 50%
B 130 of 255 = 51%

180
128
130

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

Portions of RGB colors in percentages

R + G + B =
180 + 128 + 130 = 438 (100%)
R 180 of 438 ~ 41.1%
G 128 of 438 ~ 29.22%
B 130 of 438 ~ 29.68%

%41.1
%29.22
%29.68

CMYK color model

#B48082 color CMYK value is (0,29,28,29).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 27.78%
  • key color value is 29.41%
CMYK:
(0,29,28,29)
C0M29Y28K29 
(0%,29%,28%,29%)
(0.00/0.29/0.28/0.29)	

CMYK percentages

%0
%28.89
%27.78
%29.41

Codes

Color #B48082 in popluar color models

B48082
RGB180128130
HSL358°25.74%60.39%
HSB/HSV358°28.89%70.59%
CMYK0.00%28.89%27.78%
29.41%

Color #B48082 in popluar number systems.

HEXB48082
Decimal180128130
Binary101101001000000010000010
Octal264200202

Shades and tints

Shades of #B48082

#B48082
(180,128,130)
#A47577
(164,117,119)
#946A6C
(148,106,108)
#845F61
(132,95,97)
#745456
(116,84,86)
#64494B
(100,73,75)
#543E40
(84,62,64)
#443335
(68,51,53)
#34282A
(52,40,42)
#241D1F
(36,29,31)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #B48082

#B48082
(180,128,130)
#BA8B8D
(186,139,141)
#C09698
(192,150,152)
#C6A1A3
(198,161,163)
#CCACAE
(204,172,174)
#D2B7B9
(210,183,185)
#D8C2C4
(216,194,196)
#DECDCF
(222,205,207)
#E4D8DA
(228,216,218)
#EAE3E5
(234,227,229)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48082; }

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

This text font color is #B48082.


Background Color

.myBgColor { background-color: #B48082; }

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

This div background color is #B48082.


Border color

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

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

This div border color is #B48082.


Opacity

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

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

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

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

This text has shadow with #B48082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48082 on black background.


Color preview on white background

This text has color #B48082 on white background.



Black color preview on #B48082 background

This text has black color on #B48082 background.


White color preview on #B48082 background

This text has white color on #B48082 background.