Shades of Fiery Orange #B85329
Tints of Fiery Orange #B85329
RGB
CMYK
RGB Variations
Color information
#B85329 (or 0xB85329) is known color: Fiery Orange. HEX triplet: B8, 53 and 29. RGB value is (184,83,41). Sum of RGB (Red+Green+Blue) = 184+83+41=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B85329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85329 is #47ACD6. Grayscale: #6C6C6C. Windows color (decimal): -4697303 or 2708408. OLE color: 2708408.
HSL color Cylindrical-coordinate representation of color #B85329: hue angle of 17.62º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B85329 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 41 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.28 |
| HSL | 17.62º | 0.64% | 0.44% | - |
| HSV(B) | 17.62º | 0.78% | 0.72% | - |
| XYZ | 23.26 | 16.54 | 4.06 | - |
| YUV | 108.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 41 | 0 | 0.55 | 0.78 | 0.28 | 17.62 | 0.64 | 0.44 |
| Hex | B8 | 53 | 29 | 0 | 37 | 4E | 1C | 12 | 40 | 2C |
| Octal | 270 | 123 | 51 | 0 | 67 | 116 | 34 | 22 | 100 | 54 |
| Binary | 10111000 | 1010011 | 101001 | 0 | 110111 | 1001110 | 11100 | 10010 | 1000000 | 101100 |
Color Harmonies of #B85329
Complementary color
Monochromatic Colors of #B85329
Black with #B85329
Text Example
Text Example
White with #B85329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85329; }
p { color: rgb(184,83,41); }
H1.HeaderClassName
{
color: #B85329;
}
.AnyTagClassName
{
color: #B85329;
}
</style>
background-color css
<style>
a { background-color: #B85329; }
a { background-color: rgb(184,83,41); }
div.DivClassName
{
background-color: #B85329;
}
.BgClassName
{
background-color: #B85329;
}
</style>
border-color css
<style>
span { border-color: #B85329; }
span { border-color: rgb(184,83,41); }
td.TdClassName
{
border-color: #B85329;
}
.TagClassName
{
border-color: #B85329;
}
</style>