Shades of Fiery Orange #BB5328
Tints of Fiery Orange #BB5328
RGB
CMYK
RGB Variations
Color information
#BB5328 (or 0xBB5328) is known color: Fiery Orange. HEX triplet: BB, 53 and 28. RGB value is (187,83,40). Sum of RGB (Red+Green+Blue) = 187+83+40=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5328 is #44ACD7. Grayscale: #6D6D6D. Windows color (decimal): -4500696 or 2642875. OLE color: 2642875.
HSL color Cylindrical-coordinate representation of color #BB5328: hue angle of 17.55º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB5328 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 40 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.27 |
| HSL | 17.55º | 0.65% | 0.45% | - |
| HSV(B) | 17.55º | 0.79% | 0.73% | - |
| XYZ | 23.97 | 16.9 | 4.01 | - |
| YUV | 109.19 | 88.96 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 40 | 0 | 0.56 | 0.79 | 0.27 | 17.55 | 0.65 | 0.45 |
| Hex | BB | 53 | 28 | 0 | 38 | 4F | 1B | 12 | 41 | 2D |
| Octal | 273 | 123 | 50 | 0 | 70 | 117 | 33 | 22 | 101 | 55 |
| Binary | 10111011 | 1010011 | 101000 | 0 | 111000 | 1001111 | 11011 | 10010 | 1000001 | 101101 |
Color Harmonies of #BB5328
Complementary color
Monochromatic Colors of #BB5328
Black with #BB5328
Text Example
Text Example
White with #BB5328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5328; }
p { color: rgb(187,83,40); }
H1.HeaderClassName
{
color: #BB5328;
}
.AnyTagClassName
{
color: #BB5328;
}
</style>
background-color css
<style>
a { background-color: #BB5328; }
a { background-color: rgb(187,83,40); }
div.DivClassName
{
background-color: #BB5328;
}
.BgClassName
{
background-color: #BB5328;
}
</style>
border-color css
<style>
span { border-color: #BB5328; }
span { border-color: rgb(187,83,40); }
td.TdClassName
{
border-color: #BB5328;
}
.TagClassName
{
border-color: #BB5328;
}
</style>