Shades of Fiery Orange #BB551B
Tints of Fiery Orange #BB551B
RGB
CMYK
RGB Variations
Color information
#BB551B (or 0xBB551B) is known color: Fiery Orange. HEX triplet: BB, 55 and 1B. RGB value is (187,85,27). Sum of RGB (Red+Green+Blue) = 187+85+27=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB551B is #44AAE4. Grayscale: #6D6D6D. Windows color (decimal): -4500197 or 1791419. OLE color: 1791419.
HSL color Cylindrical-coordinate representation of color #BB551B: hue angle of 21.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB551B is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 27 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.27 |
| HSL | 21.75º | 0.75% | 0.42% | - |
| HSV(B) | 21.75º | 0.86% | 0.73% | - |
| XYZ | 23.94 | 17.14 | 3.08 | - |
| YUV | 108.89 | 81.79 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 27 | 0 | 0.55 | 0.86 | 0.27 | 21.75 | 0.75 | 0.42 |
| Hex | BB | 55 | 1B | 0 | 37 | 56 | 1B | 16 | 4B | 2A |
| Octal | 273 | 125 | 33 | 0 | 67 | 126 | 33 | 26 | 113 | 52 |
| Binary | 10111011 | 1010101 | 11011 | 0 | 110111 | 1010110 | 11011 | 10110 | 1001011 | 101010 |
Color Harmonies of #BB551B
Complementary color
Monochromatic Colors of #BB551B
Black with #BB551B
Text Example
Text Example
White with #BB551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB551B; }
p { color: rgb(187,85,27); }
H1.HeaderClassName
{
color: #BB551B;
}
.AnyTagClassName
{
color: #BB551B;
}
</style>
background-color css
<style>
a { background-color: #BB551B; }
a { background-color: rgb(187,85,27); }
div.DivClassName
{
background-color: #BB551B;
}
.BgClassName
{
background-color: #BB551B;
}
</style>
border-color css
<style>
span { border-color: #BB551B; }
span { border-color: rgb(187,85,27); }
td.TdClassName
{
border-color: #BB551B;
}
.TagClassName
{
border-color: #BB551B;
}
</style>