Shades of Fiery Orange #B85528
Tints of Fiery Orange #B85528
RGB
CMYK
RGB Variations
Color information
#B85528 (or 0xB85528) is known color: Fiery Orange. HEX triplet: B8, 55 and 28. RGB value is (184,85,40). Sum of RGB (Red+Green+Blue) = 184+85+40=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B85528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85528 is #47AAD7. Grayscale: #6D6D6D. Windows color (decimal): -4696792 or 2643384. OLE color: 2643384.
HSL color Cylindrical-coordinate representation of color #B85528: hue angle of 18.75º 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 #B85528 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 40 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.28 |
| HSL | 18.75º | 0.64% | 0.44% | - |
| HSV(B) | 18.75º | 0.78% | 0.72% | - |
| XYZ | 23.4 | 16.84 | 4.02 | - |
| YUV | 109.47 | 88.8 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 40 | 0 | 0.54 | 0.78 | 0.28 | 18.75 | 0.64 | 0.44 |
| Hex | B8 | 55 | 28 | 0 | 36 | 4E | 1C | 13 | 40 | 2C |
| Octal | 270 | 125 | 50 | 0 | 66 | 116 | 34 | 23 | 100 | 54 |
| Binary | 10111000 | 1010101 | 101000 | 0 | 110110 | 1001110 | 11100 | 10011 | 1000000 | 101100 |
Color Harmonies of #B85528
Complementary color
Monochromatic Colors of #B85528
Black with #B85528
Text Example
Text Example
White with #B85528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85528; }
p { color: rgb(184,85,40); }
H1.HeaderClassName
{
color: #B85528;
}
.AnyTagClassName
{
color: #B85528;
}
</style>
background-color css
<style>
a { background-color: #B85528; }
a { background-color: rgb(184,85,40); }
div.DivClassName
{
background-color: #B85528;
}
.BgClassName
{
background-color: #B85528;
}
</style>
border-color css
<style>
span { border-color: #B85528; }
span { border-color: rgb(184,85,40); }
td.TdClassName
{
border-color: #B85528;
}
.TagClassName
{
border-color: #B85528;
}
</style>