COLOR #BB7740

HEX: #BB7740
RGB: (187,119,64)

Color info

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

RGB color model

#BB7740 color RGB value is (187,119,64).

  • red value is 187;
  • green value is 119;
  • blue value is 64.
RGB:
(187,119,64)
(73%,47%,25%)

RGB channels and saturation

R 187 of 255 = 73%
G 119 of 255 = 47%
B 64 of 255 = 25%

187
119
64

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

Portions of RGB colors in percentages

R + G + B =
187 + 119 + 64 = 370 (100%)
R 187 of 370 ~ 50.54%
G 119 of 370 ~ 32.16%
B 64 of 370 ~ 17.3%

%50.54
%32.16
%17.3

CMYK color model

#BB7740 color CMYK value is (0,36,66,27).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 65.78%
  • key color value is 26.67%
CMYK:
(0,36,66,27)
C0M36Y66K27 
(0%,36%,66%,27%)
(0.00/0.36/0.66/0.27)	

CMYK percentages

%0
%36.36
%65.78
%26.67

Codes

Color #BB7740 in popluar color models

BB7740
RGB18711964
HSL27°49.00%49.22%
HSB/HSV27°65.78%73.33%
CMYK0.00%36.36%65.78%
26.67%

Color #BB7740 in popluar number systems.

HEXBB7740
Decimal18711964
Binary1011101111101111000000
Octal273167100

Shades and tints

Shades of #BB7740

#BB7740
(187,119,64)
#AA6D3B
(170,109,59)
#996336
(153,99,54)
#885931
(136,89,49)
#774F2C
(119,79,44)
#664527
(102,69,39)
#553B22
(85,59,34)
#44311D
(68,49,29)
#332718
(51,39,24)
#221D13
(34,29,19)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #BB7740

#BB7740
(187,119,64)
#C18351
(193,131,81)
#C78F62
(199,143,98)
#CD9B73
(205,155,115)
#D3A784
(211,167,132)
#D9B395
(217,179,149)
#DFBFA6
(223,191,166)
#E5CBB7
(229,203,183)
#EBD7C8
(235,215,200)
#F1E3D9
(241,227,217)
#F7EFEA
(247,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7740 color. Also use rgb(187,119,64) instead hex code.

Text Font Color

.myTextColor { color: #BB7740; }

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

This text font color is #BB7740.


Background Color

.myBgColor { background-color: #BB7740; }

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

This div background color is #BB7740.


Border color

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

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

This div border color is #BB7740.


Opacity

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

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

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

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

This text has shadow with #BB7740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7740 on black background.


Color preview on white background

This text has color #BB7740 on white background.



Black color preview on #BB7740 background

This text has black color on #BB7740 background.


White color preview on #BB7740 background

This text has white color on #BB7740 background.