COLOR #BB3F37

HEX: #BB3F37
RGB: (187,63,55)

Color info

#BB3F37 contains mainly red color. Web safe color of #BB3F37 is #CC3333 (or #C33).

RGB color model

#BB3F37 color RGB value is (187,63,55).

  • red value is 187;
  • green value is 63;
  • blue value is 55.
RGB:
(187,63,55)
(73%,25%,22%)

RGB channels and saturation

R 187 of 255 = 73%
G 63 of 255 = 25%
B 55 of 255 = 22%

187
63
55

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

Portions of RGB colors in percentages

R + G + B =
187 + 63 + 55 = 305 (100%)
R 187 of 305 ~ 61.31%
G 63 of 305 ~ 20.66%
B 55 of 305 ~ 18.03%

%61.31
%20.66
%18.03

CMYK color model

#BB3F37 color CMYK value is (0,66,71,27).

  • cyan value is 0.00%
  • magenta value is 66.31%
  • yellow value is 70.59%
  • key color value is 26.67%
CMYK:
(0,66,71,27)
C0M66Y71K27 
(0%,66%,71%,27%)
(0.00/0.66/0.71/0.27)	

CMYK percentages

%0
%66.31
%70.59
%26.67

Codes

Color #BB3F37 in popluar color models

BB3F37
RGB1876355
HSL54.55%47.45%
HSB/HSV70.59%73.33%
CMYK0.00%66.31%70.59%
26.67%

Color #BB3F37 in popluar number systems.

HEXBB3F37
Decimal1876355
Binary10111011111111110111
Octal2737767

Shades and tints

Shades of #BB3F37

#BB3F37
(187,63,55)
#AA3A32
(170,58,50)
#99352D
(153,53,45)
#883028
(136,48,40)
#772B23
(119,43,35)
#66261E
(102,38,30)
#552119
(85,33,25)
#441C14
(68,28,20)
#33170F
(51,23,15)
#22120A
(34,18,10)
#110D05
(17,13,5)
#000000
(0,0,0)

Tints of #BB3F37

#BB3F37
(187,63,55)
#C15049
(193,80,73)
#C7615B
(199,97,91)
#CD726D
(205,114,109)
#D3837F
(211,131,127)
#D99491
(217,148,145)
#DFA5A3
(223,165,163)
#E5B6B5
(229,182,181)
#EBC7C7
(235,199,199)
#F1D8D9
(241,216,217)
#F7E9EB
(247,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB3F37 color. Also use rgb(187,63,55) instead hex code.

Text Font Color

.myTextColor { color: #BB3F37; }

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

This text font color is #BB3F37.


Background Color

.myBgColor { background-color: #BB3F37; }

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

This div background color is #BB3F37.


Border color

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

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

This div border color is #BB3F37.


Opacity

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

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

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

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

This text has shadow with #BB3F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB3F37 on black background.


Color preview on white background

This text has color #BB3F37 on white background.



Black color preview on #BB3F37 background

This text has black color on #BB3F37 background.


White color preview on #BB3F37 background

This text has white color on #BB3F37 background.