Shades of Fiery Orange #BB592B
Tints of Fiery Orange #BB592B
RGB
CMYK
RGB Variations
Color information
#BB592B (or 0xBB592B) is known color: Fiery Orange. HEX triplet: BB, 59 and 2B. RGB value is (187,89,43). Sum of RGB (Red+Green+Blue) = 187+89+43=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB592B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB592B is #44A6D4. Grayscale: #717171. Windows color (decimal): -4499157 or 2841019. OLE color: 2841019.
HSL color Cylindrical-coordinate representation of color #BB592B: hue angle of 19.17º 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 #BB592B is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 43 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.27 |
| HSL | 19.17º | 0.63% | 0.45% | - |
| HSV(B) | 19.17º | 0.77% | 0.73% | - |
| XYZ | 24.5 | 17.88 | 4.45 | - |
| YUV | 113.06 | 88.47 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 43 | 0 | 0.52 | 0.77 | 0.27 | 19.17 | 0.63 | 0.45 |
| Hex | BB | 59 | 2B | 0 | 34 | 4D | 1B | 13 | 3F | 2D |
| Octal | 273 | 131 | 53 | 0 | 64 | 115 | 33 | 23 | 77 | 55 |
| Binary | 10111011 | 1011001 | 101011 | 0 | 110100 | 1001101 | 11011 | 10011 | 111111 | 101101 |
Color Harmonies of #BB592B
Complementary color
Monochromatic Colors of #BB592B
Black with #BB592B
Text Example
Text Example
White with #BB592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB592B; }
p { color: rgb(187,89,43); }
H1.HeaderClassName
{
color: #BB592B;
}
.AnyTagClassName
{
color: #BB592B;
}
</style>
background-color css
<style>
a { background-color: #BB592B; }
a { background-color: rgb(187,89,43); }
div.DivClassName
{
background-color: #BB592B;
}
.BgClassName
{
background-color: #BB592B;
}
</style>
border-color css
<style>
span { border-color: #BB592B; }
span { border-color: rgb(187,89,43); }
td.TdClassName
{
border-color: #BB592B;
}
.TagClassName
{
border-color: #BB592B;
}
</style>