COLOR #B48041

HEX: #B48041 RGB: (180,128,65)

Color info

#B48041 contains mainly red and green colors. Web safe color of #B48041 is #CC6633 (or #C63).

RGB color model

#B48041 color RGB value is (180,128,65).

RGB: (180,128,65) (71%, 50%, 25%)

RGB channels and saturation

R 180 of 255 = 71%
G 128 of 255 = 50%
B 65 of 255 = 25%

180
128
65

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

Portions of RGB colors in percentages

R + G + B = 180 + 128 + 65 = 373 (100%)
R 180 of 373 ~ 48.26%
G 128 of 373 ~ 34.32%
B 65 of 373 ~ 17.43'%

%48.26
%34.32
%17.43

CMYK color model

#B48041 color CMYK value is (0,29,64,29).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 63.89%
  • key color value is 29.41%

CMYK: (0,29,64,29)
C0M29Y64K29 (0%, 29%, 64%, 29%)
(0.00 / 0.29 / 0.64 / 0.29)

CMYK percentages

%0
%28.89
%63.89
%29.41

Codes

Color #B48041 in popluar color models

B4 80 41
RGB 180 128 65
HSL 33° 46.94% 48.04%
HSB/HSV 33° 63.89% 70.59%
CMYK 0.00% 28.89% 63.89%
29.41%

Color #B48041 in popluar number systems.

HEX B4 80 41
Decimal 180 128 65
Binary 10110100 10000000 1000001
Octal 264 200 101

Shades and tints

Shades of #B48041

#B48041
(180,128,65)
#A4753C
(164,117,60)
#946A37
(148,106,55)
#845F32
(132,95,50)
#74542D
(116,84,45)
#644928
(100,73,40)
#543E23
(84,62,35)
#44331E
(68,51,30)
#342819
(52,40,25)
#241D14
(36,29,20)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #B48041

#B48041
(180,128,65)
#BA8B52
(186,139,82)
#C09663
(192,150,99)
#C6A174
(198,161,116)
#CCAC85
(204,172,133)
#D2B796
(210,183,150)
#D8C2A7
(216,194,167)
#DECDB8
(222,205,184)
#E4D8C9
(228,216,201)
#EAE3DA
(234,227,218)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48041 color. Also use rgb(180,128,65) instead hex code.

Text Font Color

.myTextColor { color: #B48041; }

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

This text font color is #B48041.

Background Color

.myBgColor { background-color: #B48041; }

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

This div background color is #B48041.

Border color

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

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

This div border color is #B48041.

Opacity

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

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

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

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

This text has shadow with #B48041 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48041.

Preview

Color preview on black background

This text has color #B48041 on black background.


Color preview on white background

This text has color #B48041 on white background.


Black color preview on #B48041 background

This text has black color on #B48041 background.


White color preview on #B48041 background

This text has white color on #B48041 background.


Related colors

Complementary color

Complementary color for #hex is #4B7FBE.


I love getcolorcode.com

Triadic colors

1 #41B480 and #8041B4 with #B48041 are triadic colors.

2 #4180B4 and #80B441 with #B48041 are triadic colors.