COLOR #BB6670

HEX: #BB6670
RGB: (187,102,112)

Color info

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

RGB color model

#BB6670 color RGB value is (187,102,112).

  • red value is 187;
  • green value is 102;
  • blue value is 112.
RGB:
(187,102,112)
(73%,40%,44%)

RGB channels and saturation

R 187 of 255 = 73%
G 102 of 255 = 40%
B 112 of 255 = 44%

187
102
112

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

Portions of RGB colors in percentages

R + G + B =
187 + 102 + 112 = 401 (100%)
R 187 of 401 ~ 46.63%
G 102 of 401 ~ 25.44%
B 112 of 401 ~ 27.93%

%46.63
%25.44
%27.93

CMYK color model

#BB6670 color CMYK value is (0,45,40,27).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 40.11%
  • key color value is 26.67%
CMYK:
(0,45,40,27)
C0M45Y40K27 
(0%,45%,40%,27%)
(0.00/0.45/0.40/0.27)	

CMYK percentages

%0
%45.45
%40.11
%26.67

Codes

Color #BB6670 in popluar color models

BB6670
RGB187102112
HSL353°38.46%56.67%
HSB/HSV353°45.45%73.33%
CMYK0.00%45.45%40.11%
26.67%

Color #BB6670 in popluar number systems.

HEXBB6670
Decimal187102112
Binary1011101111001101110000
Octal273146160

Shades and tints

Shades of #BB6670

#BB6670
(187,102,112)
#AA5D66
(170,93,102)
#99545C
(153,84,92)
#884B52
(136,75,82)
#774248
(119,66,72)
#66393E
(102,57,62)
#553034
(85,48,52)
#44272A
(68,39,42)
#331E20
(51,30,32)
#221516
(34,21,22)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #BB6670

#BB6670
(187,102,112)
#C1737D
(193,115,125)
#C7808A
(199,128,138)
#CD8D97
(205,141,151)
#D39AA4
(211,154,164)
#D9A7B1
(217,167,177)
#DFB4BE
(223,180,190)
#E5C1CB
(229,193,203)
#EBCED8
(235,206,216)
#F1DBE5
(241,219,229)
#F7E8F2
(247,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6670 color. Also use rgb(187,102,112) instead hex code.

Text Font Color

.myTextColor { color: #BB6670; }

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

This text font color is #BB6670.


Background Color

.myBgColor { background-color: #BB6670; }

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

This div background color is #BB6670.


Border color

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

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

This div border color is #BB6670.


Opacity

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

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

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

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

This text has shadow with #BB6670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6670 on black background.


Color preview on white background

This text has color #BB6670 on white background.



Black color preview on #BB6670 background

This text has black color on #BB6670 background.


White color preview on #BB6670 background

This text has white color on #BB6670 background.