COLOR #BB5762

HEX: #BB5762
RGB: (187,87,98)

Color info

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

RGB color model

#BB5762 color RGB value is (187,87,98).

  • red value is 187;
  • green value is 87;
  • blue value is 98.
RGB:
(187,87,98)
(73%,34%,38%)

RGB channels and saturation

R 187 of 255 = 73%
G 87 of 255 = 34%
B 98 of 255 = 38%

187
87
98

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

Portions of RGB colors in percentages

R + G + B =
187 + 87 + 98 = 372 (100%)
R 187 of 372 ~ 50.27%
G 87 of 372 ~ 23.39%
B 98 of 372 ~ 26.34%

%50.27
%23.39
%26.34

CMYK color model

#BB5762 color CMYK value is (0,53,48,27).

  • cyan value is 0.00%
  • magenta value is 53.48%
  • yellow value is 47.59%
  • key color value is 26.67%
CMYK:
(0,53,48,27)
C0M53Y48K27 
(0%,53%,48%,27%)
(0.00/0.53/0.48/0.27)	

CMYK percentages

%0
%53.48
%47.59
%26.67

Codes

Color #BB5762 in popluar color models

BB5762
RGB1878798
HSL353°42.37%53.73%
HSB/HSV353°53.48%73.33%
CMYK0.00%53.48%47.59%
26.67%

Color #BB5762 in popluar number systems.

HEXBB5762
Decimal1878798
Binary1011101110101111100010
Octal273127142

Shades and tints

Shades of #BB5762

#BB5762
(187,87,98)
#AA505A
(170,80,90)
#994952
(153,73,82)
#88424A
(136,66,74)
#773B42
(119,59,66)
#66343A
(102,52,58)
#552D32
(85,45,50)
#44262A
(68,38,42)
#331F22
(51,31,34)
#22181A
(34,24,26)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #BB5762

#BB5762
(187,87,98)
#C16670
(193,102,112)
#C7757E
(199,117,126)
#CD848C
(205,132,140)
#D3939A
(211,147,154)
#D9A2A8
(217,162,168)
#DFB1B6
(223,177,182)
#E5C0C4
(229,192,196)
#EBCFD2
(235,207,210)
#F1DEE0
(241,222,224)
#F7EDEE
(247,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5762 color. Also use rgb(187,87,98) instead hex code.

Text Font Color

.myTextColor { color: #BB5762; }

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

This text font color is #BB5762.


Background Color

.myBgColor { background-color: #BB5762; }

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

This div background color is #BB5762.


Border color

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

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

This div border color is #BB5762.


Opacity

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

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

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

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

This text has shadow with #BB5762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5762 on black background.


Color preview on white background

This text has color #BB5762 on white background.



Black color preview on #BB5762 background

This text has black color on #BB5762 background.


White color preview on #BB5762 background

This text has white color on #BB5762 background.