COLOR #B46D48

HEX: #B46D48
RGB: (180,109,72)

Color info

#B46D48 contains mainly red color. Web safe color of #B46D48 is #CC6633 (or #C63).

RGB color model

#B46D48 color RGB value is (180,109,72).

  • red value is 180;
  • green value is 109;
  • blue value is 72.
RGB:
(180,109,72)
(71%,43%,28%)

RGB channels and saturation

R 180 of 255 = 71%
G 109 of 255 = 43%
B 72 of 255 = 28%

180
109
72

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

Portions of RGB colors in percentages

R + G + B =
180 + 109 + 72 = 361 (100%)
R 180 of 361 ~ 49.86%
G 109 of 361 ~ 30.19%
B 72 of 361 ~ 19.94%

%49.86
%30.19
%19.94

CMYK color model

#B46D48 color CMYK value is (0,39,60,29).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 60.00%
  • key color value is 29.41%
CMYK:
(0,39,60,29)
C0M39Y60K29 
(0%,39%,60%,29%)
(0.00/0.39/0.60/0.29)	

CMYK percentages

%0
%39.44
%60
%29.41

Codes

Color #B46D48 in popluar color models

B46D48
RGB18010972
HSL21°42.86%49.41%
HSB/HSV21°60.00%70.59%
CMYK0.00%39.44%60.00%
29.41%

Color #B46D48 in popluar number systems.

HEXB46D48
Decimal18010972
Binary1011010011011011001000
Octal264155110

Shades and tints

Shades of #B46D48

#B46D48
(180,109,72)
#A46442
(164,100,66)
#945B3C
(148,91,60)
#845236
(132,82,54)
#744930
(116,73,48)
#64402A
(100,64,42)
#543724
(84,55,36)
#442E1E
(68,46,30)
#342518
(52,37,24)
#241C12
(36,28,18)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #B46D48

#B46D48
(180,109,72)
#BA7A58
(186,122,88)
#C08768
(192,135,104)
#C69478
(198,148,120)
#CCA188
(204,161,136)
#D2AE98
(210,174,152)
#D8BBA8
(216,187,168)
#DEC8B8
(222,200,184)
#E4D5C8
(228,213,200)
#EAE2D8
(234,226,216)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46D48 color. Also use rgb(180,109,72) instead hex code.

Text Font Color

.myTextColor { color: #B46D48; }

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

This text font color is #B46D48.


Background Color

.myBgColor { background-color: #B46D48; }

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

This div background color is #B46D48.


Border color

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

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

This div border color is #B46D48.


Opacity

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

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

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

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

This text has shadow with #B46D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46D48 on black background.


Color preview on white background

This text has color #B46D48 on white background.



Black color preview on #B46D48 background

This text has black color on #B46D48 background.


White color preview on #B46D48 background

This text has white color on #B46D48 background.