COLOR #B48B52

HEX: #B48B52
RGB: (180,139,82)

Color info

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

RGB color model

#B48B52 color RGB value is (180,139,82).

  • red value is 180;
  • green value is 139;
  • blue value is 82.
RGB:
(180,139,82)
(71%,55%,32%)

RGB channels and saturation

R 180 of 255 = 71%
G 139 of 255 = 55%
B 82 of 255 = 32%

180
139
82

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

Portions of RGB colors in percentages

R + G + B =
180 + 139 + 82 = 401 (100%)
R 180 of 401 ~ 44.89%
G 139 of 401 ~ 34.66%
B 82 of 401 ~ 20.45%

%44.89
%34.66
%20.45

CMYK color model

#B48B52 color CMYK value is (0,23,54,29).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 54.44%
  • key color value is 29.41%
CMYK:
(0,23,54,29)
C0M23Y54K29 
(0%,23%,54%,29%)
(0.00/0.23/0.54/0.29)	

CMYK percentages

%0
%22.78
%54.44
%29.41

Codes

Color #B48B52 in popluar color models

B48B52
RGB18013982
HSL35°39.52%51.37%
HSB/HSV35°54.44%70.59%
CMYK0.00%22.78%54.44%
29.41%

Color #B48B52 in popluar number systems.

HEXB48B52
Decimal18013982
Binary10110100100010111010010
Octal264213122

Shades and tints

Shades of #B48B52

#B48B52
(180,139,82)
#A47F4B
(164,127,75)
#947344
(148,115,68)
#84673D
(132,103,61)
#745B36
(116,91,54)
#644F2F
(100,79,47)
#544328
(84,67,40)
#443721
(68,55,33)
#342B1A
(52,43,26)
#241F13
(36,31,19)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #B48B52

#B48B52
(180,139,82)
#BA9561
(186,149,97)
#C09F70
(192,159,112)
#C6A97F
(198,169,127)
#CCB38E
(204,179,142)
#D2BD9D
(210,189,157)
#D8C7AC
(216,199,172)
#DED1BB
(222,209,187)
#E4DBCA
(228,219,202)
#EAE5D9
(234,229,217)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48B52 color. Also use rgb(180,139,82) instead hex code.

Text Font Color

.myTextColor { color: #B48B52; }

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

This text font color is #B48B52.


Background Color

.myBgColor { background-color: #B48B52; }

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

This div background color is #B48B52.


Border color

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

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

This div border color is #B48B52.


Opacity

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

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

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

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

This text has shadow with #B48B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48B52 on black background.


Color preview on white background

This text has color #B48B52 on white background.



Black color preview on #B48B52 background

This text has black color on #B48B52 background.


White color preview on #B48B52 background

This text has white color on #B48B52 background.