COLOR #B48283

HEX: #B48283
RGB: (180,130,131)

Color info

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

RGB color model

#B48283 color RGB value is (180,130,131).

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

RGB channels and saturation

R 180 of 255 = 71%
G 130 of 255 = 51%
B 131 of 255 = 51%

180
130
131

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

Portions of RGB colors in percentages

R + G + B =
180 + 130 + 131 = 441 (100%)
R 180 of 441 ~ 40.82%
G 130 of 441 ~ 29.48%
B 131 of 441 ~ 29.71%

%40.82
%29.48
%29.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 27.22%
  • key color value is 29.41%
CMYK:
(0,28,27,29)
C0M28Y27K29 
(0%,28%,27%,29%)
(0.00/0.28/0.27/0.29)	

CMYK percentages

%0
%27.78
%27.22
%29.41

Codes

Color #B48283 in popluar color models

B48283
RGB180130131
HSL359°25.00%60.78%
HSB/HSV359°27.78%70.59%
CMYK0.00%27.78%27.22%
29.41%

Color #B48283 in popluar number systems.

HEXB48283
Decimal180130131
Binary101101001000001010000011
Octal264202203

Shades and tints

Shades of #B48283

#B48283
(180,130,131)
#A47778
(164,119,120)
#946C6D
(148,108,109)
#846162
(132,97,98)
#745657
(116,86,87)
#644B4C
(100,75,76)
#544041
(84,64,65)
#443536
(68,53,54)
#342A2B
(52,42,43)
#241F20
(36,31,32)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #B48283

#B48283
(180,130,131)
#BA8D8E
(186,141,142)
#C09899
(192,152,153)
#C6A3A4
(198,163,164)
#CCAEAF
(204,174,175)
#D2B9BA
(210,185,186)
#D8C4C5
(216,196,197)
#DECFD0
(222,207,208)
#E4DADB
(228,218,219)
#EAE5E6
(234,229,230)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48283; }

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

This text font color is #B48283.


Background Color

.myBgColor { background-color: #B48283; }

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

This div background color is #B48283.


Border color

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

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

This div border color is #B48283.


Opacity

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

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

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

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

This text has shadow with #B48283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48283 on black background.


Color preview on white background

This text has color #B48283 on white background.



Black color preview on #B48283 background

This text has black color on #B48283 background.


White color preview on #B48283 background

This text has white color on #B48283 background.