Shades of Fiery Orange #BB5926
Tints of Fiery Orange #BB5926
RGB
CMYK
RGB Variations
Color information
#BB5926 (or 0xBB5926) is known color: Fiery Orange. HEX triplet: BB, 59 and 26. RGB value is (187,89,38). Sum of RGB (Red+Green+Blue) = 187+89+38=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5926 is #44A6D9. Grayscale: #707070. Windows color (decimal): -4499162 or 2513339. OLE color: 2513339.
HSL color Cylindrical-coordinate representation of color #BB5926: hue angle of 20.54º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB5926 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 38 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.27 |
| HSL | 20.54º | 0.66% | 0.44% | - |
| HSV(B) | 20.54º | 0.8% | 0.73% | - |
| XYZ | 24.42 | 17.85 | 3.99 | - |
| YUV | 112.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 38 | 0 | 0.52 | 0.80 | 0.27 | 20.54 | 0.66 | 0.44 |
| Hex | BB | 59 | 26 | 0 | 34 | 50 | 1B | 15 | 42 | 2C |
| Octal | 273 | 131 | 46 | 0 | 64 | 120 | 33 | 25 | 102 | 54 |
| Binary | 10111011 | 1011001 | 100110 | 0 | 110100 | 1010000 | 11011 | 10101 | 1000010 | 101100 |
Color Harmonies of #BB5926
Complementary color
Monochromatic Colors of #BB5926
Black with #BB5926
Text Example
Text Example
White with #BB5926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5926; }
p { color: rgb(187,89,38); }
H1.HeaderClassName
{
color: #BB5926;
}
.AnyTagClassName
{
color: #BB5926;
}
</style>
background-color css
<style>
a { background-color: #BB5926; }
a { background-color: rgb(187,89,38); }
div.DivClassName
{
background-color: #BB5926;
}
.BgClassName
{
background-color: #BB5926;
}
</style>
border-color css
<style>
span { border-color: #BB5926; }
span { border-color: rgb(187,89,38); }
td.TdClassName
{
border-color: #BB5926;
}
.TagClassName
{
border-color: #BB5926;
}
</style>