COLOR #B46681

HEX: #B46681
RGB: (180,102,129)

Color info

#B46681 contains mainly red and blue colors. Web safe color of #B46681 is #CC6699 (or #C69).

RGB color model

#B46681 color RGB value is (180,102,129).

  • red value is 180;
  • green value is 102;
  • blue value is 129.
RGB:
(180,102,129)
(71%,40%,51%)

RGB channels and saturation

R 180 of 255 = 71%
G 102 of 255 = 40%
B 129 of 255 = 51%

180
102
129

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

Portions of RGB colors in percentages

R + G + B =
180 + 102 + 129 = 411 (100%)
R 180 of 411 ~ 43.8%
G 102 of 411 ~ 24.82%
B 129 of 411 ~ 31.39%

%43.8
%24.82
%31.39

CMYK color model

#B46681 color CMYK value is (0,43,28,29).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 28.33%
  • key color value is 29.41%
CMYK:
(0,43,28,29)
C0M43Y28K29 
(0%,43%,28%,29%)
(0.00/0.43/0.28/0.29)	

CMYK percentages

%0
%43.33
%28.33
%29.41

Codes

Color #B46681 in popluar color models

B46681
RGB180102129
HSL339°34.21%55.29%
HSB/HSV339°43.33%70.59%
CMYK0.00%43.33%28.33%
29.41%

Color #B46681 in popluar number systems.

HEXB46681
Decimal180102129
Binary10110100110011010000001
Octal264146201

Shades and tints

Shades of #B46681

#B46681
(180,102,129)
#A45D76
(164,93,118)
#94546B
(148,84,107)
#844B60
(132,75,96)
#744255
(116,66,85)
#64394A
(100,57,74)
#54303F
(84,48,63)
#442734
(68,39,52)
#341E29
(52,30,41)
#24151E
(36,21,30)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #B46681

#B46681
(180,102,129)
#BA738C
(186,115,140)
#C08097
(192,128,151)
#C68DA2
(198,141,162)
#CC9AAD
(204,154,173)
#D2A7B8
(210,167,184)
#D8B4C3
(216,180,195)
#DEC1CE
(222,193,206)
#E4CED9
(228,206,217)
#EADBE4
(234,219,228)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46681 color. Also use rgb(180,102,129) instead hex code.

Text Font Color

.myTextColor { color: #B46681; }

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

This text font color is #B46681.


Background Color

.myBgColor { background-color: #B46681; }

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

This div background color is #B46681.


Border color

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

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

This div border color is #B46681.


Opacity

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

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

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

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

This text has shadow with #B46681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46681 on black background.


Color preview on white background

This text has color #B46681 on white background.



Black color preview on #B46681 background

This text has black color on #B46681 background.


White color preview on #B46681 background

This text has white color on #B46681 background.