COLOR #BB697F

HEX: #BB697F
RGB: (187,105,127)

Color info

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

RGB color model

#BB697F color RGB value is (187,105,127).

  • red value is 187;
  • green value is 105;
  • blue value is 127.
RGB:
(187,105,127)
(73%,41%,50%)

RGB channels and saturation

R 187 of 255 = 73%
G 105 of 255 = 41%
B 127 of 255 = 50%

187
105
127

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

Portions of RGB colors in percentages

R + G + B =
187 + 105 + 127 = 419 (100%)
R 187 of 419 ~ 44.63%
G 105 of 419 ~ 25.06%
B 127 of 419 ~ 30.31%

%44.63
%25.06
%30.31

CMYK color model

#BB697F color CMYK value is (0,44,32,27).

  • cyan value is 0.00%
  • magenta value is 43.85%
  • yellow value is 32.09%
  • key color value is 26.67%
CMYK:
(0,44,32,27)
C0M44Y32K27 
(0%,44%,32%,27%)
(0.00/0.44/0.32/0.27)	

CMYK percentages

%0
%43.85
%32.09
%26.67

Codes

Color #BB697F in popluar color models

BB697F
RGB187105127
HSL344°37.61%57.25%
HSB/HSV344°43.85%73.33%
CMYK0.00%43.85%32.09%
26.67%

Color #BB697F in popluar number systems.

HEXBB697F
Decimal187105127
Binary1011101111010011111111
Octal273151177

Shades and tints

Shades of #BB697F

#BB697F
(187,105,127)
#AA6074
(170,96,116)
#995769
(153,87,105)
#884E5E
(136,78,94)
#774553
(119,69,83)
#663C48
(102,60,72)
#55333D
(85,51,61)
#442A32
(68,42,50)
#332127
(51,33,39)
#22181C
(34,24,28)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #BB697F

#BB697F
(187,105,127)
#C1768A
(193,118,138)
#C78395
(199,131,149)
#CD90A0
(205,144,160)
#D39DAB
(211,157,171)
#D9AAB6
(217,170,182)
#DFB7C1
(223,183,193)
#E5C4CC
(229,196,204)
#EBD1D7
(235,209,215)
#F1DEE2
(241,222,226)
#F7EBED
(247,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB697F color. Also use rgb(187,105,127) instead hex code.

Text Font Color

.myTextColor { color: #BB697F; }

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

This text font color is #BB697F.


Background Color

.myBgColor { background-color: #BB697F; }

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

This div background color is #BB697F.


Border color

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

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

This div border color is #BB697F.


Opacity

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

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

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

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

This text has shadow with #BB697F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB697F on black background.


Color preview on white background

This text has color #BB697F on white background.



Black color preview on #BB697F background

This text has black color on #BB697F background.


White color preview on #BB697F background

This text has white color on #BB697F background.