Shades of Fiery Orange #B65C16
Tints of Fiery Orange #B65C16
RGB
CMYK
RGB Variations
Color information
#B65C16 (or 0xB65C16) is known color: Fiery Orange. HEX triplet: B6, 5C and 16. RGB value is (182,92,22). Sum of RGB (Red+Green+Blue) = 182+92+22=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65C16 is #49A3E9. Grayscale: #6F6F6F. Windows color (decimal): -4826090 or 1465526. OLE color: 1465526.
HSL color Cylindrical-coordinate representation of color #B65C16: hue angle of 26.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B65C16 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 92 | 22 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.29 |
| HSL | 26.25º | 0.78% | 0.4% | - |
| HSV(B) | 26.25º | 0.88% | 0.71% | - |
| XYZ | 23.26 | 17.66 | 2.94 | - |
| YUV | 110.93 | 77.82 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 22 | 0 | 0.49 | 0.88 | 0.29 | 26.25 | 0.78 | 0.4 |
| Hex | B6 | 5C | 16 | 0 | 31 | 58 | 1D | 1A | 4E | 28 |
| Octal | 266 | 134 | 26 | 0 | 61 | 130 | 35 | 32 | 116 | 50 |
| Binary | 10110110 | 1011100 | 10110 | 0 | 110001 | 1011000 | 11101 | 11010 | 1001110 | 101000 |
Color Harmonies of #B65C16
Complementary color
Monochromatic Colors of #B65C16
Black with #B65C16
Text Example
Text Example
White with #B65C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65C16; }
p { color: rgb(182,92,22); }
H1.HeaderClassName
{
color: #B65C16;
}
.AnyTagClassName
{
color: #B65C16;
}
</style>
background-color css
<style>
a { background-color: #B65C16; }
a { background-color: rgb(182,92,22); }
div.DivClassName
{
background-color: #B65C16;
}
.BgClassName
{
background-color: #B65C16;
}
</style>
border-color css
<style>
span { border-color: #B65C16; }
span { border-color: rgb(182,92,22); }
td.TdClassName
{
border-color: #B65C16;
}
.TagClassName
{
border-color: #B65C16;
}
</style>