COLOR #BB4B2F

HEX: #BB4B2F
RGB: (187,75,47)

Color info

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

RGB color model

#BB4B2F color RGB value is (187,75,47).

  • red value is 187;
  • green value is 75;
  • blue value is 47.
RGB:
(187,75,47)
(73%,29%,18%)

RGB channels and saturation

R 187 of 255 = 73%
G 75 of 255 = 29%
B 47 of 255 = 18%

187
75
47

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

Portions of RGB colors in percentages

R + G + B =
187 + 75 + 47 = 309 (100%)
R 187 of 309 ~ 60.52%
G 75 of 309 ~ 24.27%
B 47 of 309 ~ 15.21%

%60.52
%24.27
%15.21

CMYK color model

#BB4B2F color CMYK value is (0,60,75,27).

  • cyan value is 0.00%
  • magenta value is 59.89%
  • yellow value is 74.87%
  • key color value is 26.67%
CMYK:
(0,60,75,27)
C0M60Y75K27 
(0%,60%,75%,27%)
(0.00/0.60/0.75/0.27)	

CMYK percentages

%0
%59.89
%74.87
%26.67

Codes

Color #BB4B2F in popluar color models

BB4B2F
RGB1877547
HSL12°59.83%45.88%
HSB/HSV12°74.87%73.33%
CMYK0.00%59.89%74.87%
26.67%

Color #BB4B2F in popluar number systems.

HEXBB4B2F
Decimal1877547
Binary101110111001011101111
Octal27311357

Shades and tints

Shades of #BB4B2F

#BB4B2F
(187,75,47)
#AA452B
(170,69,43)
#993F27
(153,63,39)
#883923
(136,57,35)
#77331F
(119,51,31)
#662D1B
(102,45,27)
#552717
(85,39,23)
#442113
(68,33,19)
#331B0F
(51,27,15)
#22150B
(34,21,11)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #BB4B2F

#BB4B2F
(187,75,47)
#C15B41
(193,91,65)
#C76B53
(199,107,83)
#CD7B65
(205,123,101)
#D38B77
(211,139,119)
#D99B89
(217,155,137)
#DFAB9B
(223,171,155)
#E5BBAD
(229,187,173)
#EBCBBF
(235,203,191)
#F1DBD1
(241,219,209)
#F7EBE3
(247,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB4B2F color. Also use rgb(187,75,47) instead hex code.

Text Font Color

.myTextColor { color: #BB4B2F; }

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

This text font color is #BB4B2F.


Background Color

.myBgColor { background-color: #BB4B2F; }

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

This div background color is #BB4B2F.


Border color

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

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

This div border color is #BB4B2F.


Opacity

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

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

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

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

This text has shadow with #BB4B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB4B2F on black background.


Color preview on white background

This text has color #BB4B2F on white background.



Black color preview on #BB4B2F background

This text has black color on #BB4B2F background.


White color preview on #BB4B2F background

This text has white color on #BB4B2F background.