COLOR #B77292

HEX: #B77292
RGB: (183,114,146)

Color info

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

RGB color model

#B77292 color RGB value is (183,114,146).

  • red value is 183;
  • green value is 114;
  • blue value is 146.
RGB:
(183,114,146)
(72%,45%,57%)

RGB channels and saturation

R 183 of 255 = 72%
G 114 of 255 = 45%
B 146 of 255 = 57%

183
114
146

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

Portions of RGB colors in percentages

R + G + B =
183 + 114 + 146 = 443 (100%)
R 183 of 443 ~ 41.31%
G 114 of 443 ~ 25.73%
B 146 of 443 ~ 32.96%

%41.31
%25.73
%32.96

CMYK color model

#B77292 color CMYK value is (0,38,20,28).

  • cyan value is 0.00%
  • magenta value is 37.70%
  • yellow value is 20.22%
  • key color value is 28.24%
CMYK:
(0,38,20,28)
C0M38Y20K28 
(0%,38%,20%,28%)
(0.00/0.38/0.20/0.28)	

CMYK percentages

%0
%37.7
%20.22
%28.24

Codes

Color #B77292 in popluar color models

B77292
RGB183114146
HSL332°32.39%58.24%
HSB/HSV332°37.70%71.76%
CMYK0.00%37.70%20.22%
28.24%

Color #B77292 in popluar number systems.

HEXB77292
Decimal183114146
Binary10110111111001010010010
Octal267162222

Shades and tints

Shades of #B77292

#B77292
(183,114,146)
#A76885
(167,104,133)
#975E78
(151,94,120)
#87546B
(135,84,107)
#774A5E
(119,74,94)
#674051
(103,64,81)
#573644
(87,54,68)
#472C37
(71,44,55)
#37222A
(55,34,42)
#27181D
(39,24,29)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #B77292

#B77292
(183,114,146)
#BD7E9B
(189,126,155)
#C38AA4
(195,138,164)
#C996AD
(201,150,173)
#CFA2B6
(207,162,182)
#D5AEBF
(213,174,191)
#DBBAC8
(219,186,200)
#E1C6D1
(225,198,209)
#E7D2DA
(231,210,218)
#EDDEE3
(237,222,227)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77292 color. Also use rgb(183,114,146) instead hex code.

Text Font Color

.myTextColor { color: #B77292; }

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

This text font color is #B77292.


Background Color

.myBgColor { background-color: #B77292; }

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

This div background color is #B77292.


Border color

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

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

This div border color is #B77292.


Opacity

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

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

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

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

This text has shadow with #B77292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B77292 on black background.


Color preview on white background

This text has color #B77292 on white background.



Black color preview on #B77292 background

This text has black color on #B77292 background.


White color preview on #B77292 background

This text has white color on #B77292 background.