Shades of Fiery Orange #B75920
Tints of Fiery Orange #B75920
RGB
CMYK
RGB Variations
Color information
#B75920 (or 0xB75920) is known color: Fiery Orange. HEX triplet: B7, 59 and 20. RGB value is (183,89,32). Sum of RGB (Red+Green+Blue) = 183+89+32=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B75920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75920 is #48A6DF. Grayscale: #6E6E6E. Windows color (decimal): -4761312 or 2120119. OLE color: 2120119.
HSL color Cylindrical-coordinate representation of color #B75920: hue angle of 22.65º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B75920 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 32 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.28 |
| HSL | 22.65º | 0.7% | 0.42% | - |
| HSV(B) | 22.65º | 0.83% | 0.72% | - |
| XYZ | 23.36 | 17.32 | 3.48 | - |
| YUV | 110.61 | 83.64 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 32 | 0 | 0.51 | 0.83 | 0.28 | 22.65 | 0.7 | 0.42 |
| Hex | B7 | 59 | 20 | 0 | 33 | 53 | 1C | 17 | 46 | 2A |
| Octal | 267 | 131 | 40 | 0 | 63 | 123 | 34 | 27 | 106 | 52 |
| Binary | 10110111 | 1011001 | 100000 | 0 | 110011 | 1010011 | 11100 | 10111 | 1000110 | 101010 |
Color Harmonies of #B75920
Complementary color
Monochromatic Colors of #B75920
Black with #B75920
Text Example
Text Example
White with #B75920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75920; }
p { color: rgb(183,89,32); }
H1.HeaderClassName
{
color: #B75920;
}
.AnyTagClassName
{
color: #B75920;
}
</style>
background-color css
<style>
a { background-color: #B75920; }
a { background-color: rgb(183,89,32); }
div.DivClassName
{
background-color: #B75920;
}
.BgClassName
{
background-color: #B75920;
}
</style>
border-color css
<style>
span { border-color: #B75920; }
span { border-color: rgb(183,89,32); }
td.TdClassName
{
border-color: #B75920;
}
.TagClassName
{
border-color: #B75920;
}
</style>