Shades of Fiery Orange #BB521E
Tints of Fiery Orange #BB521E
RGB
CMYK
RGB Variations
Color information
#BB521E (or 0xBB521E) is known color: Fiery Orange. HEX triplet: BB, 52 and 1E. RGB value is (187,82,30). Sum of RGB (Red+Green+Blue) = 187+82+30=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB521E is #44ADE1. Grayscale: #6B6B6B. Windows color (decimal): -4500962 or 1987259. OLE color: 1987259.
HSL color Cylindrical-coordinate representation of color #BB521E: hue angle of 19.87º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB521E is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 30 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.27 |
| HSL | 19.87º | 0.72% | 0.43% | - |
| HSV(B) | 19.87º | 0.84% | 0.73% | - |
| XYZ | 23.75 | 16.69 | 3.2 | - |
| YUV | 107.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 30 | 0 | 0.56 | 0.84 | 0.27 | 19.87 | 0.72 | 0.43 |
| Hex | BB | 52 | 1E | 0 | 38 | 54 | 1B | 14 | 48 | 2B |
| Octal | 273 | 122 | 36 | 0 | 70 | 124 | 33 | 24 | 110 | 53 |
| Binary | 10111011 | 1010010 | 11110 | 0 | 111000 | 1010100 | 11011 | 10100 | 1001000 | 101011 |
Color Harmonies of #BB521E
Complementary color
Monochromatic Colors of #BB521E
Black with #BB521E
Text Example
Text Example
White with #BB521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB521E; }
p { color: rgb(187,82,30); }
H1.HeaderClassName
{
color: #BB521E;
}
.AnyTagClassName
{
color: #BB521E;
}
</style>
background-color css
<style>
a { background-color: #BB521E; }
a { background-color: rgb(187,82,30); }
div.DivClassName
{
background-color: #BB521E;
}
.BgClassName
{
background-color: #BB521E;
}
</style>
border-color css
<style>
span { border-color: #BB521E; }
span { border-color: rgb(187,82,30); }
td.TdClassName
{
border-color: #BB521E;
}
.TagClassName
{
border-color: #BB521E;
}
</style>