COLOR #B48E6E

HEX: #B48E6E
RGB: (180,142,110)

Color info

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

RGB color model

#B48E6E color RGB value is (180,142,110).

  • red value is 180;
  • green value is 142;
  • blue value is 110.
RGB:
(180,142,110)
(71%,56%,43%)

RGB channels and saturation

R 180 of 255 = 71%
G 142 of 255 = 56%
B 110 of 255 = 43%

180
142
110

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

Portions of RGB colors in percentages

R + G + B =
180 + 142 + 110 = 432 (100%)
R 180 of 432 ~ 41.67%
G 142 of 432 ~ 32.87%
B 110 of 432 ~ 25.46%

%41.67
%32.87
%25.46

CMYK color model

#B48E6E color CMYK value is (0,21,39,29).

  • cyan value is 0.00%
  • magenta value is 21.11%
  • yellow value is 38.89%
  • key color value is 29.41%
CMYK:
(0,21,39,29)
C0M21Y39K29 
(0%,21%,39%,29%)
(0.00/0.21/0.39/0.29)	

CMYK percentages

%0
%21.11
%38.89
%29.41

Codes

Color #B48E6E in popluar color models

B48E6E
RGB180142110
HSL27°31.82%56.86%
HSB/HSV27°38.89%70.59%
CMYK0.00%21.11%38.89%
29.41%

Color #B48E6E in popluar number systems.

HEXB48E6E
Decimal180142110
Binary10110100100011101101110
Octal264216156

Shades and tints

Shades of #B48E6E

#B48E6E
(180,142,110)
#A48264
(164,130,100)
#94765A
(148,118,90)
#846A50
(132,106,80)
#745E46
(116,94,70)
#64523C
(100,82,60)
#544632
(84,70,50)
#443A28
(68,58,40)
#342E1E
(52,46,30)
#242214
(36,34,20)
#14160A
(20,22,10)
#000000
(0,0,0)

Tints of #B48E6E

#B48E6E
(180,142,110)
#BA987B
(186,152,123)
#C0A288
(192,162,136)
#C6AC95
(198,172,149)
#CCB6A2
(204,182,162)
#D2C0AF
(210,192,175)
#D8CABC
(216,202,188)
#DED4C9
(222,212,201)
#E4DED6
(228,222,214)
#EAE8E3
(234,232,227)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48E6E; }

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

This text font color is #B48E6E.


Background Color

.myBgColor { background-color: #B48E6E; }

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

This div background color is #B48E6E.


Border color

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

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

This div border color is #B48E6E.


Opacity

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

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

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

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

This text has shadow with #B48E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48E6E on black background.


Color preview on white background

This text has color #B48E6E on white background.



Black color preview on #B48E6E background

This text has black color on #B48E6E background.


White color preview on #B48E6E background

This text has white color on #B48E6E background.