Shades of Fiery Orange #B55E25
Tints of Fiery Orange #B55E25
RGB
CMYK
RGB Variations
Color information
#B55E25 (or 0xB55E25) is known color: Fiery Orange. HEX triplet: B5, 5E and 25. RGB value is (181,94,37). Sum of RGB (Red+Green+Blue) = 181+94+37=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E25 is #4AA1DA. Grayscale: #717171. Windows color (decimal): -4891099 or 2449077. OLE color: 2449077.
HSL color Cylindrical-coordinate representation of color #B55E25: hue angle of 23.75º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B55E25 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 37 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.29 |
| HSL | 23.75º | 0.66% | 0.43% | - |
| HSV(B) | 23.75º | 0.8% | 0.71% | - |
| XYZ | 23.39 | 17.96 | 3.98 | - |
| YUV | 113.52 | 84.82 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 37 | 0 | 0.48 | 0.80 | 0.29 | 23.75 | 0.66 | 0.43 |
| Hex | B5 | 5E | 25 | 0 | 30 | 50 | 1D | 18 | 42 | 2B |
| Octal | 265 | 136 | 45 | 0 | 60 | 120 | 35 | 30 | 102 | 53 |
| Binary | 10110101 | 1011110 | 100101 | 0 | 110000 | 1010000 | 11101 | 11000 | 1000010 | 101011 |
Color Harmonies of #B55E25
Complementary color
Monochromatic Colors of #B55E25
Black with #B55E25
Text Example
Text Example
White with #B55E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E25; }
p { color: rgb(181,94,37); }
H1.HeaderClassName
{
color: #B55E25;
}
.AnyTagClassName
{
color: #B55E25;
}
</style>
background-color css
<style>
a { background-color: #B55E25; }
a { background-color: rgb(181,94,37); }
div.DivClassName
{
background-color: #B55E25;
}
.BgClassName
{
background-color: #B55E25;
}
</style>
border-color css
<style>
span { border-color: #B55E25; }
span { border-color: rgb(181,94,37); }
td.TdClassName
{
border-color: #B55E25;
}
.TagClassName
{
border-color: #B55E25;
}
</style>