COLOR #BB6E60

HEX: #BB6E60
RGB: (187,110,96)

Color info

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

RGB color model

#BB6E60 color RGB value is (187,110,96).

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

RGB channels and saturation

R 187 of 255 = 73%
G 110 of 255 = 43%
B 96 of 255 = 38%

187
110
96

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

Portions of RGB colors in percentages

R + G + B =
187 + 110 + 96 = 393 (100%)
R 187 of 393 ~ 47.58%
G 110 of 393 ~ 27.99%
B 96 of 393 ~ 24.43%

%47.58
%27.99
%24.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 48.66%
  • key color value is 26.67%
CMYK:
(0,41,49,27)
C0M41Y49K27 
(0%,41%,49%,27%)
(0.00/0.41/0.49/0.27)	

CMYK percentages

%0
%41.18
%48.66
%26.67

Codes

Color #BB6E60 in popluar color models

BB6E60
RGB18711096
HSL40.09%55.49%
HSB/HSV48.66%73.33%
CMYK0.00%41.18%48.66%
26.67%

Color #BB6E60 in popluar number systems.

HEXBB6E60
Decimal18711096
Binary1011101111011101100000
Octal273156140

Shades and tints

Shades of #BB6E60

#BB6E60
(187,110,96)
#AA6458
(170,100,88)
#995A50
(153,90,80)
#885048
(136,80,72)
#774640
(119,70,64)
#663C38
(102,60,56)
#553230
(85,50,48)
#442828
(68,40,40)
#331E20
(51,30,32)
#221418
(34,20,24)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #BB6E60

#BB6E60
(187,110,96)
#C17B6E
(193,123,110)
#C7887C
(199,136,124)
#CD958A
(205,149,138)
#D3A298
(211,162,152)
#D9AFA6
(217,175,166)
#DFBCB4
(223,188,180)
#E5C9C2
(229,201,194)
#EBD6D0
(235,214,208)
#F1E3DE
(241,227,222)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB6E60; }

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

This text font color is #BB6E60.


Background Color

.myBgColor { background-color: #BB6E60; }

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

This div background color is #BB6E60.


Border color

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

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

This div border color is #BB6E60.


Opacity

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

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

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

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

This text has shadow with #BB6E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6E60 on black background.


Color preview on white background

This text has color #BB6E60 on white background.



Black color preview on #BB6E60 background

This text has black color on #BB6E60 background.


White color preview on #BB6E60 background

This text has white color on #BB6E60 background.