Shades of Fiery Orange #B55E2A
Tints of Fiery Orange #B55E2A
RGB
CMYK
RGB Variations
Color information
#B55E2A (or 0xB55E2A) is known color: Fiery Orange. HEX triplet: B5, 5E and 2A. RGB value is (181,94,42). Sum of RGB (Red+Green+Blue) = 181+94+42=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55E2A is #4AA1D5. Grayscale: #727272. Windows color (decimal): -4891094 or 2776757. OLE color: 2776757.
HSL color Cylindrical-coordinate representation of color #B55E2A: hue angle of 22.45º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B55E2A is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 42 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.29 |
| HSL | 22.45º | 0.62% | 0.44% | - |
| HSV(B) | 22.45º | 0.77% | 0.71% | - |
| XYZ | 23.48 | 18 | 4.43 | - |
| YUV | 114.09 | 87.32 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 42 | 0 | 0.48 | 0.77 | 0.29 | 22.45 | 0.62 | 0.44 |
| Hex | B5 | 5E | 2A | 0 | 30 | 4D | 1D | 16 | 3E | 2C |
| Octal | 265 | 136 | 52 | 0 | 60 | 115 | 35 | 26 | 76 | 54 |
| Binary | 10110101 | 1011110 | 101010 | 0 | 110000 | 1001101 | 11101 | 10110 | 111110 | 101100 |
Color Harmonies of #B55E2A
Complementary color
Monochromatic Colors of #B55E2A
Black with #B55E2A
Text Example
Text Example
White with #B55E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E2A; }
p { color: rgb(181,94,42); }
H1.HeaderClassName
{
color: #B55E2A;
}
.AnyTagClassName
{
color: #B55E2A;
}
</style>
background-color css
<style>
a { background-color: #B55E2A; }
a { background-color: rgb(181,94,42); }
div.DivClassName
{
background-color: #B55E2A;
}
.BgClassName
{
background-color: #B55E2A;
}
</style>
border-color css
<style>
span { border-color: #B55E2A; }
span { border-color: rgb(181,94,42); }
td.TdClassName
{
border-color: #B55E2A;
}
.TagClassName
{
border-color: #B55E2A;
}
</style>