Shades of Fiery Orange #BB5329
Tints of Fiery Orange #BB5329
RGB
CMYK
RGB Variations
Color information
#BB5329 (or 0xBB5329) is known color: Fiery Orange. HEX triplet: BB, 53 and 29. RGB value is (187,83,41). Sum of RGB (Red+Green+Blue) = 187+83+41=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5329 is #44ACD6. Grayscale: #6D6D6D. Windows color (decimal): -4500695 or 2708411. OLE color: 2708411.
HSL color Cylindrical-coordinate representation of color #BB5329: hue angle of 17.26º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB5329 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 41 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.27 |
| HSL | 17.26º | 0.64% | 0.45% | - |
| HSV(B) | 17.26º | 0.78% | 0.73% | - |
| XYZ | 23.99 | 16.91 | 4.1 | - |
| YUV | 109.31 | 89.46 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 41 | 0 | 0.56 | 0.78 | 0.27 | 17.26 | 0.64 | 0.45 |
| Hex | BB | 53 | 29 | 0 | 38 | 4E | 1B | 11 | 40 | 2D |
| Octal | 273 | 123 | 51 | 0 | 70 | 116 | 33 | 21 | 100 | 55 |
| Binary | 10111011 | 1010011 | 101001 | 0 | 111000 | 1001110 | 11011 | 10001 | 1000000 | 101101 |
Color Harmonies of #BB5329
Complementary color
Monochromatic Colors of #BB5329
Black with #BB5329
Text Example
Text Example
White with #BB5329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5329; }
p { color: rgb(187,83,41); }
H1.HeaderClassName
{
color: #BB5329;
}
.AnyTagClassName
{
color: #BB5329;
}
</style>
background-color css
<style>
a { background-color: #BB5329; }
a { background-color: rgb(187,83,41); }
div.DivClassName
{
background-color: #BB5329;
}
.BgClassName
{
background-color: #BB5329;
}
</style>
border-color css
<style>
span { border-color: #BB5329; }
span { border-color: rgb(187,83,41); }
td.TdClassName
{
border-color: #BB5329;
}
.TagClassName
{
border-color: #BB5329;
}
</style>