COLOR #BB757E

HEX: #BB757E
RGB: (187,117,126)

Color info

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

RGB color model

#BB757E color RGB value is (187,117,126).

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

RGB channels and saturation

R 187 of 255 = 73%
G 117 of 255 = 46%
B 126 of 255 = 49%

187
117
126

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

Portions of RGB colors in percentages

R + G + B =
187 + 117 + 126 = 430 (100%)
R 187 of 430 ~ 43.49%
G 117 of 430 ~ 27.21%
B 126 of 430 ~ 29.3%

%43.49
%27.21
%29.3

CMYK color model

#BB757E color CMYK value is (0,37,33,27).

  • cyan value is 0.00%
  • magenta value is 37.43%
  • yellow value is 32.62%
  • key color value is 26.67%
CMYK:
(0,37,33,27)
C0M37Y33K27 
(0%,37%,33%,27%)
(0.00/0.37/0.33/0.27)	

CMYK percentages

%0
%37.43
%32.62
%26.67

Codes

Color #BB757E in popluar color models

BB757E
RGB187117126
HSL352°33.98%59.61%
HSB/HSV352°37.43%73.33%
CMYK0.00%37.43%32.62%
26.67%

Color #BB757E in popluar number systems.

HEXBB757E
Decimal187117126
Binary1011101111101011111110
Octal273165176

Shades and tints

Shades of #BB757E

#BB757E
(187,117,126)
#AA6B73
(170,107,115)
#996168
(153,97,104)
#88575D
(136,87,93)
#774D52
(119,77,82)
#664347
(102,67,71)
#55393C
(85,57,60)
#442F31
(68,47,49)
#332526
(51,37,38)
#221B1B
(34,27,27)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #BB757E

#BB757E
(187,117,126)
#C18189
(193,129,137)
#C78D94
(199,141,148)
#CD999F
(205,153,159)
#D3A5AA
(211,165,170)
#D9B1B5
(217,177,181)
#DFBDC0
(223,189,192)
#E5C9CB
(229,201,203)
#EBD5D6
(235,213,214)
#F1E1E1
(241,225,225)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB757E; }

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

This text font color is #BB757E.


Background Color

.myBgColor { background-color: #BB757E; }

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

This div background color is #BB757E.


Border color

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

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

This div border color is #BB757E.


Opacity

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

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

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

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

This text has shadow with #BB757E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB757E on black background.


Color preview on white background

This text has color #BB757E on white background.



Black color preview on #BB757E background

This text has black color on #BB757E background.


White color preview on #BB757E background

This text has white color on #BB757E background.