COLOR #B48277

HEX: #B48277
RGB: (180,130,119)

Color info

#B48277 contains mainly red and green colors. Web safe color of #B48277 is #CC9966 (or #C96).

RGB color model

#B48277 color RGB value is (180,130,119).

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

RGB channels and saturation

R 180 of 255 = 71%
G 130 of 255 = 51%
B 119 of 255 = 47%

180
130
119

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

Portions of RGB colors in percentages

R + G + B =
180 + 130 + 119 = 429 (100%)
R 180 of 429 ~ 41.96%
G 130 of 429 ~ 30.3%
B 119 of 429 ~ 27.74%

%41.96
%30.3
%27.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 33.89%
  • key color value is 29.41%
CMYK:
(0,28,34,29)
C0M28Y34K29 
(0%,28%,34%,29%)
(0.00/0.28/0.34/0.29)	

CMYK percentages

%0
%27.78
%33.89
%29.41

Codes

Color #B48277 in popluar color models

B48277
RGB180130119
HSL11°28.91%58.63%
HSB/HSV11°33.89%70.59%
CMYK0.00%27.78%33.89%
29.41%

Color #B48277 in popluar number systems.

HEXB48277
Decimal180130119
Binary10110100100000101110111
Octal264202167

Shades and tints

Shades of #B48277

#B48277
(180,130,119)
#A4776D
(164,119,109)
#946C63
(148,108,99)
#846159
(132,97,89)
#74564F
(116,86,79)
#644B45
(100,75,69)
#54403B
(84,64,59)
#443531
(68,53,49)
#342A27
(52,42,39)
#241F1D
(36,31,29)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #B48277

#B48277
(180,130,119)
#BA8D83
(186,141,131)
#C0988F
(192,152,143)
#C6A39B
(198,163,155)
#CCAEA7
(204,174,167)
#D2B9B3
(210,185,179)
#D8C4BF
(216,196,191)
#DECFCB
(222,207,203)
#E4DAD7
(228,218,215)
#EAE5E3
(234,229,227)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48277; }

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

This text font color is #B48277.


Background Color

.myBgColor { background-color: #B48277; }

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

This div background color is #B48277.


Border color

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

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

This div border color is #B48277.


Opacity

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

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

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

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

This text has shadow with #B48277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48277 on black background.


Color preview on white background

This text has color #B48277 on white background.



Black color preview on #B48277 background

This text has black color on #B48277 background.


White color preview on #B48277 background

This text has white color on #B48277 background.