Shades of Fiery Orange #BB541B
Tints of Fiery Orange #BB541B
RGB
CMYK
RGB Variations
Color information
#BB541B (or 0xBB541B) is known color: Fiery Orange. HEX triplet: BB, 54 and 1B. RGB value is (187,84,27). Sum of RGB (Red+Green+Blue) = 187+84+27=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB541B is #44ABE4. Grayscale: #6C6C6C. Windows color (decimal): -4500453 or 1791163. OLE color: 1791163.
HSL color Cylindrical-coordinate representation of color #BB541B: hue angle of 21.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB541B is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 84 | 27 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.27 |
| HSL | 21.38º | 0.75% | 0.42% | - |
| HSV(B) | 21.38º | 0.86% | 0.73% | - |
| XYZ | 23.86 | 16.98 | 3.06 | - |
| YUV | 108.3 | 82.12 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 84 | 27 | 0 | 0.55 | 0.86 | 0.27 | 21.38 | 0.75 | 0.42 |
| Hex | BB | 54 | 1B | 0 | 37 | 56 | 1B | 15 | 4B | 2A |
| Octal | 273 | 124 | 33 | 0 | 67 | 126 | 33 | 25 | 113 | 52 |
| Binary | 10111011 | 1010100 | 11011 | 0 | 110111 | 1010110 | 11011 | 10101 | 1001011 | 101010 |
Color Harmonies of #BB541B
Complementary color
Monochromatic Colors of #BB541B
Black with #BB541B
Text Example
Text Example
White with #BB541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB541B; }
p { color: rgb(187,84,27); }
H1.HeaderClassName
{
color: #BB541B;
}
.AnyTagClassName
{
color: #BB541B;
}
</style>
background-color css
<style>
a { background-color: #BB541B; }
a { background-color: rgb(187,84,27); }
div.DivClassName
{
background-color: #BB541B;
}
.BgClassName
{
background-color: #BB541B;
}
</style>
border-color css
<style>
span { border-color: #BB541B; }
span { border-color: rgb(187,84,27); }
td.TdClassName
{
border-color: #BB541B;
}
.TagClassName
{
border-color: #BB541B;
}
</style>