COLOR #BB7444

HEX: #BB7444 RGB: (187,116,68)

Color info

#BB7444 contains mainly red color. Web safe color of #BB7444 is #CC6633 (or #C63).

RGB color model

#BB7444 color RGB value is (187,116,68).

RGB: (187,116,68) (73%, 45%, 27%)

RGB channels and saturation

R 187 of 255 = 73%
G 116 of 255 = 45%
B 68 of 255 = 27%

187
116
68

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

Portions of RGB colors in percentages

R + G + B = 187 + 116 + 68 = 371 (100%)
R 187 of 371 ~ 50.4%
G 116 of 371 ~ 31.27%
B 68 of 371 ~ 18.33'%

%50.4
%31.27
%18.33

CMYK color model

#BB7444 color CMYK value is (0,38,64,27).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 63.64%
  • key color value is 26.67%

CMYK: (0,38,64,27)
C0M38Y64K27 (0%, 38%, 64%, 27%)
(0.00 / 0.38 / 0.64 / 0.27)

CMYK percentages

%0
%37.97
%63.64
%26.67

Codes

Color #BB7444 in popluar color models

BB 74 44
RGB 187 116 68
HSL 24° 46.67% 50.00%
HSB/HSV 24° 63.64% 73.33%
CMYK 0.00% 37.97% 63.64%
26.67%

Color #BB7444 in popluar number systems.

HEX BB 74 44
Decimal 187 116 68
Binary 10111011 1110100 1000100
Octal 273 164 104

Shades and tints

Shades of #BB7444

#BB7444
(187,116,68)
#AA6A3E
(170,106,62)
#996038
(153,96,56)
#885632
(136,86,50)
#774C2C
(119,76,44)
#664226
(102,66,38)
#553820
(85,56,32)
#442E1A
(68,46,26)
#332414
(51,36,20)
#221A0E
(34,26,14)
#111008
(17,16,8)
#000000
(0,0,0)

Tints of #BB7444

#BB7444
(187,116,68)
#C18055
(193,128,85)
#C78C66
(199,140,102)
#CD9877
(205,152,119)
#D3A488
(211,164,136)
#D9B099
(217,176,153)
#DFBCAA
(223,188,170)
#E5C8BB
(229,200,187)
#EBD4CC
(235,212,204)
#F1E0DD
(241,224,221)
#F7ECEE
(247,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7444; }

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

This text font color is #BB7444.

Background Color

.myBgColor { background-color: #BB7444; }

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

This div background color is #BB7444.

Border color

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

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

This div border color is #BB7444.

Opacity

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

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

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

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

This text has shadow with #BB7444 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB7444.

Preview

Color preview on black background

This text has color #BB7444 on black background.


Color preview on white background

This text has color #BB7444 on white background.


Black color preview on #BB7444 background

This text has black color on #BB7444 background.


White color preview on #BB7444 background

This text has white color on #BB7444 background.


Related colors

Complementary color

Complementary color for #hex is #448BBB.


I love getcolorcode.com

Triadic colors

1 #44BB74 and #7444BB with #BB7444 are triadic colors.

2 #4474BB and #74BB44 with #BB7444 are triadic colors.