COLOR #B48866

HEX: #B48866
RGB: (180,136,102)

Color info

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

RGB color model

#B48866 color RGB value is (180,136,102).

  • red value is 180;
  • green value is 136;
  • blue value is 102.
RGB:
(180,136,102)
(71%,53%,40%)

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 102 of 255 = 40%

180
136
102

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

Portions of RGB colors in percentages

R + G + B =
180 + 136 + 102 = 418 (100%)
R 180 of 418 ~ 43.06%
G 136 of 418 ~ 32.54%
B 102 of 418 ~ 24.4%

%43.06
%32.54
%24.4

CMYK color model

#B48866 color CMYK value is (0,24,43,29).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 43.33%
  • key color value is 29.41%
CMYK:
(0,24,43,29)
C0M24Y43K29 
(0%,24%,43%,29%)
(0.00/0.24/0.43/0.29)	

CMYK percentages

%0
%24.44
%43.33
%29.41

Codes

Color #B48866 in popluar color models

B48866
RGB180136102
HSL26°34.21%55.29%
HSB/HSV26°43.33%70.59%
CMYK0.00%24.44%43.33%
29.41%

Color #B48866 in popluar number systems.

HEXB48866
Decimal180136102
Binary10110100100010001100110
Octal264210146

Shades and tints

Shades of #B48866

#B48866
(180,136,102)
#A47C5D
(164,124,93)
#947054
(148,112,84)
#84644B
(132,100,75)
#745842
(116,88,66)
#644C39
(100,76,57)
#544030
(84,64,48)
#443427
(68,52,39)
#34281E
(52,40,30)
#241C15
(36,28,21)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #B48866

#B48866
(180,136,102)
#BA9273
(186,146,115)
#C09C80
(192,156,128)
#C6A68D
(198,166,141)
#CCB09A
(204,176,154)
#D2BAA7
(210,186,167)
#D8C4B4
(216,196,180)
#DECEC1
(222,206,193)
#E4D8CE
(228,216,206)
#EAE2DB
(234,226,219)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48866 color. Also use rgb(180,136,102) instead hex code.

Text Font Color

.myTextColor { color: #B48866; }

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

This text font color is #B48866.


Background Color

.myBgColor { background-color: #B48866; }

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

This div background color is #B48866.


Border color

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

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

This div border color is #B48866.


Opacity

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

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

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

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

This text has shadow with #B48866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48866 on black background.


Color preview on white background

This text has color #B48866 on white background.



Black color preview on #B48866 background

This text has black color on #B48866 background.


White color preview on #B48866 background

This text has white color on #B48866 background.