Shades of Fiery Orange #B85320
Tints of Fiery Orange #B85320
RGB
CMYK
RGB Variations
Color information
#B85320 (or 0xB85320) is known color: Fiery Orange. HEX triplet: B8, 53 and 20. RGB value is (184,83,32). Sum of RGB (Red+Green+Blue) = 184+83+32=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B85320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85320 is #47ACDF. Grayscale: #6B6B6B. Windows color (decimal): -4697312 or 2118584. OLE color: 2118584.
HSL color Cylindrical-coordinate representation of color #B85320: hue angle of 20.13º 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 #B85320 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 32 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.28 |
| HSL | 20.13º | 0.7% | 0.42% | - |
| HSV(B) | 20.13º | 0.83% | 0.72% | - |
| XYZ | 23.12 | 16.48 | 3.33 | - |
| YUV | 107.39 | 85.46 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 32 | 0 | 0.55 | 0.83 | 0.28 | 20.13 | 0.7 | 0.42 |
| Hex | B8 | 53 | 20 | 0 | 37 | 53 | 1C | 14 | 46 | 2A |
| Octal | 270 | 123 | 40 | 0 | 67 | 123 | 34 | 24 | 106 | 52 |
| Binary | 10111000 | 1010011 | 100000 | 0 | 110111 | 1010011 | 11100 | 10100 | 1000110 | 101010 |
Color Harmonies of #B85320
Complementary color
Monochromatic Colors of #B85320
Black with #B85320
Text Example
Text Example
White with #B85320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85320; }
p { color: rgb(184,83,32); }
H1.HeaderClassName
{
color: #B85320;
}
.AnyTagClassName
{
color: #B85320;
}
</style>
background-color css
<style>
a { background-color: #B85320; }
a { background-color: rgb(184,83,32); }
div.DivClassName
{
background-color: #B85320;
}
.BgClassName
{
background-color: #B85320;
}
</style>
border-color css
<style>
span { border-color: #B85320; }
span { border-color: rgb(184,83,32); }
td.TdClassName
{
border-color: #B85320;
}
.TagClassName
{
border-color: #B85320;
}
</style>