Shades of Fiery Orange #B55329
Tints of Fiery Orange #B55329
RGB
CMYK
RGB Variations
Color information
#B55329 (or 0xB55329) is known color: Fiery Orange. HEX triplet: B5, 53 and 29. RGB value is (181,83,41). Sum of RGB (Red+Green+Blue) = 181+83+41=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B55329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55329 is #4AACD6. Grayscale: #6B6B6B. Windows color (decimal): -4893911 or 2708405. OLE color: 2708405.
HSL color Cylindrical-coordinate representation of color #B55329: hue angle of 18º degrees, saturation: 0.63, 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 #B55329 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 41 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.29 |
| HSL | 18º | 0.63% | 0.44% | - |
| HSV(B) | 18º | 0.77% | 0.71% | - |
| XYZ | 22.55 | 16.17 | 4.03 | - |
| YUV | 107.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 41 | 0 | 0.54 | 0.77 | 0.29 | 18 | 0.63 | 0.44 |
| Hex | B5 | 53 | 29 | 0 | 36 | 4D | 1D | 12 | 3F | 2C |
| Octal | 265 | 123 | 51 | 0 | 66 | 115 | 35 | 22 | 77 | 54 |
| Binary | 10110101 | 1010011 | 101001 | 0 | 110110 | 1001101 | 11101 | 10010 | 111111 | 101100 |
Color Harmonies of #B55329
Complementary color
Monochromatic Colors of #B55329
Black with #B55329
Text Example
Text Example
White with #B55329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55329; }
p { color: rgb(181,83,41); }
H1.HeaderClassName
{
color: #B55329;
}
.AnyTagClassName
{
color: #B55329;
}
</style>
background-color css
<style>
a { background-color: #B55329; }
a { background-color: rgb(181,83,41); }
div.DivClassName
{
background-color: #B55329;
}
.BgClassName
{
background-color: #B55329;
}
</style>
border-color css
<style>
span { border-color: #B55329; }
span { border-color: rgb(181,83,41); }
td.TdClassName
{
border-color: #B55329;
}
.TagClassName
{
border-color: #B55329;
}
</style>