Shades of Fiery Orange #BB522C
Tints of Fiery Orange #BB522C
RGB
CMYK
RGB Variations
Color information
#BB522C (or 0xBB522C) is known color: Fiery Orange. HEX triplet: BB, 52 and 2C. RGB value is (187,82,44). Sum of RGB (Red+Green+Blue) = 187+82+44=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB522C is #44ADD3. Grayscale: #6D6D6D. Windows color (decimal): -4500948 or 2904763. OLE color: 2904763.
HSL color Cylindrical-coordinate representation of color #BB522C: hue angle of 15.94º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB522C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 44 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.27 |
| HSL | 15.94º | 0.62% | 0.45% | - |
| HSV(B) | 15.94º | 0.76% | 0.73% | - |
| XYZ | 23.97 | 16.78 | 4.36 | - |
| YUV | 109.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 44 | 0 | 0.56 | 0.76 | 0.27 | 15.94 | 0.62 | 0.45 |
| Hex | BB | 52 | 2C | 0 | 38 | 4C | 1B | 10 | 3E | 2D |
| Octal | 273 | 122 | 54 | 0 | 70 | 114 | 33 | 20 | 76 | 55 |
| Binary | 10111011 | 1010010 | 101100 | 0 | 111000 | 1001100 | 11011 | 10000 | 111110 | 101101 |
Color Harmonies of #BB522C
Complementary color
Monochromatic Colors of #BB522C
Black with #BB522C
Text Example
Text Example
White with #BB522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB522C; }
p { color: rgb(187,82,44); }
H1.HeaderClassName
{
color: #BB522C;
}
.AnyTagClassName
{
color: #BB522C;
}
</style>
background-color css
<style>
a { background-color: #BB522C; }
a { background-color: rgb(187,82,44); }
div.DivClassName
{
background-color: #BB522C;
}
.BgClassName
{
background-color: #BB522C;
}
</style>
border-color css
<style>
span { border-color: #BB522C; }
span { border-color: rgb(187,82,44); }
td.TdClassName
{
border-color: #BB522C;
}
.TagClassName
{
border-color: #BB522C;
}
</style>