COLOR #BB747E

HEX: #BB747E
RGB: (187,116,126)

Color info

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

RGB color model

#BB747E color RGB value is (187,116,126).

  • red value is 187;
  • green value is 116;
  • blue value is 126.
RGB:
(187,116,126)
(73%,45%,49%)

RGB channels and saturation

R 187 of 255 = 73%
G 116 of 255 = 45%
B 126 of 255 = 49%

187
116
126

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

Portions of RGB colors in percentages

R + G + B =
187 + 116 + 126 = 429 (100%)
R 187 of 429 ~ 43.59%
G 116 of 429 ~ 27.04%
B 126 of 429 ~ 29.37%

%43.59
%27.04
%29.37

CMYK color model

#BB747E color CMYK value is (0,38,33,27).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 32.62%
  • key color value is 26.67%
CMYK:
(0,38,33,27)
C0M38Y33K27 
(0%,38%,33%,27%)
(0.00/0.38/0.33/0.27)	

CMYK percentages

%0
%37.97
%32.62
%26.67

Codes

Color #BB747E in popluar color models

BB747E
RGB187116126
HSL352°34.30%59.41%
HSB/HSV352°37.97%73.33%
CMYK0.00%37.97%32.62%
26.67%

Color #BB747E in popluar number systems.

HEXBB747E
Decimal187116126
Binary1011101111101001111110
Octal273164176

Shades and tints

Shades of #BB747E

#BB747E
(187,116,126)
#AA6A73
(170,106,115)
#996068
(153,96,104)
#88565D
(136,86,93)
#774C52
(119,76,82)
#664247
(102,66,71)
#55383C
(85,56,60)
#442E31
(68,46,49)
#332426
(51,36,38)
#221A1B
(34,26,27)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #BB747E

#BB747E
(187,116,126)
#C18089
(193,128,137)
#C78C94
(199,140,148)
#CD989F
(205,152,159)
#D3A4AA
(211,164,170)
#D9B0B5
(217,176,181)
#DFBCC0
(223,188,192)
#E5C8CB
(229,200,203)
#EBD4D6
(235,212,214)
#F1E0E1
(241,224,225)
#F7ECEC
(247,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB747E color. Also use rgb(187,116,126) instead hex code.

Text Font Color

.myTextColor { color: #BB747E; }

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

This text font color is #BB747E.


Background Color

.myBgColor { background-color: #BB747E; }

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

This div background color is #BB747E.


Border color

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

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

This div border color is #BB747E.


Opacity

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

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

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

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

This text has shadow with #BB747E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB747E on black background.


Color preview on white background

This text has color #BB747E on white background.



Black color preview on #BB747E background

This text has black color on #BB747E background.


White color preview on #BB747E background

This text has white color on #BB747E background.