Shades of Fiery Orange #B26329
Tints of Fiery Orange #B26329
RGB
CMYK
RGB Variations
Color information
#B26329 (or 0xB26329) is known color: Fiery Orange. HEX triplet: B2, 63 and 29. RGB value is (178,99,41). Sum of RGB (Red+Green+Blue) = 178+99+41=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B26329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26329 is #4D9CD6. Grayscale: #747474. Windows color (decimal): -5086423 or 2712498. OLE color: 2712498.
HSL color Cylindrical-coordinate representation of color #B26329: hue angle of 25.4º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B26329 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 99 | 41 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.30 |
| HSL | 25.4º | 0.63% | 0.43% | - |
| HSV(B) | 25.4º | 0.77% | 0.7% | - |
| XYZ | 23.22 | 18.55 | 4.45 | - |
| YUV | 116.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 41 | 0 | 0.44 | 0.77 | 0.30 | 25.4 | 0.63 | 0.43 |
| Hex | B2 | 63 | 29 | 0 | 2C | 4D | 1E | 19 | 3F | 2B |
| Octal | 262 | 143 | 51 | 0 | 54 | 115 | 36 | 31 | 77 | 53 |
| Binary | 10110010 | 1100011 | 101001 | 0 | 101100 | 1001101 | 11110 | 11001 | 111111 | 101011 |
Color Harmonies of #B26329
Complementary color
Monochromatic Colors of #B26329
Black with #B26329
Text Example
Text Example
White with #B26329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26329; }
p { color: rgb(178,99,41); }
H1.HeaderClassName
{
color: #B26329;
}
.AnyTagClassName
{
color: #B26329;
}
</style>
background-color css
<style>
a { background-color: #B26329; }
a { background-color: rgb(178,99,41); }
div.DivClassName
{
background-color: #B26329;
}
.BgClassName
{
background-color: #B26329;
}
</style>
border-color css
<style>
span { border-color: #B26329; }
span { border-color: rgb(178,99,41); }
td.TdClassName
{
border-color: #B26329;
}
.TagClassName
{
border-color: #B26329;
}
</style>