COLOR #BB657E

HEX: #BB657E
RGB: (187,101,126)

Color info

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

RGB color model

#BB657E color RGB value is (187,101,126).

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

RGB channels and saturation

R 187 of 255 = 73%
G 101 of 255 = 40%
B 126 of 255 = 49%

187
101
126

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

Portions of RGB colors in percentages

R + G + B =
187 + 101 + 126 = 414 (100%)
R 187 of 414 ~ 45.17%
G 101 of 414 ~ 24.4%
B 126 of 414 ~ 30.43%

%45.17
%24.4
%30.43

CMYK color model

#BB657E color CMYK value is (0,46,33,27).

  • cyan value is 0.00%
  • magenta value is 45.99%
  • yellow value is 32.62%
  • key color value is 26.67%
CMYK:
(0,46,33,27)
C0M46Y33K27 
(0%,46%,33%,27%)
(0.00/0.46/0.33/0.27)	

CMYK percentages

%0
%45.99
%32.62
%26.67

Codes

Color #BB657E in popluar color models

BB657E
RGB187101126
HSL343°38.74%56.47%
HSB/HSV343°45.99%73.33%
CMYK0.00%45.99%32.62%
26.67%

Color #BB657E in popluar number systems.

HEXBB657E
Decimal187101126
Binary1011101111001011111110
Octal273145176

Shades and tints

Shades of #BB657E

#BB657E
(187,101,126)
#AA5C73
(170,92,115)
#995368
(153,83,104)
#884A5D
(136,74,93)
#774152
(119,65,82)
#663847
(102,56,71)
#552F3C
(85,47,60)
#442631
(68,38,49)
#331D26
(51,29,38)
#22141B
(34,20,27)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #BB657E

#BB657E
(187,101,126)
#C17389
(193,115,137)
#C78194
(199,129,148)
#CD8F9F
(205,143,159)
#D39DAA
(211,157,170)
#D9ABB5
(217,171,181)
#DFB9C0
(223,185,192)
#E5C7CB
(229,199,203)
#EBD5D6
(235,213,214)
#F1E3E1
(241,227,225)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB657E; }

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

This text font color is #BB657E.


Background Color

.myBgColor { background-color: #BB657E; }

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

This div background color is #BB657E.


Border color

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

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

This div border color is #BB657E.


Opacity

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

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

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

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

This text has shadow with #BB657E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB657E on black background.


Color preview on white background

This text has color #BB657E on white background.



Black color preview on #BB657E background

This text has black color on #BB657E background.


White color preview on #BB657E background

This text has white color on #BB657E background.