Shades of Fiery Orange #BB5520
Tints of Fiery Orange #BB5520
RGB
CMYK
RGB Variations
Color information
#BB5520 (or 0xBB5520) is known color: Fiery Orange. HEX triplet: BB, 55 and 20. RGB value is (187,85,32). Sum of RGB (Red+Green+Blue) = 187+85+32=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5520 is #44AADF. Grayscale: #6D6D6D. Windows color (decimal): -4500192 or 2119099. OLE color: 2119099.
HSL color Cylindrical-coordinate representation of color #BB5520: hue angle of 20.52º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB5520 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 32 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.27 |
| HSL | 20.52º | 0.71% | 0.43% | - |
| HSV(B) | 20.52º | 0.83% | 0.73% | - |
| XYZ | 24 | 17.17 | 3.41 | - |
| YUV | 109.46 | 84.29 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 32 | 0 | 0.55 | 0.83 | 0.27 | 20.52 | 0.71 | 0.43 |
| Hex | BB | 55 | 20 | 0 | 37 | 53 | 1B | 15 | 47 | 2B |
| Octal | 273 | 125 | 40 | 0 | 67 | 123 | 33 | 25 | 107 | 53 |
| Binary | 10111011 | 1010101 | 100000 | 0 | 110111 | 1010011 | 11011 | 10101 | 1000111 | 101011 |
Color Harmonies of #BB5520
Complementary color
Monochromatic Colors of #BB5520
Black with #BB5520
Text Example
Text Example
White with #BB5520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5520; }
p { color: rgb(187,85,32); }
H1.HeaderClassName
{
color: #BB5520;
}
.AnyTagClassName
{
color: #BB5520;
}
</style>
background-color css
<style>
a { background-color: #BB5520; }
a { background-color: rgb(187,85,32); }
div.DivClassName
{
background-color: #BB5520;
}
.BgClassName
{
background-color: #BB5520;
}
</style>
border-color css
<style>
span { border-color: #BB5520; }
span { border-color: rgb(187,85,32); }
td.TdClassName
{
border-color: #BB5520;
}
.TagClassName
{
border-color: #BB5520;
}
</style>