COLOR #BB6D7C

HEX: #BB6D7C
RGB: (187,109,124)

Color info

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

RGB color model

#BB6D7C color RGB value is (187,109,124).

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

RGB channels and saturation

R 187 of 255 = 73%
G 109 of 255 = 43%
B 124 of 255 = 49%

187
109
124

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

Portions of RGB colors in percentages

R + G + B =
187 + 109 + 124 = 420 (100%)
R 187 of 420 ~ 44.52%
G 109 of 420 ~ 25.95%
B 124 of 420 ~ 29.52%

%44.52
%25.95
%29.52

CMYK color model

#BB6D7C color CMYK value is (0,42,34,27).

  • cyan value is 0.00%
  • magenta value is 41.71%
  • yellow value is 33.69%
  • key color value is 26.67%
CMYK:
(0,42,34,27)
C0M42Y34K27 
(0%,42%,34%,27%)
(0.00/0.42/0.34/0.27)	

CMYK percentages

%0
%41.71
%33.69
%26.67

Codes

Color #BB6D7C in popluar color models

BB6D7C
RGB187109124
HSL348°36.45%58.04%
HSB/HSV348°41.71%73.33%
CMYK0.00%41.71%33.69%
26.67%

Color #BB6D7C in popluar number systems.

HEXBB6D7C
Decimal187109124
Binary1011101111011011111100
Octal273155174

Shades and tints

Shades of #BB6D7C

#BB6D7C
(187,109,124)
#AA6471
(170,100,113)
#995B66
(153,91,102)
#88525B
(136,82,91)
#774950
(119,73,80)
#664045
(102,64,69)
#55373A
(85,55,58)
#442E2F
(68,46,47)
#332524
(51,37,36)
#221C19
(34,28,25)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #BB6D7C

#BB6D7C
(187,109,124)
#C17A87
(193,122,135)
#C78792
(199,135,146)
#CD949D
(205,148,157)
#D3A1A8
(211,161,168)
#D9AEB3
(217,174,179)
#DFBBBE
(223,187,190)
#E5C8C9
(229,200,201)
#EBD5D4
(235,213,212)
#F1E2DF
(241,226,223)
#F7EFEA
(247,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB6D7C; }

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

This text font color is #BB6D7C.


Background Color

.myBgColor { background-color: #BB6D7C; }

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

This div background color is #BB6D7C.


Border color

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

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

This div border color is #BB6D7C.


Opacity

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

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

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

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

This text has shadow with #BB6D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6D7C on black background.


Color preview on white background

This text has color #BB6D7C on white background.



Black color preview on #BB6D7C background

This text has black color on #BB6D7C background.


White color preview on #BB6D7C background

This text has white color on #BB6D7C background.