Shades of Fiery Orange #BB5129
Tints of Fiery Orange #BB5129
RGB
CMYK
RGB Variations
Color information
#BB5129 (or 0xBB5129) is known color: Fiery Orange. HEX triplet: BB, 51 and 29. RGB value is (187,81,41). Sum of RGB (Red+Green+Blue) = 187+81+41=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5129 is #44AED6. Grayscale: #6C6C6C. Windows color (decimal): -4501207 or 2707899. OLE color: 2707899.
HSL color Cylindrical-coordinate representation of color #BB5129: hue angle of 16.44º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB5129 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 41 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.27 |
| HSL | 16.44º | 0.64% | 0.45% | - |
| HSV(B) | 16.44º | 0.78% | 0.73% | - |
| XYZ | 23.84 | 16.61 | 4.05 | - |
| YUV | 108.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 41 | 0 | 0.57 | 0.78 | 0.27 | 16.44 | 0.64 | 0.45 |
| Hex | BB | 51 | 29 | 0 | 39 | 4E | 1B | 10 | 40 | 2D |
| Octal | 273 | 121 | 51 | 0 | 71 | 116 | 33 | 20 | 100 | 55 |
| Binary | 10111011 | 1010001 | 101001 | 0 | 111001 | 1001110 | 11011 | 10000 | 1000000 | 101101 |
Color Harmonies of #BB5129
Complementary color
Monochromatic Colors of #BB5129
Black with #BB5129
Text Example
Text Example
White with #BB5129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5129; }
p { color: rgb(187,81,41); }
H1.HeaderClassName
{
color: #BB5129;
}
.AnyTagClassName
{
color: #BB5129;
}
</style>
background-color css
<style>
a { background-color: #BB5129; }
a { background-color: rgb(187,81,41); }
div.DivClassName
{
background-color: #BB5129;
}
.BgClassName
{
background-color: #BB5129;
}
</style>
border-color css
<style>
span { border-color: #BB5129; }
span { border-color: rgb(187,81,41); }
td.TdClassName
{
border-color: #BB5129;
}
.TagClassName
{
border-color: #BB5129;
}
</style>