COLOR #BB6F81

HEX: #BB6F81 RGB: (187,111,129)

Color info

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

RGB color model

#BB6F81 color RGB value is (187,111,129).

RGB: (187,111,129) (73%, 44%, 51%)

RGB channels and saturation

R 187 of 255 = 73%
G 111 of 255 = 44%
B 129 of 255 = 51%

187
111
129

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

Portions of RGB colors in percentages

R + G + B = 187 + 111 + 129 = 427 (100%)
R 187 of 427 ~ 43.79%
G 111 of 427 ~ 26%
B 129 of 427 ~ 30.21'%

%43.79
%26
%30.21

CMYK color model

#BB6F81 color CMYK value is (0,41,31,27).

  • cyan value is 0.00%
  • magenta value is 40.64%
  • yellow value is 31.02%
  • key color value is 26.67%

CMYK: (0,41,31,27)
C0M41Y31K27 (0%, 41%, 31%, 27%)
(0.00 / 0.41 / 0.31 / 0.27)

CMYK percentages

%0
%40.64
%31.02
%26.67

Codes

Color #BB6F81 in popluar color models

BB 6F 81
RGB 187 111 129
HSL 346° 35.85% 58.43%
HSB/HSV 346° 40.64% 73.33%
CMYK 0.00% 40.64% 31.02%
26.67%

Color #BB6F81 in popluar number systems.

HEX BB 6F 81
Decimal 187 111 129
Binary 10111011 1101111 10000001
Octal 273 157 201

Shades and tints

Shades of #BB6F81

#BB6F81
(187,111,129)
#AA6576
(170,101,118)
#995B6B
(153,91,107)
#885160
(136,81,96)
#774755
(119,71,85)
#663D4A
(102,61,74)
#55333F
(85,51,63)
#442934
(68,41,52)
#331F29
(51,31,41)
#22151E
(34,21,30)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #BB6F81

#BB6F81
(187,111,129)
#C17C8C
(193,124,140)
#C78997
(199,137,151)
#CD96A2
(205,150,162)
#D3A3AD
(211,163,173)
#D9B0B8
(217,176,184)
#DFBDC3
(223,189,195)
#E5CACE
(229,202,206)
#EBD7D9
(235,215,217)
#F1E4E4
(241,228,228)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6F81 color. Also use rgb(187,111,129) instead hex code.

Text Font Color

.myTextColor { color: #BB6F81; }

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

This text font color is #BB6F81.

Background Color

.myBgColor { background-color: #BB6F81; }

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

This div background color is #BB6F81.

Border color

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

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

This div border color is #BB6F81.

Opacity

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

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

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

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

This text has shadow with #BB6F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB6F81.

Preview

Color preview on black background

This text has color #BB6F81 on black background.


Color preview on white background

This text has color #BB6F81 on white background.


Black color preview on #BB6F81 background

This text has black color on #BB6F81 background.


White color preview on #BB6F81 background

This text has white color on #BB6F81 background.


Related colors

Complementary color

Complementary color for #hex is #44907E.


I love getcolorcode.com

Triadic colors

1 #81BB6F and #6F81BB with #BB6F81 are triadic colors.

2 #816FBB and #6FBB81 with #BB6F81 are triadic colors.