COLOR #BB7E7C

HEX: #BB7E7C
RGB: (187,126,124)

Color info

#BB7E7C contains mainly red color. Web safe color of #BB7E7C is #CC6666 (or #C66).

RGB color model

#BB7E7C color RGB value is (187,126,124).

  • red value is 187;
  • green value is 126;
  • blue value is 124.
RGB:
(187,126,124)
(73%,49%,49%)

RGB channels and saturation

R 187 of 255 = 73%
G 126 of 255 = 49%
B 124 of 255 = 49%

187
126
124

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

Portions of RGB colors in percentages

R + G + B =
187 + 126 + 124 = 437 (100%)
R 187 of 437 ~ 42.79%
G 126 of 437 ~ 28.83%
B 124 of 437 ~ 28.38%

%42.79
%28.83
%28.38

CMYK color model

#BB7E7C color CMYK value is (0,33,34,27).

  • cyan value is 0.00%
  • magenta value is 32.62%
  • yellow value is 33.69%
  • key color value is 26.67%
CMYK:
(0,33,34,27)
C0M33Y34K27 
(0%,33%,34%,27%)
(0.00/0.33/0.34/0.27)	

CMYK percentages

%0
%32.62
%33.69
%26.67

Codes

Color #BB7E7C in popluar color models

BB7E7C
RGB187126124
HSL31.66%60.98%
HSB/HSV33.69%73.33%
CMYK0.00%32.62%33.69%
26.67%

Color #BB7E7C in popluar number systems.

HEXBB7E7C
Decimal187126124
Binary1011101111111101111100
Octal273176174

Shades and tints

Shades of #BB7E7C

#BB7E7C
(187,126,124)
#AA7371
(170,115,113)
#996866
(153,104,102)
#885D5B
(136,93,91)
#775250
(119,82,80)
#664745
(102,71,69)
#553C3A
(85,60,58)
#44312F
(68,49,47)
#332624
(51,38,36)
#221B19
(34,27,25)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #BB7E7C

#BB7E7C
(187,126,124)
#C18987
(193,137,135)
#C79492
(199,148,146)
#CD9F9D
(205,159,157)
#D3AAA8
(211,170,168)
#D9B5B3
(217,181,179)
#DFC0BE
(223,192,190)
#E5CBC9
(229,203,201)
#EBD6D4
(235,214,212)
#F1E1DF
(241,225,223)
#F7ECEA
(247,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7E7C color. Also use rgb(187,126,124) instead hex code.

Text Font Color

.myTextColor { color: #BB7E7C; }

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

This text font color is #BB7E7C.


Background Color

.myBgColor { background-color: #BB7E7C; }

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

This div background color is #BB7E7C.


Border color

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

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

This div border color is #BB7E7C.


Opacity

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

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

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

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

This text has shadow with #BB7E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7E7C on black background.


Color preview on white background

This text has color #BB7E7C on white background.



Black color preview on #BB7E7C background

This text has black color on #BB7E7C background.


White color preview on #BB7E7C background

This text has white color on #BB7E7C background.