COLOR #BB5638

HEX: #BB5638
RGB: (187,86,56)

Color info

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

RGB color model

#BB5638 color RGB value is (187,86,56).

  • red value is 187;
  • green value is 86;
  • blue value is 56.
RGB:
(187,86,56)
(73%,34%,22%)

RGB channels and saturation

R 187 of 255 = 73%
G 86 of 255 = 34%
B 56 of 255 = 22%

187
86
56

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

Portions of RGB colors in percentages

R + G + B =
187 + 86 + 56 = 329 (100%)
R 187 of 329 ~ 56.84%
G 86 of 329 ~ 26.14%
B 56 of 329 ~ 17.02%

%56.84
%26.14
%17.02

CMYK color model

#BB5638 color CMYK value is (0,54,70,27).

  • cyan value is 0.00%
  • magenta value is 54.01%
  • yellow value is 70.05%
  • key color value is 26.67%
CMYK:
(0,54,70,27)
C0M54Y70K27 
(0%,54%,70%,27%)
(0.00/0.54/0.70/0.27)	

CMYK percentages

%0
%54.01
%70.05
%26.67

Codes

Color #BB5638 in popluar color models

BB5638
RGB1878656
HSL14°53.91%47.65%
HSB/HSV14°70.05%73.33%
CMYK0.00%54.01%70.05%
26.67%

Color #BB5638 in popluar number systems.

HEXBB5638
Decimal1878656
Binary101110111010110111000
Octal27312670

Shades and tints

Shades of #BB5638

#BB5638
(187,86,56)
#AA4F33
(170,79,51)
#99482E
(153,72,46)
#884129
(136,65,41)
#773A24
(119,58,36)
#66331F
(102,51,31)
#552C1A
(85,44,26)
#442515
(68,37,21)
#331E10
(51,30,16)
#22170B
(34,23,11)
#111006
(17,16,6)
#000000
(0,0,0)

Tints of #BB5638

#BB5638
(187,86,56)
#C1654A
(193,101,74)
#C7745C
(199,116,92)
#CD836E
(205,131,110)
#D39280
(211,146,128)
#D9A192
(217,161,146)
#DFB0A4
(223,176,164)
#E5BFB6
(229,191,182)
#EBCEC8
(235,206,200)
#F1DDDA
(241,221,218)
#F7ECEC
(247,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5638 color. Also use rgb(187,86,56) instead hex code.

Text Font Color

.myTextColor { color: #BB5638; }

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

This text font color is #BB5638.


Background Color

.myBgColor { background-color: #BB5638; }

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

This div background color is #BB5638.


Border color

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

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

This div border color is #BB5638.


Opacity

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

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

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

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

This text has shadow with #BB5638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5638 on black background.


Color preview on white background

This text has color #BB5638 on white background.



Black color preview on #BB5638 background

This text has black color on #BB5638 background.


White color preview on #BB5638 background

This text has white color on #BB5638 background.