COLOR #BB5136

HEX: #BB5136
RGB: (187,81,54)

Color info

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

RGB color model

#BB5136 color RGB value is (187,81,54).

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

RGB channels and saturation

R 187 of 255 = 73%
G 81 of 255 = 32%
B 54 of 255 = 21%

187
81
54

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

Portions of RGB colors in percentages

R + G + B =
187 + 81 + 54 = 322 (100%)
R 187 of 322 ~ 58.07%
G 81 of 322 ~ 25.16%
B 54 of 322 ~ 16.77%

%58.07
%25.16
%16.77

CMYK color model

#BB5136 color CMYK value is (0,57,71,27).

  • cyan value is 0.00%
  • magenta value is 56.68%
  • yellow value is 71.12%
  • key color value is 26.67%
CMYK:
(0,57,71,27)
C0M57Y71K27 
(0%,57%,71%,27%)
(0.00/0.57/0.71/0.27)	

CMYK percentages

%0
%56.68
%71.12
%26.67

Codes

Color #BB5136 in popluar color models

BB5136
RGB1878154
HSL12°55.19%47.25%
HSB/HSV12°71.12%73.33%
CMYK0.00%56.68%71.12%
26.67%

Color #BB5136 in popluar number systems.

HEXBB5136
Decimal1878154
Binary101110111010001110110
Octal27312166

Shades and tints

Shades of #BB5136

#BB5136
(187,81,54)
#AA4A32
(170,74,50)
#99432E
(153,67,46)
#883C2A
(136,60,42)
#773526
(119,53,38)
#662E22
(102,46,34)
#55271E
(85,39,30)
#44201A
(68,32,26)
#331916
(51,25,22)
#221212
(34,18,18)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #BB5136

#BB5136
(187,81,54)
#C16048
(193,96,72)
#C76F5A
(199,111,90)
#CD7E6C
(205,126,108)
#D38D7E
(211,141,126)
#D99C90
(217,156,144)
#DFABA2
(223,171,162)
#E5BAB4
(229,186,180)
#EBC9C6
(235,201,198)
#F1D8D8
(241,216,216)
#F7E7EA
(247,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB5136; }

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

This text font color is #BB5136.


Background Color

.myBgColor { background-color: #BB5136; }

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

This div background color is #BB5136.


Border color

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

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

This div border color is #BB5136.


Opacity

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

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

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

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

This text has shadow with #BB5136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5136 on black background.


Color preview on white background

This text has color #BB5136 on white background.



Black color preview on #BB5136 background

This text has black color on #BB5136 background.


White color preview on #BB5136 background

This text has white color on #BB5136 background.