COLOR #BB6E6F

HEX: #BB6E6F
RGB: (187,110,111)

Color info

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

RGB color model

#BB6E6F color RGB value is (187,110,111).

  • red value is 187;
  • green value is 110;
  • blue value is 111.
RGB:
(187,110,111)
(73%,43%,44%)

RGB channels and saturation

R 187 of 255 = 73%
G 110 of 255 = 43%
B 111 of 255 = 44%

187
110
111

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

Portions of RGB colors in percentages

R + G + B =
187 + 110 + 111 = 408 (100%)
R 187 of 408 ~ 45.83%
G 110 of 408 ~ 26.96%
B 111 of 408 ~ 27.21%

%45.83
%26.96
%27.21

CMYK color model

#BB6E6F color CMYK value is (0,41,41,27).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 40.64%
  • key color value is 26.67%
CMYK:
(0,41,41,27)
C0M41Y41K27 
(0%,41%,41%,27%)
(0.00/0.41/0.41/0.27)	

CMYK percentages

%0
%41.18
%40.64
%26.67

Codes

Color #BB6E6F in popluar color models

BB6E6F
RGB187110111
HSL359°36.15%58.24%
HSB/HSV359°41.18%73.33%
CMYK0.00%41.18%40.64%
26.67%

Color #BB6E6F in popluar number systems.

HEXBB6E6F
Decimal187110111
Binary1011101111011101101111
Octal273156157

Shades and tints

Shades of #BB6E6F

#BB6E6F
(187,110,111)
#AA6465
(170,100,101)
#995A5B
(153,90,91)
#885051
(136,80,81)
#774647
(119,70,71)
#663C3D
(102,60,61)
#553233
(85,50,51)
#442829
(68,40,41)
#331E1F
(51,30,31)
#221415
(34,20,21)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #BB6E6F

#BB6E6F
(187,110,111)
#C17B7C
(193,123,124)
#C78889
(199,136,137)
#CD9596
(205,149,150)
#D3A2A3
(211,162,163)
#D9AFB0
(217,175,176)
#DFBCBD
(223,188,189)
#E5C9CA
(229,201,202)
#EBD6D7
(235,214,215)
#F1E3E4
(241,227,228)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6E6F color. Also use rgb(187,110,111) instead hex code.

Text Font Color

.myTextColor { color: #BB6E6F; }

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

This text font color is #BB6E6F.


Background Color

.myBgColor { background-color: #BB6E6F; }

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

This div background color is #BB6E6F.


Border color

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

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

This div border color is #BB6E6F.


Opacity

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

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

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

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

This text has shadow with #BB6E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6E6F on black background.


Color preview on white background

This text has color #BB6E6F on white background.



Black color preview on #BB6E6F background

This text has black color on #BB6E6F background.


White color preview on #BB6E6F background

This text has white color on #BB6E6F background.