COLOR #BB6C7B

HEX: #BB6C7B
RGB: (187,108,123)

Color info

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

RGB color model

#BB6C7B color RGB value is (187,108,123).

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

RGB channels and saturation

R 187 of 255 = 73%
G 108 of 255 = 42%
B 123 of 255 = 48%

187
108
123

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

Portions of RGB colors in percentages

R + G + B =
187 + 108 + 123 = 418 (100%)
R 187 of 418 ~ 44.74%
G 108 of 418 ~ 25.84%
B 123 of 418 ~ 29.43%

%44.74
%25.84
%29.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 34.22%
  • 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
%42.25
%34.22
%26.67

Codes

Color #BB6C7B in popluar color models

BB6C7B
RGB187108123
HSL349°36.74%57.84%
HSB/HSV349°42.25%73.33%
CMYK0.00%42.25%34.22%
26.67%

Color #BB6C7B in popluar number systems.

HEXBB6C7B
Decimal187108123
Binary1011101111011001111011
Octal273154173

Shades and tints

Shades of #BB6C7B

#BB6C7B
(187,108,123)
#AA6370
(170,99,112)
#995A65
(153,90,101)
#88515A
(136,81,90)
#77484F
(119,72,79)
#663F44
(102,63,68)
#553639
(85,54,57)
#442D2E
(68,45,46)
#332423
(51,36,35)
#221B18
(34,27,24)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #BB6C7B

#BB6C7B
(187,108,123)
#C17987
(193,121,135)
#C78693
(199,134,147)
#CD939F
(205,147,159)
#D3A0AB
(211,160,171)
#D9ADB7
(217,173,183)
#DFBAC3
(223,186,195)
#E5C7CF
(229,199,207)
#EBD4DB
(235,212,219)
#F1E1E7
(241,225,231)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB6C7B; }

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

This text font color is #BB6C7B.


Background Color

.myBgColor { background-color: #BB6C7B; }

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

This div background color is #BB6C7B.


Border color

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

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

This div border color is #BB6C7B.


Opacity

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

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

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

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

This text has shadow with #BB6C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6C7B on black background.


Color preview on white background

This text has color #BB6C7B on white background.



Black color preview on #BB6C7B background

This text has black color on #BB6C7B background.


White color preview on #BB6C7B background

This text has white color on #BB6C7B background.