COLOR #B46C5D

HEX: #B46C5D
RGB: (180,108,93)

Color info

#B46C5D contains mainly red color. Web safe color of #B46C5D is #CC6666 (or #C66).

RGB color model

#B46C5D color RGB value is (180,108,93).

  • red value is 180;
  • green value is 108;
  • blue value is 93.
RGB:
(180,108,93)
(71%,42%,36%)

RGB channels and saturation

R 180 of 255 = 71%
G 108 of 255 = 42%
B 93 of 255 = 36%

180
108
93

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

Portions of RGB colors in percentages

R + G + B =
180 + 108 + 93 = 381 (100%)
R 180 of 381 ~ 47.24%
G 108 of 381 ~ 28.35%
B 93 of 381 ~ 24.41%

%47.24
%28.35
%24.41

CMYK color model

#B46C5D color CMYK value is (0,40,48,29).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 48.33%
  • key color value is 29.41%
CMYK:
(0,40,48,29)
C0M40Y48K29 
(0%,40%,48%,29%)
(0.00/0.40/0.48/0.29)	

CMYK percentages

%0
%40
%48.33
%29.41

Codes

Color #B46C5D in popluar color models

B46C5D
RGB18010893
HSL10°36.71%53.53%
HSB/HSV10°48.33%70.59%
CMYK0.00%40.00%48.33%
29.41%

Color #B46C5D in popluar number systems.

HEXB46C5D
Decimal18010893
Binary1011010011011001011101
Octal264154135

Shades and tints

Shades of #B46C5D

#B46C5D
(180,108,93)
#A46355
(164,99,85)
#945A4D
(148,90,77)
#845145
(132,81,69)
#74483D
(116,72,61)
#643F35
(100,63,53)
#54362D
(84,54,45)
#442D25
(68,45,37)
#34241D
(52,36,29)
#241B15
(36,27,21)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #B46C5D

#B46C5D
(180,108,93)
#BA796B
(186,121,107)
#C08679
(192,134,121)
#C69387
(198,147,135)
#CCA095
(204,160,149)
#D2ADA3
(210,173,163)
#D8BAB1
(216,186,177)
#DEC7BF
(222,199,191)
#E4D4CD
(228,212,205)
#EAE1DB
(234,225,219)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46C5D color. Also use rgb(180,108,93) instead hex code.

Text Font Color

.myTextColor { color: #B46C5D; }

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

This text font color is #B46C5D.


Background Color

.myBgColor { background-color: #B46C5D; }

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

This div background color is #B46C5D.


Border color

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

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

This div border color is #B46C5D.


Opacity

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

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

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

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

This text has shadow with #B46C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46C5D on black background.


Color preview on white background

This text has color #B46C5D on white background.



Black color preview on #B46C5D background

This text has black color on #B46C5D background.


White color preview on #B46C5D background

This text has white color on #B46C5D background.