COLOR #B48972

HEX: #B48972
RGB: (180,137,114)

Color info

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

RGB color model

#B48972 color RGB value is (180,137,114).

  • red value is 180;
  • green value is 137;
  • blue value is 114.
RGB:
(180,137,114)
(71%,54%,45%)

RGB channels and saturation

R 180 of 255 = 71%
G 137 of 255 = 54%
B 114 of 255 = 45%

180
137
114

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

Portions of RGB colors in percentages

R + G + B =
180 + 137 + 114 = 431 (100%)
R 180 of 431 ~ 41.76%
G 137 of 431 ~ 31.79%
B 114 of 431 ~ 26.45%

%41.76
%31.79
%26.45

CMYK color model

#B48972 color CMYK value is (0,24,37,29).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 36.67%
  • key color value is 29.41%
CMYK:
(0,24,37,29)
C0M24Y37K29 
(0%,24%,37%,29%)
(0.00/0.24/0.37/0.29)	

CMYK percentages

%0
%23.89
%36.67
%29.41

Codes

Color #B48972 in popluar color models

B48972
RGB180137114
HSL21°30.56%57.65%
HSB/HSV21°36.67%70.59%
CMYK0.00%23.89%36.67%
29.41%

Color #B48972 in popluar number systems.

HEXB48972
Decimal180137114
Binary10110100100010011110010
Octal264211162

Shades and tints

Shades of #B48972

#B48972
(180,137,114)
#A47D68
(164,125,104)
#94715E
(148,113,94)
#846554
(132,101,84)
#74594A
(116,89,74)
#644D40
(100,77,64)
#544136
(84,65,54)
#44352C
(68,53,44)
#342922
(52,41,34)
#241D18
(36,29,24)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #B48972

#B48972
(180,137,114)
#BA937E
(186,147,126)
#C09D8A
(192,157,138)
#C6A796
(198,167,150)
#CCB1A2
(204,177,162)
#D2BBAE
(210,187,174)
#D8C5BA
(216,197,186)
#DECFC6
(222,207,198)
#E4D9D2
(228,217,210)
#EAE3DE
(234,227,222)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48972; }

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

This text font color is #B48972.


Background Color

.myBgColor { background-color: #B48972; }

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

This div background color is #B48972.


Border color

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

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

This div border color is #B48972.


Opacity

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

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

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

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

This text has shadow with #B48972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48972 on black background.


Color preview on white background

This text has color #B48972 on white background.



Black color preview on #B48972 background

This text has black color on #B48972 background.


White color preview on #B48972 background

This text has white color on #B48972 background.