Shades of Fiery Orange #B85830
Tints of Fiery Orange #B85830
RGB
CMYK
RGB Variations
Color information
#B85830 (or 0xB85830) is known color: Fiery Orange. HEX triplet: B8, 58 and 30. RGB value is (184,88,48). Sum of RGB (Red+Green+Blue) = 184+88+48=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B85830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85830 is #47A7CF. Grayscale: #707070. Windows color (decimal): -4696016 or 3168440. OLE color: 3168440.
HSL color Cylindrical-coordinate representation of color #B85830: hue angle of 17.65º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B85830 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 48 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.28 |
| HSL | 17.65º | 0.59% | 0.45% | - |
| HSV(B) | 17.65º | 0.74% | 0.72% | - |
| XYZ | 23.79 | 17.38 | 4.9 | - |
| YUV | 112.14 | 91.8 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 48 | 0 | 0.52 | 0.74 | 0.28 | 17.65 | 0.59 | 0.45 |
| Hex | B8 | 58 | 30 | 0 | 34 | 4A | 1C | 12 | 3B | 2D |
| Octal | 270 | 130 | 60 | 0 | 64 | 112 | 34 | 22 | 73 | 55 |
| Binary | 10111000 | 1011000 | 110000 | 0 | 110100 | 1001010 | 11100 | 10010 | 111011 | 101101 |
Color Harmonies of #B85830
Complementary color
Monochromatic Colors of #B85830
Black with #B85830
Text Example
Text Example
White with #B85830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85830; }
p { color: rgb(184,88,48); }
H1.HeaderClassName
{
color: #B85830;
}
.AnyTagClassName
{
color: #B85830;
}
</style>
background-color css
<style>
a { background-color: #B85830; }
a { background-color: rgb(184,88,48); }
div.DivClassName
{
background-color: #B85830;
}
.BgClassName
{
background-color: #B85830;
}
</style>
border-color css
<style>
span { border-color: #B85830; }
span { border-color: rgb(184,88,48); }
td.TdClassName
{
border-color: #B85830;
}
.TagClassName
{
border-color: #B85830;
}
</style>