Shades of Fiery Orange #B65C1E
Tints of Fiery Orange #B65C1E
RGB
CMYK
RGB Variations
Color information
#B65C1E (or 0xB65C1E) is known color: Fiery Orange. HEX triplet: B6, 5C and 1E. RGB value is (182,92,30). Sum of RGB (Red+Green+Blue) = 182+92+30=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C1E is #49A3E1. Grayscale: #707070. Windows color (decimal): -4826082 or 1989814. OLE color: 1989814.
HSL color Cylindrical-coordinate representation of color #B65C1E: hue angle of 24.47º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B65C1E is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 92 | 30 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.29 |
| HSL | 24.47º | 0.72% | 0.42% | - |
| HSV(B) | 24.47º | 0.84% | 0.71% | - |
| XYZ | 23.35 | 17.69 | 3.41 | - |
| YUV | 111.84 | 81.82 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 30 | 0 | 0.49 | 0.84 | 0.29 | 24.47 | 0.72 | 0.42 |
| Hex | B6 | 5C | 1E | 0 | 31 | 54 | 1D | 18 | 48 | 2A |
| Octal | 266 | 134 | 36 | 0 | 61 | 124 | 35 | 30 | 110 | 52 |
| Binary | 10110110 | 1011100 | 11110 | 0 | 110001 | 1010100 | 11101 | 11000 | 1001000 | 101010 |
Color Harmonies of #B65C1E
Complementary color
Monochromatic Colors of #B65C1E
Black with #B65C1E
Text Example
Text Example
White with #B65C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65C1E; }
p { color: rgb(182,92,30); }
H1.HeaderClassName
{
color: #B65C1E;
}
.AnyTagClassName
{
color: #B65C1E;
}
</style>
background-color css
<style>
a { background-color: #B65C1E; }
a { background-color: rgb(182,92,30); }
div.DivClassName
{
background-color: #B65C1E;
}
.BgClassName
{
background-color: #B65C1E;
}
</style>
border-color css
<style>
span { border-color: #B65C1E; }
span { border-color: rgb(182,92,30); }
td.TdClassName
{
border-color: #B65C1E;
}
.TagClassName
{
border-color: #B65C1E;
}
</style>