COLOR #BB6685

HEX: #BB6685 RGB: (187,102,133)

Color info

#BB6685 contains mainly red and blue colors. Web safe color of #BB6685 is #CC6699 (or #C69).

RGB color model

#BB6685 color RGB value is (187,102,133).

RGB: (187,102,133) (73%, 40%, 52%)

RGB channels and saturation

R 187 of 255 = 73%
G 102 of 255 = 40%
B 133 of 255 = 52%

187
102
133

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

Portions of RGB colors in percentages

R + G + B = 187 + 102 + 133 = 422 (100%)
R 187 of 422 ~ 44.31%
G 102 of 422 ~ 24.17%
B 133 of 422 ~ 31.52'%

%44.31
%24.17
%31.52

CMYK color model

#BB6685 color CMYK value is (0,45,29,27).

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

CMYK: (0,45,29,27)
C0M45Y29K27 (0%, 45%, 29%, 27%)
(0.00 / 0.45 / 0.29 / 0.27)

CMYK percentages

%0
%45.45
%28.88
%26.67

Codes

Color #BB6685 in popluar color models

BB 66 85
RGB 187 102 133
HSL 338° 38.46% 56.67%
HSB/HSV 338° 45.45% 73.33%
CMYK 0.00% 45.45% 28.88%
26.67%

Color #BB6685 in popluar number systems.

HEX BB 66 85
Decimal 187 102 133
Binary 10111011 1100110 10000101
Octal 273 146 205

Shades and tints

Shades of #BB6685

#BB6685
(187,102,133)
#AA5D79
(170,93,121)
#99546D
(153,84,109)
#884B61
(136,75,97)
#774255
(119,66,85)
#663949
(102,57,73)
#55303D
(85,48,61)
#442731
(68,39,49)
#331E25
(51,30,37)
#221519
(34,21,25)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #BB6685

#BB6685
(187,102,133)
#C17390
(193,115,144)
#C7809B
(199,128,155)
#CD8DA6
(205,141,166)
#D39AB1
(211,154,177)
#D9A7BC
(217,167,188)
#DFB4C7
(223,180,199)
#E5C1D2
(229,193,210)
#EBCEDD
(235,206,221)
#F1DBE8
(241,219,232)
#F7E8F3
(247,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB6685; }

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

This text font color is #BB6685.

Background Color

.myBgColor { background-color: #BB6685; }

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

This div background color is #BB6685.

Border color

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

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

This div border color is #BB6685.

Opacity

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

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

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

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

This text has shadow with #BB6685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB6685.

Preview

Color preview on black background

This text has color #BB6685 on black background.


Color preview on white background

This text has color #BB6685 on white background.


Black color preview on #BB6685 background

This text has black color on #BB6685 background.


White color preview on #BB6685 background

This text has white color on #BB6685 background.


Related colors

Complementary color

Complementary color for #hex is #44997A.


I love getcolorcode.com

Triadic colors

1 #85BB66 and #6685BB with #BB6685 are triadic colors.

2 #8566BB and #66BB85 with #BB6685 are triadic colors.