Shades of Fiery Orange #B85C28
Tints of Fiery Orange #B85C28
RGB
CMYK
RGB Variations
Color information
#B85C28 (or 0xB85C28) is known color: Fiery Orange. HEX triplet: B8, 5C and 28. RGB value is (184,92,40). Sum of RGB (Red+Green+Blue) = 184+92+40=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C28 is #47A3D7. Grayscale: #717171. Windows color (decimal): -4695000 or 2645176. OLE color: 2645176.
HSL color Cylindrical-coordinate representation of color #B85C28: hue angle of 21.67º 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 #B85C28 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 40 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.28 |
| HSL | 21.67º | 0.64% | 0.44% | - |
| HSV(B) | 21.67º | 0.78% | 0.72% | - |
| XYZ | 23.98 | 18 | 4.22 | - |
| YUV | 113.58 | 86.48 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 40 | 0 | 0.50 | 0.78 | 0.28 | 21.67 | 0.64 | 0.44 |
| Hex | B8 | 5C | 28 | 0 | 32 | 4E | 1C | 16 | 40 | 2C |
| Octal | 270 | 134 | 50 | 0 | 62 | 116 | 34 | 26 | 100 | 54 |
| Binary | 10111000 | 1011100 | 101000 | 0 | 110010 | 1001110 | 11100 | 10110 | 1000000 | 101100 |
Color Harmonies of #B85C28
Complementary color
Monochromatic Colors of #B85C28
Black with #B85C28
Text Example
Text Example
White with #B85C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C28; }
p { color: rgb(184,92,40); }
H1.HeaderClassName
{
color: #B85C28;
}
.AnyTagClassName
{
color: #B85C28;
}
</style>
background-color css
<style>
a { background-color: #B85C28; }
a { background-color: rgb(184,92,40); }
div.DivClassName
{
background-color: #B85C28;
}
.BgClassName
{
background-color: #B85C28;
}
</style>
border-color css
<style>
span { border-color: #B85C28; }
span { border-color: rgb(184,92,40); }
td.TdClassName
{
border-color: #B85C28;
}
.TagClassName
{
border-color: #B85C28;
}
</style>