COLOR #BB341B

HEX: #BB341B RGB: (187,52,27)

Color info

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

RGB color model

#BB341B color RGB value is (187,52,27).

RGB: (187,52,27) (73%, 20%, 11%)

RGB channels and saturation

R 187 of 255 = 73%
G 52 of 255 = 20%
B 27 of 255 = 11%

187
52
27

R + G + B ~ 35%. #BB341B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 187 + 52 + 27 = 266 (100%)
R 187 of 266 ~ 70.3%
G 52 of 266 ~ 19.55%
B 27 of 266 ~ 10.15'%

%70.3
%19.55

CMYK color model

#BB341B color CMYK value is (0,72,86,27).

  • cyan value is 0.00%
  • magenta value is 72.19%
  • yellow value is 85.56%
  • key color value is 26.67%

CMYK: (0,72,86,27)
C0M72Y86K27 (0%, 72%, 86%, 27%)
(0.00 / 0.72 / 0.86 / 0.27)

CMYK percentages

%0
%72.19
%85.56
%26.67

Codes

Color #BB341B in popluar color models

BB 34 1B
RGB 187 52 27
HSL 74.77% 41.96%
HSB/HSV 85.56% 73.33%
CMYK 0.00% 72.19% 85.56%
26.67%

Color #BB341B in popluar number systems.

HEX BB 34 1B
Decimal 187 52 27
Binary 10111011 110100 11011
Octal 273 64 33

Shades and tints

Shades of #BB341B

#BB341B
(187,52,27)
#AA3019
(170,48,25)
#992C17
(153,44,23)
#882815
(136,40,21)
#772413
(119,36,19)
#662011
(102,32,17)
#551C0F
(85,28,15)
#44180D
(68,24,13)
#33140B
(51,20,11)
#221009
(34,16,9)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #BB341B

#BB341B
(187,52,27)
#C1462F
(193,70,47)
#C75843
(199,88,67)
#CD6A57
(205,106,87)
#D37C6B
(211,124,107)
#D98E7F
(217,142,127)
#DFA093
(223,160,147)
#E5B2A7
(229,178,167)
#EBC4BB
(235,196,187)
#F1D6CF
(241,214,207)
#F7E8E3
(247,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB341B color. Also use rgb(187,52,27) instead hex code.

Text Font Color

.myTextColor { color: #BB341B; }

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

This text font color is #BB341B.

Background Color

.myBgColor { background-color: #BB341B; }

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

This div background color is #BB341B.

Border color

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

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

This div border color is #BB341B.

Opacity

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

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

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

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

This text has shadow with #BB341B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB341B.

Preview

Color preview on black background

This text has color #BB341B on black background.


Color preview on white background

This text has color #BB341B on white background.


Black color preview on #BB341B background

This text has black color on #BB341B background.


White color preview on #BB341B background

This text has white color on #BB341B background.


Related colors

Complementary color

Complementary color for #hex is #44CBE4.


I love getcolorcode.com

Triadic colors

1 #1BBB34 and #341BBB with #BB341B are triadic colors.

2 #1B34BB and #34BB1B with #BB341B are triadic colors.