COLOR #BB6749

HEX: #BB6749
RGB: (187,103,73)

Color info

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

RGB color model

#BB6749 color RGB value is (187,103,73).

  • red value is 187;
  • green value is 103;
  • blue value is 73.
RGB:
(187,103,73)
(73%,40%,29%)

RGB channels and saturation

R 187 of 255 = 73%
G 103 of 255 = 40%
B 73 of 255 = 29%

187
103
73

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

Portions of RGB colors in percentages

R + G + B =
187 + 103 + 73 = 363 (100%)
R 187 of 363 ~ 51.52%
G 103 of 363 ~ 28.37%
B 73 of 363 ~ 20.11%

%51.52
%28.37
%20.11

CMYK color model

#BB6749 color CMYK value is (0,45,61,27).

  • cyan value is 0.00%
  • magenta value is 44.92%
  • yellow value is 60.96%
  • key color value is 26.67%
CMYK:
(0,45,61,27)
C0M45Y61K27 
(0%,45%,61%,27%)
(0.00/0.45/0.61/0.27)	

CMYK percentages

%0
%44.92
%60.96
%26.67

Codes

Color #BB6749 in popluar color models

BB6749
RGB18710373
HSL16°45.60%50.98%
HSB/HSV16°60.96%73.33%
CMYK0.00%44.92%60.96%
26.67%

Color #BB6749 in popluar number systems.

HEXBB6749
Decimal18710373
Binary1011101111001111001001
Octal273147111

Shades and tints

Shades of #BB6749

#BB6749
(187,103,73)
#AA5E43
(170,94,67)
#99553D
(153,85,61)
#884C37
(136,76,55)
#774331
(119,67,49)
#663A2B
(102,58,43)
#553125
(85,49,37)
#44281F
(68,40,31)
#331F19
(51,31,25)
#221613
(34,22,19)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #BB6749

#BB6749
(187,103,73)
#C17459
(193,116,89)
#C78169
(199,129,105)
#CD8E79
(205,142,121)
#D39B89
(211,155,137)
#D9A899
(217,168,153)
#DFB5A9
(223,181,169)
#E5C2B9
(229,194,185)
#EBCFC9
(235,207,201)
#F1DCD9
(241,220,217)
#F7E9E9
(247,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6749 color. Also use rgb(187,103,73) instead hex code.

Text Font Color

.myTextColor { color: #BB6749; }

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

This text font color is #BB6749.


Background Color

.myBgColor { background-color: #BB6749; }

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

This div background color is #BB6749.


Border color

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

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

This div border color is #BB6749.


Opacity

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

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

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

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

This text has shadow with #BB6749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6749 on black background.


Color preview on white background

This text has color #BB6749 on white background.



Black color preview on #BB6749 background

This text has black color on #BB6749 background.


White color preview on #BB6749 background

This text has white color on #BB6749 background.