COLOR #BB4426

HEX: #BB4426
RGB: (187,68,38)

Color info

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

RGB color model

#BB4426 color RGB value is (187,68,38).

  • red value is 187;
  • green value is 68;
  • blue value is 38.
RGB:
(187,68,38)
(73%,27%,15%)

RGB channels and saturation

R 187 of 255 = 73%
G 68 of 255 = 27%
B 38 of 255 = 15%

187
68
38

R + G + B ~ 38%. #BB4426 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
187 + 68 + 38 = 293 (100%)
R 187 of 293 ~ 63.82%
G 68 of 293 ~ 23.21%
B 38 of 293 ~ 12.97%

%63.82
%23.21
%12.97

CMYK color model

#BB4426 color CMYK value is (0,64,80,27).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 79.68%
  • key color value is 26.67%
CMYK:
(0,64,80,27)
C0M64Y80K27 
(0%,64%,80%,27%)
(0.00/0.64/0.80/0.27)	

CMYK percentages

%0
%63.64
%79.68
%26.67

Codes

Color #BB4426 in popluar color models

BB4426
RGB1876838
HSL12°66.22%44.12%
HSB/HSV12°79.68%73.33%
CMYK0.00%63.64%79.68%
26.67%

Color #BB4426 in popluar number systems.

HEXBB4426
Decimal1876838
Binary101110111000100100110
Octal27310446

Shades and tints

Shades of #BB4426

#BB4426
(187,68,38)
#AA3E23
(170,62,35)
#993820
(153,56,32)
#88321D
(136,50,29)
#772C1A
(119,44,26)
#662617
(102,38,23)
#552014
(85,32,20)
#441A11
(68,26,17)
#33140E
(51,20,14)
#220E0B
(34,14,11)
#110808
(17,8,8)
#000000
(0,0,0)

Tints of #BB4426

#BB4426
(187,68,38)
#C15539
(193,85,57)
#C7664C
(199,102,76)
#CD775F
(205,119,95)
#D38872
(211,136,114)
#D99985
(217,153,133)
#DFAA98
(223,170,152)
#E5BBAB
(229,187,171)
#EBCCBE
(235,204,190)
#F1DDD1
(241,221,209)
#F7EEE4
(247,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB4426 color. Also use rgb(187,68,38) instead hex code.

Text Font Color

.myTextColor { color: #BB4426; }

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

This text font color is #BB4426.


Background Color

.myBgColor { background-color: #BB4426; }

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

This div background color is #BB4426.


Border color

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

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

This div border color is #BB4426.


Opacity

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

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

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

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

This text has shadow with #BB4426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB4426 on black background.


Color preview on white background

This text has color #BB4426 on white background.



Black color preview on #BB4426 background

This text has black color on #BB4426 background.


White color preview on #BB4426 background

This text has white color on #BB4426 background.