Shades of Fiery Orange #BB512B
Tints of Fiery Orange #BB512B
RGB
CMYK
RGB Variations
Color information
#BB512B (or 0xBB512B) is known color: Fiery Orange. HEX triplet: BB, 51 and 2B. RGB value is (187,81,43). Sum of RGB (Red+Green+Blue) = 187+81+43=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB512B is #44AED4. Grayscale: #6C6C6C. Windows color (decimal): -4501205 or 2838971. OLE color: 2838971.
HSL color Cylindrical-coordinate representation of color #BB512B: hue angle of 15.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB512B is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 81 | 43 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.27 |
| HSL | 15.83º | 0.63% | 0.45% | - |
| HSV(B) | 15.83º | 0.77% | 0.73% | - |
| XYZ | 23.87 | 16.62 | 4.24 | - |
| YUV | 108.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 43 | 0 | 0.57 | 0.77 | 0.27 | 15.83 | 0.63 | 0.45 |
| Hex | BB | 51 | 2B | 0 | 39 | 4D | 1B | 10 | 3F | 2D |
| Octal | 273 | 121 | 53 | 0 | 71 | 115 | 33 | 20 | 77 | 55 |
| Binary | 10111011 | 1010001 | 101011 | 0 | 111001 | 1001101 | 11011 | 10000 | 111111 | 101101 |
Color Harmonies of #BB512B
Complementary color
Monochromatic Colors of #BB512B
Black with #BB512B
Text Example
Text Example
White with #BB512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB512B; }
p { color: rgb(187,81,43); }
H1.HeaderClassName
{
color: #BB512B;
}
.AnyTagClassName
{
color: #BB512B;
}
</style>
background-color css
<style>
a { background-color: #BB512B; }
a { background-color: rgb(187,81,43); }
div.DivClassName
{
background-color: #BB512B;
}
.BgClassName
{
background-color: #BB512B;
}
</style>
border-color css
<style>
span { border-color: #BB512B; }
span { border-color: rgb(187,81,43); }
td.TdClassName
{
border-color: #BB512B;
}
.TagClassName
{
border-color: #BB512B;
}
</style>