COLOR #B46D58

HEX: #B46D58
RGB: (180,109,88)

Color info

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

RGB color model

#B46D58 color RGB value is (180,109,88).

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

RGB channels and saturation

R 180 of 255 = 71%
G 109 of 255 = 43%
B 88 of 255 = 35%

180
109
88

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

Portions of RGB colors in percentages

R + G + B =
180 + 109 + 88 = 377 (100%)
R 180 of 377 ~ 47.75%
G 109 of 377 ~ 28.91%
B 88 of 377 ~ 23.34%

%47.75
%28.91
%23.34

CMYK color model

#B46D58 color CMYK value is (0,39,51,29).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 51.11%
  • key color value is 29.41%
CMYK:
(0,39,51,29)
C0M39Y51K29 
(0%,39%,51%,29%)
(0.00/0.39/0.51/0.29)	

CMYK percentages

%0
%39.44
%51.11
%29.41

Codes

Color #B46D58 in popluar color models

B46D58
RGB18010988
HSL14°38.02%52.55%
HSB/HSV14°51.11%70.59%
CMYK0.00%39.44%51.11%
29.41%

Color #B46D58 in popluar number systems.

HEXB46D58
Decimal18010988
Binary1011010011011011011000
Octal264155130

Shades and tints

Shades of #B46D58

#B46D58
(180,109,88)
#A46450
(164,100,80)
#945B48
(148,91,72)
#845240
(132,82,64)
#744938
(116,73,56)
#644030
(100,64,48)
#543728
(84,55,40)
#442E20
(68,46,32)
#342518
(52,37,24)
#241C10
(36,28,16)
#141308
(20,19,8)
#000000
(0,0,0)

Tints of #B46D58

#B46D58
(180,109,88)
#BA7A67
(186,122,103)
#C08776
(192,135,118)
#C69485
(198,148,133)
#CCA194
(204,161,148)
#D2AEA3
(210,174,163)
#D8BBB2
(216,187,178)
#DEC8C1
(222,200,193)
#E4D5D0
(228,213,208)
#EAE2DF
(234,226,223)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B46D58; }

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

This text font color is #B46D58.


Background Color

.myBgColor { background-color: #B46D58; }

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

This div background color is #B46D58.


Border color

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

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

This div border color is #B46D58.


Opacity

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

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

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

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

This text has shadow with #B46D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46D58 on black background.


Color preview on white background

This text has color #B46D58 on white background.



Black color preview on #B46D58 background

This text has black color on #B46D58 background.


White color preview on #B46D58 background

This text has white color on #B46D58 background.