Shades of Fiery Orange #B26229
Tints of Fiery Orange #B26229
RGB
CMYK
RGB Variations
Color information
#B26229 (or 0xB26229) is known color: Fiery Orange. HEX triplet: B2, 62 and 29. RGB value is (178,98,41). Sum of RGB (Red+Green+Blue) = 178+98+41=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B26229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26229 is #4D9DD6. Grayscale: #737373. Windows color (decimal): -5086679 or 2712242. OLE color: 2712242.
HSL color Cylindrical-coordinate representation of color #B26229: hue angle of 24.96º 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 #B26229 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 41 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.30 |
| HSL | 24.96º | 0.63% | 0.43% | - |
| HSV(B) | 24.96º | 0.77% | 0.7% | - |
| XYZ | 23.13 | 18.36 | 4.42 | - |
| YUV | 115.42 | 86 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 41 | 0 | 0.45 | 0.77 | 0.30 | 24.96 | 0.63 | 0.43 |
| Hex | B2 | 62 | 29 | 0 | 2D | 4D | 1E | 19 | 3F | 2B |
| Octal | 262 | 142 | 51 | 0 | 55 | 115 | 36 | 31 | 77 | 53 |
| Binary | 10110010 | 1100010 | 101001 | 0 | 101101 | 1001101 | 11110 | 11001 | 111111 | 101011 |
Color Harmonies of #B26229
Complementary color
Monochromatic Colors of #B26229
Black with #B26229
Text Example
Text Example
White with #B26229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26229; }
p { color: rgb(178,98,41); }
H1.HeaderClassName
{
color: #B26229;
}
.AnyTagClassName
{
color: #B26229;
}
</style>
background-color css
<style>
a { background-color: #B26229; }
a { background-color: rgb(178,98,41); }
div.DivClassName
{
background-color: #B26229;
}
.BgClassName
{
background-color: #B26229;
}
</style>
border-color css
<style>
span { border-color: #B26229; }
span { border-color: rgb(178,98,41); }
td.TdClassName
{
border-color: #B26229;
}
.TagClassName
{
border-color: #B26229;
}
</style>