Shades of Fiery Orange #BB5819
Tints of Fiery Orange #BB5819
RGB
CMYK
RGB Variations
Color information
#BB5819 (or 0xBB5819) is known color: Fiery Orange. HEX triplet: BB, 58 and 19. RGB value is (187,88,25). Sum of RGB (Red+Green+Blue) = 187+88+25=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5819 is #44A7E6. Grayscale: #6E6E6E. Windows color (decimal): -4499431 or 1661115. OLE color: 1661115.
HSL color Cylindrical-coordinate representation of color #BB5819: hue angle of 23.33º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB5819 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 25 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.27 |
| HSL | 23.33º | 0.76% | 0.42% | - |
| HSV(B) | 23.33º | 0.87% | 0.73% | - |
| XYZ | 24.16 | 17.61 | 3.05 | - |
| YUV | 110.42 | 79.8 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 25 | 0 | 0.53 | 0.87 | 0.27 | 23.33 | 0.76 | 0.42 |
| Hex | BB | 58 | 19 | 0 | 35 | 57 | 1B | 17 | 4C | 2A |
| Octal | 273 | 130 | 31 | 0 | 65 | 127 | 33 | 27 | 114 | 52 |
| Binary | 10111011 | 1011000 | 11001 | 0 | 110101 | 1010111 | 11011 | 10111 | 1001100 | 101010 |
Color Harmonies of #BB5819
Complementary color
Monochromatic Colors of #BB5819
Black with #BB5819
Text Example
Text Example
White with #BB5819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5819; }
p { color: rgb(187,88,25); }
H1.HeaderClassName
{
color: #BB5819;
}
.AnyTagClassName
{
color: #BB5819;
}
</style>
background-color css
<style>
a { background-color: #BB5819; }
a { background-color: rgb(187,88,25); }
div.DivClassName
{
background-color: #BB5819;
}
.BgClassName
{
background-color: #BB5819;
}
</style>
border-color css
<style>
span { border-color: #BB5819; }
span { border-color: rgb(187,88,25); }
td.TdClassName
{
border-color: #BB5819;
}
.TagClassName
{
border-color: #BB5819;
}
</style>