COLOR #BB5F1A

HEX: #BB5F1A
RGB: (187,95,26)

Color info

#BB5F1A contains mainly red color. Web safe color of #BB5F1A is #CC6600 (or #C60).

RGB color model

#BB5F1A color RGB value is (187,95,26).

  • red value is 187;
  • green value is 95;
  • blue value is 26.
RGB:
(187,95,26)
(73%,37%,10%)

RGB channels and saturation

R 187 of 255 = 73%
G 95 of 255 = 37%
B 26 of 255 = 10%

187
95
26

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

Portions of RGB colors in percentages

R + G + B =
187 + 95 + 26 = 308 (100%)
R 187 of 308 ~ 60.71%
G 95 of 308 ~ 30.84%
B 26 of 308 ~ 8.44%

%60.71
%30.84

CMYK color model

#BB5F1A color CMYK value is (0,49,86,27).

  • cyan value is 0.00%
  • magenta value is 49.20%
  • yellow value is 86.10%
  • key color value is 26.67%
CMYK:
(0,49,86,27)
C0M49Y86K27 
(0%,49%,86%,27%)
(0.00/0.49/0.86/0.27)	

CMYK percentages

%0
%49.2
%86.1
%26.67

Codes

Color #BB5F1A in popluar color models

BB5F1A
RGB1879526
HSL26°75.59%41.76%
HSB/HSV26°86.10%73.33%
CMYK0.00%49.20%86.10%
26.67%

Color #BB5F1A in popluar number systems.

HEXBB5F1A
Decimal1879526
Binary10111011101111111010
Octal27313732

Shades and tints

Shades of #BB5F1A

#BB5F1A
(187,95,26)
#AA5718
(170,87,24)
#994F16
(153,79,22)
#884714
(136,71,20)
#773F12
(119,63,18)
#663710
(102,55,16)
#552F0E
(85,47,14)
#44270C
(68,39,12)
#331F0A
(51,31,10)
#221708
(34,23,8)
#110F06
(17,15,6)
#000000
(0,0,0)

Tints of #BB5F1A

#BB5F1A
(187,95,26)
#C16D2E
(193,109,46)
#C77B42
(199,123,66)
#CD8956
(205,137,86)
#D3976A
(211,151,106)
#D9A57E
(217,165,126)
#DFB392
(223,179,146)
#E5C1A6
(229,193,166)
#EBCFBA
(235,207,186)
#F1DDCE
(241,221,206)
#F7EBE2
(247,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5F1A color. Also use rgb(187,95,26) instead hex code.

Text Font Color

.myTextColor { color: #BB5F1A; }

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

This text font color is #BB5F1A.


Background Color

.myBgColor { background-color: #BB5F1A; }

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

This div background color is #BB5F1A.


Border color

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

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

This div border color is #BB5F1A.


Opacity

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

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

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

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

This text has shadow with #BB5F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5F1A on black background.


Color preview on white background

This text has color #BB5F1A on white background.



Black color preview on #BB5F1A background

This text has black color on #BB5F1A background.


White color preview on #BB5F1A background

This text has white color on #BB5F1A background.