Shades of Fiery Orange #BB5226
Tints of Fiery Orange #BB5226
RGB
CMYK
RGB Variations
Color information
#BB5226 (or 0xBB5226) is known color: Fiery Orange. HEX triplet: BB, 52 and 26. RGB value is (187,82,38). Sum of RGB (Red+Green+Blue) = 187+82+38=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5226 is #44ADD9. Grayscale: #6C6C6C. Windows color (decimal): -4500954 or 2511547. OLE color: 2511547.
HSL color Cylindrical-coordinate representation of color #BB5226: hue angle of 17.72º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB5226 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 38 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.27 |
| HSL | 17.72º | 0.66% | 0.44% | - |
| HSV(B) | 17.72º | 0.8% | 0.73% | - |
| XYZ | 23.86 | 16.74 | 3.81 | - |
| YUV | 108.38 | 88.29 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 38 | 0 | 0.56 | 0.80 | 0.27 | 17.72 | 0.66 | 0.44 |
| Hex | BB | 52 | 26 | 0 | 38 | 50 | 1B | 12 | 42 | 2C |
| Octal | 273 | 122 | 46 | 0 | 70 | 120 | 33 | 22 | 102 | 54 |
| Binary | 10111011 | 1010010 | 100110 | 0 | 111000 | 1010000 | 11011 | 10010 | 1000010 | 101100 |
Color Harmonies of #BB5226
Complementary color
Monochromatic Colors of #BB5226
Black with #BB5226
Text Example
Text Example
White with #BB5226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5226; }
p { color: rgb(187,82,38); }
H1.HeaderClassName
{
color: #BB5226;
}
.AnyTagClassName
{
color: #BB5226;
}
</style>
background-color css
<style>
a { background-color: #BB5226; }
a { background-color: rgb(187,82,38); }
div.DivClassName
{
background-color: #BB5226;
}
.BgClassName
{
background-color: #BB5226;
}
</style>
border-color css
<style>
span { border-color: #BB5226; }
span { border-color: rgb(187,82,38); }
td.TdClassName
{
border-color: #BB5226;
}
.TagClassName
{
border-color: #BB5226;
}
</style>