COLOR #BB6070

HEX: #BB6070
RGB: (187,96,112)

Color info

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

RGB color model

#BB6070 color RGB value is (187,96,112).

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

RGB channels and saturation

R 187 of 255 = 73%
G 96 of 255 = 38%
B 112 of 255 = 44%

187
96
112

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

Portions of RGB colors in percentages

R + G + B =
187 + 96 + 112 = 395 (100%)
R 187 of 395 ~ 47.34%
G 96 of 395 ~ 24.3%
B 112 of 395 ~ 28.35%

%47.34
%24.3
%28.35

CMYK color model

#BB6070 color CMYK value is (0,49,40,27).

  • cyan value is 0.00%
  • magenta value is 48.66%
  • yellow value is 40.11%
  • key color value is 26.67%
CMYK:
(0,49,40,27)
C0M49Y40K27 
(0%,49%,40%,27%)
(0.00/0.49/0.40/0.27)	

CMYK percentages

%0
%48.66
%40.11
%26.67

Codes

Color #BB6070 in popluar color models

BB6070
RGB18796112
HSL349°40.09%55.49%
HSB/HSV349°48.66%73.33%
CMYK0.00%48.66%40.11%
26.67%

Color #BB6070 in popluar number systems.

HEXBB6070
Decimal18796112
Binary1011101111000001110000
Octal273140160

Shades and tints

Shades of #BB6070

#BB6070
(187,96,112)
#AA5866
(170,88,102)
#99505C
(153,80,92)
#884852
(136,72,82)
#774048
(119,64,72)
#66383E
(102,56,62)
#553034
(85,48,52)
#44282A
(68,40,42)
#332020
(51,32,32)
#221816
(34,24,22)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #BB6070

#BB6070
(187,96,112)
#C16E7D
(193,110,125)
#C77C8A
(199,124,138)
#CD8A97
(205,138,151)
#D398A4
(211,152,164)
#D9A6B1
(217,166,177)
#DFB4BE
(223,180,190)
#E5C2CB
(229,194,203)
#EBD0D8
(235,208,216)
#F1DEE5
(241,222,229)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB6070; }

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

This text font color is #BB6070.


Background Color

.myBgColor { background-color: #BB6070; }

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

This div background color is #BB6070.


Border color

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

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

This div border color is #BB6070.


Opacity

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

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

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

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

This text has shadow with #BB6070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6070 on black background.


Color preview on white background

This text has color #BB6070 on white background.



Black color preview on #BB6070 background

This text has black color on #BB6070 background.


White color preview on #BB6070 background

This text has white color on #BB6070 background.