Shades of Fiery Orange #B26230
Tints of Fiery Orange #B26230
RGB
CMYK
RGB Variations
Color information
#B26230 (or 0xB26230) is known color: Fiery Orange. HEX triplet: B2, 62 and 30. RGB value is (178,98,48). Sum of RGB (Red+Green+Blue) = 178+98+48=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B26230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26230 is #4D9DCF. Grayscale: #747474. Windows color (decimal): -5086672 or 3170994. OLE color: 3170994.
HSL color Cylindrical-coordinate representation of color #B26230: hue angle of 23.08º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B26230 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 48 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.30 |
| HSL | 23.08º | 0.58% | 0.44% | - |
| HSV(B) | 23.08º | 0.73% | 0.7% | - |
| XYZ | 23.26 | 18.41 | 5.12 | - |
| YUV | 116.22 | 89.5 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 48 | 0 | 0.45 | 0.73 | 0.30 | 23.08 | 0.58 | 0.44 |
| Hex | B2 | 62 | 30 | 0 | 2D | 49 | 1E | 17 | 3A | 2C |
| Octal | 262 | 142 | 60 | 0 | 55 | 111 | 36 | 27 | 72 | 54 |
| Binary | 10110010 | 1100010 | 110000 | 0 | 101101 | 1001001 | 11110 | 10111 | 111010 | 101100 |
Color Harmonies of #B26230
Complementary color
Monochromatic Colors of #B26230
Black with #B26230
Text Example
Text Example
White with #B26230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26230; }
p { color: rgb(178,98,48); }
H1.HeaderClassName
{
color: #B26230;
}
.AnyTagClassName
{
color: #B26230;
}
</style>
background-color css
<style>
a { background-color: #B26230; }
a { background-color: rgb(178,98,48); }
div.DivClassName
{
background-color: #B26230;
}
.BgClassName
{
background-color: #B26230;
}
</style>
border-color css
<style>
span { border-color: #B26230; }
span { border-color: rgb(178,98,48); }
td.TdClassName
{
border-color: #B26230;
}
.TagClassName
{
border-color: #B26230;
}
</style>