Shades of Fiery Orange #B85832
Tints of Fiery Orange #B85832
RGB
CMYK
RGB Variations
Color information
#B85832 (or 0xB85832) is known color: Fiery Orange. HEX triplet: B8, 58 and 32. RGB value is (184,88,50). Sum of RGB (Red+Green+Blue) = 184+88+50=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B85832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85832 is #47A7CD. Grayscale: #707070. Windows color (decimal): -4696014 or 3299512. OLE color: 3299512.
HSL color Cylindrical-coordinate representation of color #B85832: hue angle of 17.01º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B85832 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 50 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.28 |
| HSL | 17.01º | 0.57% | 0.46% | - |
| HSV(B) | 17.01º | 0.73% | 0.72% | - |
| XYZ | 23.83 | 17.4 | 5.12 | - |
| YUV | 112.37 | 92.8 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 50 | 0 | 0.52 | 0.73 | 0.28 | 17.01 | 0.57 | 0.46 |
| Hex | B8 | 58 | 32 | 0 | 34 | 49 | 1C | 11 | 39 | 2E |
| Octal | 270 | 130 | 62 | 0 | 64 | 111 | 34 | 21 | 71 | 56 |
| Binary | 10111000 | 1011000 | 110010 | 0 | 110100 | 1001001 | 11100 | 10001 | 111001 | 101110 |
Color Harmonies of #B85832
Complementary color
Monochromatic Colors of #B85832
Black with #B85832
Text Example
Text Example
White with #B85832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85832; }
p { color: rgb(184,88,50); }
H1.HeaderClassName
{
color: #B85832;
}
.AnyTagClassName
{
color: #B85832;
}
</style>
background-color css
<style>
a { background-color: #B85832; }
a { background-color: rgb(184,88,50); }
div.DivClassName
{
background-color: #B85832;
}
.BgClassName
{
background-color: #B85832;
}
</style>
border-color css
<style>
span { border-color: #B85832; }
span { border-color: rgb(184,88,50); }
td.TdClassName
{
border-color: #B85832;
}
.TagClassName
{
border-color: #B85832;
}
</style>