COLOR #B77A95

HEX: #B77A95 RGB: (183,122,149)

Color info

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

RGB color model

#B77A95 color RGB value is (183,122,149).

RGB: (183,122,149) (72%, 48%, 58%)

RGB channels and saturation

R 183 of 255 = 72%
G 122 of 255 = 48%
B 149 of 255 = 58%

183
122
149

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

Portions of RGB colors in percentages

R + G + B = 183 + 122 + 149 = 454 (100%)
R 183 of 454 ~ 40.31%
G 122 of 454 ~ 26.87%
B 149 of 454 ~ 32.82'%

%40.31
%26.87
%32.82

CMYK color model

#B77A95 color CMYK value is (0,33,19,28).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 18.58%
  • key color value is 28.24%

CMYK: (0,33,19,28)
C0M33Y19K28 (0%, 33%, 19%, 28%)
(0.00 / 0.33 / 0.19 / 0.28)

CMYK percentages

%0
%33.33
%18.58
%28.24

Codes

Color #B77A95 in popluar color models

B7 7A 95
RGB 183 122 149
HSL 333° 29.76% 59.80%
HSB/HSV 333° 33.33% 71.76%
CMYK 0.00% 33.33% 18.58%
28.24%

Color #B77A95 in popluar number systems.

HEX B7 7A 95
Decimal 183 122 149
Binary 10110111 1111010 10010101
Octal 267 172 225

Shades and tints

Shades of #B77A95

#B77A95
(183,122,149)
#A76F88
(167,111,136)
#97647B
(151,100,123)
#87596E
(135,89,110)
#774E61
(119,78,97)
#674354
(103,67,84)
#573847
(87,56,71)
#472D3A
(71,45,58)
#37222D
(55,34,45)
#271720
(39,23,32)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #B77A95

#B77A95
(183,122,149)
#BD869E
(189,134,158)
#C392A7
(195,146,167)
#C99EB0
(201,158,176)
#CFAAB9
(207,170,185)
#D5B6C2
(213,182,194)
#DBC2CB
(219,194,203)
#E1CED4
(225,206,212)
#E7DADD
(231,218,221)
#EDE6E6
(237,230,230)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B77A95 color. Also use rgb(183,122,149) instead hex code.

Text Font Color

.myTextColor { color: #B77A95; }

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

This text font color is #B77A95.

Background Color

.myBgColor { background-color: #B77A95; }

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

This div background color is #B77A95.

Border color

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

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

This div border color is #B77A95.

Opacity

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

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

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

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

This text has shadow with #B77A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B77A95.

Preview

Color preview on black background

This text has color #B77A95 on black background.


Color preview on white background

This text has color #B77A95 on white background.


Black color preview on #B77A95 background

This text has black color on #B77A95 background.


White color preview on #B77A95 background

This text has white color on #B77A95 background.


Related colors

Complementary color

Complementary color for #hex is #48856A.


I love getcolorcode.com

Triadic colors

1 #95B77A and #7A95B7 with #B77A95 are triadic colors.

2 #957AB7 and #7AB795 with #B77A95 are triadic colors.