COLOR #BB6A70

HEX: #BB6A70
RGB: (187,106,112)

Color info

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

RGB color model

#BB6A70 color RGB value is (187,106,112).

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

RGB channels and saturation

R 187 of 255 = 73%
G 106 of 255 = 42%
B 112 of 255 = 44%

187
106
112

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

Portions of RGB colors in percentages

R + G + B =
187 + 106 + 112 = 405 (100%)
R 187 of 405 ~ 46.17%
G 106 of 405 ~ 26.17%
B 112 of 405 ~ 27.65%

%46.17
%26.17
%27.65

CMYK color model

#BB6A70 color CMYK value is (0,43,40,27).

  • cyan value is 0.00%
  • magenta value is 43.32%
  • yellow value is 40.11%
  • key color value is 26.67%
CMYK:
(0,43,40,27)
C0M43Y40K27 
(0%,43%,40%,27%)
(0.00/0.43/0.40/0.27)	

CMYK percentages

%0
%43.32
%40.11
%26.67

Codes

Color #BB6A70 in popluar color models

BB6A70
RGB187106112
HSL356°37.33%57.45%
HSB/HSV356°43.32%73.33%
CMYK0.00%43.32%40.11%
26.67%

Color #BB6A70 in popluar number systems.

HEXBB6A70
Decimal187106112
Binary1011101111010101110000
Octal273152160

Shades and tints

Shades of #BB6A70

#BB6A70
(187,106,112)
#AA6166
(170,97,102)
#99585C
(153,88,92)
#884F52
(136,79,82)
#774648
(119,70,72)
#663D3E
(102,61,62)
#553434
(85,52,52)
#442B2A
(68,43,42)
#332220
(51,34,32)
#221916
(34,25,22)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #BB6A70

#BB6A70
(187,106,112)
#C1777D
(193,119,125)
#C7848A
(199,132,138)
#CD9197
(205,145,151)
#D39EA4
(211,158,164)
#D9ABB1
(217,171,177)
#DFB8BE
(223,184,190)
#E5C5CB
(229,197,203)
#EBD2D8
(235,210,216)
#F1DFE5
(241,223,229)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB6A70; }

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

This text font color is #BB6A70.


Background Color

.myBgColor { background-color: #BB6A70; }

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

This div background color is #BB6A70.


Border color

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

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

This div border color is #BB6A70.


Opacity

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

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

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

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

This text has shadow with #BB6A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6A70 on black background.


Color preview on white background

This text has color #BB6A70 on white background.



Black color preview on #BB6A70 background

This text has black color on #BB6A70 background.


White color preview on #BB6A70 background

This text has white color on #BB6A70 background.