COLOR #B48467

HEX: #B48467
RGB: (180,132,103)

Color info

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

RGB color model

#B48467 color RGB value is (180,132,103).

  • red value is 180;
  • green value is 132;
  • blue value is 103.
RGB:
(180,132,103)
(71%,52%,40%)

RGB channels and saturation

R 180 of 255 = 71%
G 132 of 255 = 52%
B 103 of 255 = 40%

180
132
103

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

Portions of RGB colors in percentages

R + G + B =
180 + 132 + 103 = 415 (100%)
R 180 of 415 ~ 43.37%
G 132 of 415 ~ 31.81%
B 103 of 415 ~ 24.82%

%43.37
%31.81
%24.82

CMYK color model

#B48467 color CMYK value is (0,27,43,29).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 42.78%
  • key color value is 29.41%
CMYK:
(0,27,43,29)
C0M27Y43K29 
(0%,27%,43%,29%)
(0.00/0.27/0.43/0.29)	

CMYK percentages

%0
%26.67
%42.78
%29.41

Codes

Color #B48467 in popluar color models

B48467
RGB180132103
HSL23°33.92%55.49%
HSB/HSV23°42.78%70.59%
CMYK0.00%26.67%42.78%
29.41%

Color #B48467 in popluar number systems.

HEXB48467
Decimal180132103
Binary10110100100001001100111
Octal264204147

Shades and tints

Shades of #B48467

#B48467
(180,132,103)
#A4785E
(164,120,94)
#946C55
(148,108,85)
#84604C
(132,96,76)
#745443
(116,84,67)
#64483A
(100,72,58)
#543C31
(84,60,49)
#443028
(68,48,40)
#34241F
(52,36,31)
#241816
(36,24,22)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #B48467

#B48467
(180,132,103)
#BA8F74
(186,143,116)
#C09A81
(192,154,129)
#C6A58E
(198,165,142)
#CCB09B
(204,176,155)
#D2BBA8
(210,187,168)
#D8C6B5
(216,198,181)
#DED1C2
(222,209,194)
#E4DCCF
(228,220,207)
#EAE7DC
(234,231,220)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48467 color. Also use rgb(180,132,103) instead hex code.

Text Font Color

.myTextColor { color: #B48467; }

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

This text font color is #B48467.


Background Color

.myBgColor { background-color: #B48467; }

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

This div background color is #B48467.


Border color

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

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

This div border color is #B48467.


Opacity

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

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

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

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

This text has shadow with #B48467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48467 on black background.


Color preview on white background

This text has color #B48467 on white background.



Black color preview on #B48467 background

This text has black color on #B48467 background.


White color preview on #B48467 background

This text has white color on #B48467 background.