COLOR #BB7B82

HEX: #BB7B82
RGB: (187,123,130)

Color info

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

RGB color model

#BB7B82 color RGB value is (187,123,130).

  • red value is 187;
  • green value is 123;
  • blue value is 130.
RGB:
(187,123,130)
(73%,48%,51%)

RGB channels and saturation

R 187 of 255 = 73%
G 123 of 255 = 48%
B 130 of 255 = 51%

187
123
130

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

Portions of RGB colors in percentages

R + G + B =
187 + 123 + 130 = 440 (100%)
R 187 of 440 ~ 42.5%
G 123 of 440 ~ 27.95%
B 130 of 440 ~ 29.55%

%42.5
%27.95
%29.55

CMYK color model

#BB7B82 color CMYK value is (0,34,30,27).

  • cyan value is 0.00%
  • magenta value is 34.22%
  • yellow value is 30.48%
  • key color value is 26.67%
CMYK:
(0,34,30,27)
C0M34Y30K27 
(0%,34%,30%,27%)
(0.00/0.34/0.30/0.27)	

CMYK percentages

%0
%34.22
%30.48
%26.67

Codes

Color #BB7B82 in popluar color models

BB7B82
RGB187123130
HSL353°32.00%60.78%
HSB/HSV353°34.22%73.33%
CMYK0.00%34.22%30.48%
26.67%

Color #BB7B82 in popluar number systems.

HEXBB7B82
Decimal187123130
Binary10111011111101110000010
Octal273173202

Shades and tints

Shades of #BB7B82

#BB7B82
(187,123,130)
#AA7077
(170,112,119)
#99656C
(153,101,108)
#885A61
(136,90,97)
#774F56
(119,79,86)
#66444B
(102,68,75)
#553940
(85,57,64)
#442E35
(68,46,53)
#33232A
(51,35,42)
#22181F
(34,24,31)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #BB7B82

#BB7B82
(187,123,130)
#C1878D
(193,135,141)
#C79398
(199,147,152)
#CD9FA3
(205,159,163)
#D3ABAE
(211,171,174)
#D9B7B9
(217,183,185)
#DFC3C4
(223,195,196)
#E5CFCF
(229,207,207)
#EBDBDA
(235,219,218)
#F1E7E5
(241,231,229)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7B82 color. Also use rgb(187,123,130) instead hex code.

Text Font Color

.myTextColor { color: #BB7B82; }

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

This text font color is #BB7B82.


Background Color

.myBgColor { background-color: #BB7B82; }

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

This div background color is #BB7B82.


Border color

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

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

This div border color is #BB7B82.


Opacity

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

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

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

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

This text has shadow with #BB7B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7B82 on black background.


Color preview on white background

This text has color #BB7B82 on white background.



Black color preview on #BB7B82 background

This text has black color on #BB7B82 background.


White color preview on #BB7B82 background

This text has white color on #BB7B82 background.