COLOR #BB5F62

HEX: #BB5F62
RGB: (187,95,98)

Color info

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

RGB color model

#BB5F62 color RGB value is (187,95,98).

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

RGB channels and saturation

R 187 of 255 = 73%
G 95 of 255 = 37%
B 98 of 255 = 38%

187
95
98

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

Portions of RGB colors in percentages

R + G + B =
187 + 95 + 98 = 380 (100%)
R 187 of 380 ~ 49.21%
G 95 of 380 ~ 25%
B 98 of 380 ~ 25.79%

%49.21
%25
%25.79

CMYK color model

#BB5F62 color CMYK value is (0,49,48,27).

  • cyan value is 0.00%
  • magenta value is 49.20%
  • yellow value is 47.59%
  • key color value is 26.67%
CMYK:
(0,49,48,27)
C0M49Y48K27 
(0%,49%,48%,27%)
(0.00/0.49/0.48/0.27)	

CMYK percentages

%0
%49.2
%47.59
%26.67

Codes

Color #BB5F62 in popluar color models

BB5F62
RGB1879598
HSL358°40.35%55.29%
HSB/HSV358°49.20%73.33%
CMYK0.00%49.20%47.59%
26.67%

Color #BB5F62 in popluar number systems.

HEXBB5F62
Decimal1879598
Binary1011101110111111100010
Octal273137142

Shades and tints

Shades of #BB5F62

#BB5F62
(187,95,98)
#AA575A
(170,87,90)
#994F52
(153,79,82)
#88474A
(136,71,74)
#773F42
(119,63,66)
#66373A
(102,55,58)
#552F32
(85,47,50)
#44272A
(68,39,42)
#331F22
(51,31,34)
#22171A
(34,23,26)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #BB5F62

#BB5F62
(187,95,98)
#C16D70
(193,109,112)
#C77B7E
(199,123,126)
#CD898C
(205,137,140)
#D3979A
(211,151,154)
#D9A5A8
(217,165,168)
#DFB3B6
(223,179,182)
#E5C1C4
(229,193,196)
#EBCFD2
(235,207,210)
#F1DDE0
(241,221,224)
#F7EBEE
(247,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB5F62; }

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

This text font color is #BB5F62.


Background Color

.myBgColor { background-color: #BB5F62; }

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

This div background color is #BB5F62.


Border color

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

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

This div border color is #BB5F62.


Opacity

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

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

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

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

This text has shadow with #BB5F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5F62 on black background.


Color preview on white background

This text has color #BB5F62 on white background.



Black color preview on #BB5F62 background

This text has black color on #BB5F62 background.


White color preview on #BB5F62 background

This text has white color on #BB5F62 background.