Shades of Fiery Orange #B85D28
Tints of Fiery Orange #B85D28
RGB
CMYK
RGB Variations
Color information
#B85D28 (or 0xB85D28) is known color: Fiery Orange. HEX triplet: B8, 5D and 28. RGB value is (184,93,40). Sum of RGB (Red+Green+Blue) = 184+93+40=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D28 is #47A2D7. Grayscale: #727272. Windows color (decimal): -4694744 or 2645432. OLE color: 2645432.
HSL color Cylindrical-coordinate representation of color #B85D28: hue angle of 22.08º 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 #B85D28 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 40 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.28 |
| HSL | 22.08º | 0.64% | 0.44% | - |
| HSV(B) | 22.08º | 0.78% | 0.72% | - |
| XYZ | 24.06 | 18.17 | 4.25 | - |
| YUV | 114.17 | 86.15 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 40 | 0 | 0.49 | 0.78 | 0.28 | 22.08 | 0.64 | 0.44 |
| Hex | B8 | 5D | 28 | 0 | 31 | 4E | 1C | 16 | 40 | 2C |
| Octal | 270 | 135 | 50 | 0 | 61 | 116 | 34 | 26 | 100 | 54 |
| Binary | 10111000 | 1011101 | 101000 | 0 | 110001 | 1001110 | 11100 | 10110 | 1000000 | 101100 |
Color Harmonies of #B85D28
Complementary color
Monochromatic Colors of #B85D28
Black with #B85D28
Text Example
Text Example
White with #B85D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D28; }
p { color: rgb(184,93,40); }
H1.HeaderClassName
{
color: #B85D28;
}
.AnyTagClassName
{
color: #B85D28;
}
</style>
background-color css
<style>
a { background-color: #B85D28; }
a { background-color: rgb(184,93,40); }
div.DivClassName
{
background-color: #B85D28;
}
.BgClassName
{
background-color: #B85D28;
}
</style>
border-color css
<style>
span { border-color: #B85D28; }
span { border-color: rgb(184,93,40); }
td.TdClassName
{
border-color: #B85D28;
}
.TagClassName
{
border-color: #B85D28;
}
</style>