COLOR #B46558

HEX: #B46558
RGB: (180,101,88)

Color info

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

RGB color model

#B46558 color RGB value is (180,101,88).

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

RGB channels and saturation

R 180 of 255 = 71%
G 101 of 255 = 40%
B 88 of 255 = 35%

180
101
88

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

Portions of RGB colors in percentages

R + G + B =
180 + 101 + 88 = 369 (100%)
R 180 of 369 ~ 48.78%
G 101 of 369 ~ 27.37%
B 88 of 369 ~ 23.85%

%48.78
%27.37
%23.85

CMYK color model

#B46558 color CMYK value is (0,44,51,29).

  • cyan value is 0.00%
  • magenta value is 43.89%
  • yellow value is 51.11%
  • key color value is 29.41%
CMYK:
(0,44,51,29)
C0M44Y51K29 
(0%,44%,51%,29%)
(0.00/0.44/0.51/0.29)	

CMYK percentages

%0
%43.89
%51.11
%29.41

Codes

Color #B46558 in popluar color models

B46558
RGB18010188
HSL38.02%52.55%
HSB/HSV51.11%70.59%
CMYK0.00%43.89%51.11%
29.41%

Color #B46558 in popluar number systems.

HEXB46558
Decimal18010188
Binary1011010011001011011000
Octal264145130

Shades and tints

Shades of #B46558

#B46558
(180,101,88)
#A45C50
(164,92,80)
#945348
(148,83,72)
#844A40
(132,74,64)
#744138
(116,65,56)
#643830
(100,56,48)
#542F28
(84,47,40)
#442620
(68,38,32)
#341D18
(52,29,24)
#241410
(36,20,16)
#140B08
(20,11,8)
#000000
(0,0,0)

Tints of #B46558

#B46558
(180,101,88)
#BA7367
(186,115,103)
#C08176
(192,129,118)
#C68F85
(198,143,133)
#CC9D94
(204,157,148)
#D2ABA3
(210,171,163)
#D8B9B2
(216,185,178)
#DEC7C1
(222,199,193)
#E4D5D0
(228,213,208)
#EAE3DF
(234,227,223)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B46558; }

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

This text font color is #B46558.


Background Color

.myBgColor { background-color: #B46558; }

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

This div background color is #B46558.


Border color

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

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

This div border color is #B46558.


Opacity

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

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

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

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

This text has shadow with #B46558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46558 on black background.


Color preview on white background

This text has color #B46558 on white background.



Black color preview on #B46558 background

This text has black color on #B46558 background.


White color preview on #B46558 background

This text has white color on #B46558 background.