COLOR #BB7344

HEX: #BB7344
RGB: (187,115,68)

Color info

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

RGB color model

#BB7344 color RGB value is (187,115,68).

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

RGB channels and saturation

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

187
115
68

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

Portions of RGB colors in percentages

R + G + B =
187 + 115 + 68 = 370 (100%)
R 187 of 370 ~ 50.54%
G 115 of 370 ~ 31.08%
B 68 of 370 ~ 18.38%

%50.54
%31.08
%18.38

CMYK color model

#BB7344 color CMYK value is (0,39,64,27).

  • cyan value is 0.00%
  • magenta value is 38.50%
  • yellow value is 63.64%
  • key color value is 26.67%
CMYK:
(0,39,64,27)
C0M39Y64K27 
(0%,39%,64%,27%)
(0.00/0.39/0.64/0.27)	

CMYK percentages

%0
%38.5
%63.64
%26.67

Codes

Color #BB7344 in popluar color models

BB7344
RGB18711568
HSL24°46.67%50.00%
HSB/HSV24°63.64%73.33%
CMYK0.00%38.50%63.64%
26.67%

Color #BB7344 in popluar number systems.

HEXBB7344
Decimal18711568
Binary1011101111100111000100
Octal273163104

Shades and tints

Shades of #BB7344

#BB7344
(187,115,68)
#AA693E
(170,105,62)
#995F38
(153,95,56)
#885532
(136,85,50)
#774B2C
(119,75,44)
#664126
(102,65,38)
#553720
(85,55,32)
#442D1A
(68,45,26)
#332314
(51,35,20)
#22190E
(34,25,14)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #BB7344

#BB7344
(187,115,68)
#C17F55
(193,127,85)
#C78B66
(199,139,102)
#CD9777
(205,151,119)
#D3A388
(211,163,136)
#D9AF99
(217,175,153)
#DFBBAA
(223,187,170)
#E5C7BB
(229,199,187)
#EBD3CC
(235,211,204)
#F1DFDD
(241,223,221)
#F7EBEE
(247,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7344; }

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

This text font color is #BB7344.


Background Color

.myBgColor { background-color: #BB7344; }

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

This div background color is #BB7344.


Border color

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

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

This div border color is #BB7344.


Opacity

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

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

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

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

This text has shadow with #BB7344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7344 on black background.


Color preview on white background

This text has color #BB7344 on white background.



Black color preview on #BB7344 background

This text has black color on #BB7344 background.


White color preview on #BB7344 background

This text has white color on #BB7344 background.