COLOR #B77584

HEX: #B77584
RGB: (183,117,132)

Color info

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

RGB color model

#B77584 color RGB value is (183,117,132).

  • red value is 183;
  • green value is 117;
  • blue value is 132.
RGB:
(183,117,132)
(72%,46%,52%)

RGB channels and saturation

R 183 of 255 = 72%
G 117 of 255 = 46%
B 132 of 255 = 52%

183
117
132

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

Portions of RGB colors in percentages

R + G + B =
183 + 117 + 132 = 432 (100%)
R 183 of 432 ~ 42.36%
G 117 of 432 ~ 27.08%
B 132 of 432 ~ 30.56%

%42.36
%27.08
%30.56

CMYK color model

#B77584 color CMYK value is (0,36,28,28).

  • cyan value is 0.00%
  • magenta value is 36.07%
  • yellow value is 27.87%
  • key color value is 28.24%
CMYK:
(0,36,28,28)
C0M36Y28K28 
(0%,36%,28%,28%)
(0.00/0.36/0.28/0.28)	

CMYK percentages

%0
%36.07
%27.87
%28.24

Codes

Color #B77584 in popluar color models

B77584
RGB183117132
HSL346°31.43%58.82%
HSB/HSV346°36.07%71.76%
CMYK0.00%36.07%27.87%
28.24%

Color #B77584 in popluar number systems.

HEXB77584
Decimal183117132
Binary10110111111010110000100
Octal267165204

Shades and tints

Shades of #B77584

#B77584
(183,117,132)
#A76B78
(167,107,120)
#97616C
(151,97,108)
#875760
(135,87,96)
#774D54
(119,77,84)
#674348
(103,67,72)
#57393C
(87,57,60)
#472F30
(71,47,48)
#372524
(55,37,36)
#271B18
(39,27,24)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #B77584

#B77584
(183,117,132)
#BD818F
(189,129,143)
#C38D9A
(195,141,154)
#C999A5
(201,153,165)
#CFA5B0
(207,165,176)
#D5B1BB
(213,177,187)
#DBBDC6
(219,189,198)
#E1C9D1
(225,201,209)
#E7D5DC
(231,213,220)
#EDE1E7
(237,225,231)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77584 color. Also use rgb(183,117,132) instead hex code.

Text Font Color

.myTextColor { color: #B77584; }

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

This text font color is #B77584.


Background Color

.myBgColor { background-color: #B77584; }

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

This div background color is #B77584.


Border color

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

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

This div border color is #B77584.


Opacity

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

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

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

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

This text has shadow with #B77584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77584 on black background.


Color preview on white background

This text has color #B77584 on white background.



Black color preview on #B77584 background

This text has black color on #B77584 background.


White color preview on #B77584 background

This text has white color on #B77584 background.