COLOR #BB5B79

HEX: #BB5B79
RGB: (187,91,121)

Color info

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

RGB color model

#BB5B79 color RGB value is (187,91,121).

  • red value is 187;
  • green value is 91;
  • blue value is 121.
RGB:
(187,91,121)
(73%,36%,47%)

RGB channels and saturation

R 187 of 255 = 73%
G 91 of 255 = 36%
B 121 of 255 = 47%

187
91
121

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

Portions of RGB colors in percentages

R + G + B =
187 + 91 + 121 = 399 (100%)
R 187 of 399 ~ 46.87%
G 91 of 399 ~ 22.81%
B 121 of 399 ~ 30.33%

%46.87
%22.81
%30.33

CMYK color model

#BB5B79 color CMYK value is (0,51,35,27).

  • cyan value is 0.00%
  • magenta value is 51.34%
  • yellow value is 35.29%
  • key color value is 26.67%
CMYK:
(0,51,35,27)
C0M51Y35K27 
(0%,51%,35%,27%)
(0.00/0.51/0.35/0.27)	

CMYK percentages

%0
%51.34
%35.29
%26.67

Codes

Color #BB5B79 in popluar color models

BB5B79
RGB18791121
HSL341°41.38%54.51%
HSB/HSV341°51.34%73.33%
CMYK0.00%51.34%35.29%
26.67%

Color #BB5B79 in popluar number systems.

HEXBB5B79
Decimal18791121
Binary1011101110110111111001
Octal273133171

Shades and tints

Shades of #BB5B79

#BB5B79
(187,91,121)
#AA536E
(170,83,110)
#994B63
(153,75,99)
#884358
(136,67,88)
#773B4D
(119,59,77)
#663342
(102,51,66)
#552B37
(85,43,55)
#44232C
(68,35,44)
#331B21
(51,27,33)
#221316
(34,19,22)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #BB5B79

#BB5B79
(187,91,121)
#C16985
(193,105,133)
#C77791
(199,119,145)
#CD859D
(205,133,157)
#D393A9
(211,147,169)
#D9A1B5
(217,161,181)
#DFAFC1
(223,175,193)
#E5BDCD
(229,189,205)
#EBCBD9
(235,203,217)
#F1D9E5
(241,217,229)
#F7E7F1
(247,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5B79 color. Also use rgb(187,91,121) instead hex code.

Text Font Color

.myTextColor { color: #BB5B79; }

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

This text font color is #BB5B79.


Background Color

.myBgColor { background-color: #BB5B79; }

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

This div background color is #BB5B79.


Border color

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

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

This div border color is #BB5B79.


Opacity

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

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

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

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

This text has shadow with #BB5B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5B79 on black background.


Color preview on white background

This text has color #BB5B79 on white background.



Black color preview on #BB5B79 background

This text has black color on #BB5B79 background.


White color preview on #BB5B79 background

This text has white color on #BB5B79 background.