COLOR #BB7736

HEX: #BB7736
RGB: (187,119,54)

Color info

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

RGB color model

#BB7736 color RGB value is (187,119,54).

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

RGB channels and saturation

R 187 of 255 = 73%
G 119 of 255 = 47%
B 54 of 255 = 21%

187
119
54

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

Portions of RGB colors in percentages

R + G + B =
187 + 119 + 54 = 360 (100%)
R 187 of 360 ~ 51.94%
G 119 of 360 ~ 33.06%
B 54 of 360 ~ 15%

%51.94
%33.06
%15

CMYK color model

#BB7736 color CMYK value is (0,36,71,27).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 71.12%
  • key color value is 26.67%
CMYK:
(0,36,71,27)
C0M36Y71K27 
(0%,36%,71%,27%)
(0.00/0.36/0.71/0.27)	

CMYK percentages

%0
%36.36
%71.12
%26.67

Codes

Color #BB7736 in popluar color models

BB7736
RGB18711954
HSL29°55.19%47.25%
HSB/HSV29°71.12%73.33%
CMYK0.00%36.36%71.12%
26.67%

Color #BB7736 in popluar number systems.

HEXBB7736
Decimal18711954
Binary101110111110111110110
Octal27316766

Shades and tints

Shades of #BB7736

#BB7736
(187,119,54)
#AA6D32
(170,109,50)
#99632E
(153,99,46)
#88592A
(136,89,42)
#774F26
(119,79,38)
#664522
(102,69,34)
#553B1E
(85,59,30)
#44311A
(68,49,26)
#332716
(51,39,22)
#221D12
(34,29,18)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #BB7736

#BB7736
(187,119,54)
#C18348
(193,131,72)
#C78F5A
(199,143,90)
#CD9B6C
(205,155,108)
#D3A77E
(211,167,126)
#D9B390
(217,179,144)
#DFBFA2
(223,191,162)
#E5CBB4
(229,203,180)
#EBD7C6
(235,215,198)
#F1E3D8
(241,227,216)
#F7EFEA
(247,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7736; }

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

This text font color is #BB7736.


Background Color

.myBgColor { background-color: #BB7736; }

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

This div background color is #BB7736.


Border color

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

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

This div border color is #BB7736.


Opacity

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

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

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

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

This text has shadow with #BB7736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7736 on black background.


Color preview on white background

This text has color #BB7736 on white background.



Black color preview on #BB7736 background

This text has black color on #BB7736 background.


White color preview on #BB7736 background

This text has white color on #BB7736 background.