COLOR #BB5262

HEX: #BB5262 RGB: (187,82,98)

Color info

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

RGB color model

#BB5262 color RGB value is (187,82,98).

RGB: (187,82,98) (73%, 32%, 38%)

RGB channels and saturation

R 187 of 255 = 73%
G 82 of 255 = 32%
B 98 of 255 = 38%

187
82
98

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

Portions of RGB colors in percentages

R + G + B = 187 + 82 + 98 = 367 (100%)
R 187 of 367 ~ 50.95%
G 82 of 367 ~ 22.34%
B 98 of 367 ~ 26.7'%

%50.95
%22.34
%26.7

CMYK color model

#BB5262 color CMYK value is (0,56,48,27).

  • cyan value is 0.00%
  • magenta value is 56.15%
  • yellow value is 47.59%
  • key color value is 26.67%

CMYK: (0,56,48,27)
C0M56Y48K27 (0%, 56%, 48%, 27%)
(0.00 / 0.56 / 0.48 / 0.27)

CMYK percentages

%0
%56.15
%47.59
%26.67

Codes

Color #BB5262 in popluar color models

BB 52 62
RGB 187 82 98
HSL 351° 43.57% 52.75%
HSB/HSV 351° 56.15% 73.33%
CMYK 0.00% 56.15% 47.59%
26.67%

Color #BB5262 in popluar number systems.

HEX BB 52 62
Decimal 187 82 98
Binary 10111011 1010010 1100010
Octal 273 122 142

Shades and tints

Shades of #BB5262

#BB5262
(187,82,98)
#AA4B5A
(170,75,90)
#994452
(153,68,82)
#883D4A
(136,61,74)
#773642
(119,54,66)
#662F3A
(102,47,58)
#552832
(85,40,50)
#44212A
(68,33,42)
#331A22
(51,26,34)
#22131A
(34,19,26)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #BB5262

#BB5262
(187,82,98)
#C16170
(193,97,112)
#C7707E
(199,112,126)
#CD7F8C
(205,127,140)
#D38E9A
(211,142,154)
#D99DA8
(217,157,168)
#DFACB6
(223,172,182)
#E5BBC4
(229,187,196)
#EBCAD2
(235,202,210)
#F1D9E0
(241,217,224)
#F7E8EE
(247,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB5262; }

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

This text font color is #BB5262.

Background Color

.myBgColor { background-color: #BB5262; }

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

This div background color is #BB5262.

Border color

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

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

This div border color is #BB5262.

Opacity

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

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

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

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

This text has shadow with #BB5262 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB5262.

Preview

Color preview on black background

This text has color #BB5262 on black background.


Color preview on white background

This text has color #BB5262 on white background.


Black color preview on #BB5262 background

This text has black color on #BB5262 background.


White color preview on #BB5262 background

This text has white color on #BB5262 background.


Related colors

Complementary color

Complementary color for #hex is #44AD9D.


I love getcolorcode.com

Triadic colors

1 #62BB52 and #5262BB with #BB5262 are triadic colors.

2 #6252BB and #52BB62 with #BB5262 are triadic colors.