Shades of Fiery Orange #B85C26
Tints of Fiery Orange #B85C26
RGB
CMYK
RGB Variations
Color information
#B85C26 (or 0xB85C26) is known color: Fiery Orange. HEX triplet: B8, 5C and 26. RGB value is (184,92,38). Sum of RGB (Red+Green+Blue) = 184+92+38=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C26 is #47A3D9. Grayscale: #717171. Windows color (decimal): -4695002 or 2514104. OLE color: 2514104.
HSL color Cylindrical-coordinate representation of color #B85C26: hue angle of 22.19º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B85C26 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 38 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.28 |
| HSL | 22.19º | 0.66% | 0.44% | - |
| HSV(B) | 22.19º | 0.79% | 0.72% | - |
| XYZ | 23.94 | 17.98 | 4.04 | - |
| YUV | 113.35 | 85.48 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 38 | 0 | 0.50 | 0.79 | 0.28 | 22.19 | 0.66 | 0.44 |
| Hex | B8 | 5C | 26 | 0 | 32 | 4F | 1C | 16 | 42 | 2C |
| Octal | 270 | 134 | 46 | 0 | 62 | 117 | 34 | 26 | 102 | 54 |
| Binary | 10111000 | 1011100 | 100110 | 0 | 110010 | 1001111 | 11100 | 10110 | 1000010 | 101100 |
Color Harmonies of #B85C26
Complementary color
Monochromatic Colors of #B85C26
Black with #B85C26
Text Example
Text Example
White with #B85C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C26; }
p { color: rgb(184,92,38); }
H1.HeaderClassName
{
color: #B85C26;
}
.AnyTagClassName
{
color: #B85C26;
}
</style>
background-color css
<style>
a { background-color: #B85C26; }
a { background-color: rgb(184,92,38); }
div.DivClassName
{
background-color: #B85C26;
}
.BgClassName
{
background-color: #B85C26;
}
</style>
border-color css
<style>
span { border-color: #B85C26; }
span { border-color: rgb(184,92,38); }
td.TdClassName
{
border-color: #B85C26;
}
.TagClassName
{
border-color: #B85C26;
}
</style>