COLOR #BB6673

HEX: #BB6673 RGB: (187,102,115)

Color info

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

RGB color model

#BB6673 color RGB value is (187,102,115).

RGB: (187,102,115) (73%, 40%, 45%)

RGB channels and saturation

R 187 of 255 = 73%
G 102 of 255 = 40%
B 115 of 255 = 45%

187
102
115

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

Portions of RGB colors in percentages

R + G + B = 187 + 102 + 115 = 404 (100%)
R 187 of 404 ~ 46.29%
G 102 of 404 ~ 25.25%
B 115 of 404 ~ 28.47'%

%46.29
%25.25
%28.47

CMYK color model

#BB6673 color CMYK value is (0,45,39,27).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 38.50%
  • key color value is 26.67%

CMYK: (0,45,39,27)
C0M45Y39K27 (0%, 45%, 39%, 27%)
(0.00 / 0.45 / 0.39 / 0.27)

CMYK percentages

%0
%45.45
%38.5
%26.67

Codes

Color #BB6673 in popluar color models

BB 66 73
RGB 187 102 115
HSL 351° 38.46% 56.67%
HSB/HSV 351° 45.45% 73.33%
CMYK 0.00% 45.45% 38.50%
26.67%

Color #BB6673 in popluar number systems.

HEX BB 66 73
Decimal 187 102 115
Binary 10111011 1100110 1110011
Octal 273 146 163

Shades and tints

Shades of #BB6673

#BB6673
(187,102,115)
#AA5D69
(170,93,105)
#99545F
(153,84,95)
#884B55
(136,75,85)
#77424B
(119,66,75)
#663941
(102,57,65)
#553037
(85,48,55)
#44272D
(68,39,45)
#331E23
(51,30,35)
#221519
(34,21,25)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #BB6673

#BB6673
(187,102,115)
#C1737F
(193,115,127)
#C7808B
(199,128,139)
#CD8D97
(205,141,151)
#D39AA3
(211,154,163)
#D9A7AF
(217,167,175)
#DFB4BB
(223,180,187)
#E5C1C7
(229,193,199)
#EBCED3
(235,206,211)
#F1DBDF
(241,219,223)
#F7E8EB
(247,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6673 color. Also use rgb(187,102,115) instead hex code.

Text Font Color

.myTextColor { color: #BB6673; }

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

This text font color is #BB6673.

Background Color

.myBgColor { background-color: #BB6673; }

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

This div background color is #BB6673.

Border color

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

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

This div border color is #BB6673.

Opacity

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

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

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

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

This text has shadow with #BB6673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB6673.

Preview

Color preview on black background

This text has color #BB6673 on black background.


Color preview on white background

This text has color #BB6673 on white background.


Black color preview on #BB6673 background

This text has black color on #BB6673 background.


White color preview on #BB6673 background

This text has white color on #BB6673 background.


Related colors

Complementary color

Complementary color for #hex is #44998C.


I love getcolorcode.com

Triadic colors

1 #73BB66 and #6673BB with #BB6673 are triadic colors.

2 #7366BB and #66BB73 with #BB6673 are triadic colors.