Shades of Fiery Orange #B65E21
Tints of Fiery Orange #B65E21
RGB
CMYK
RGB Variations
Color information
#B65E21 (or 0xB65E21) is known color: Fiery Orange. HEX triplet: B6, 5E and 21. RGB value is (182,94,33). Sum of RGB (Red+Green+Blue) = 182+94+33=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65E21 is #49A1DE. Grayscale: #717171. Windows color (decimal): -4825567 or 2186934. OLE color: 2186934.
HSL color Cylindrical-coordinate representation of color #B65E21: hue angle of 24.56º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B65E21 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 94 | 33 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.29 |
| HSL | 24.56º | 0.69% | 0.42% | - |
| HSV(B) | 24.56º | 0.82% | 0.71% | - |
| XYZ | 23.57 | 18.06 | 3.68 | - |
| YUV | 113.36 | 82.65 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 94 | 33 | 0 | 0.48 | 0.82 | 0.29 | 24.56 | 0.69 | 0.42 |
| Hex | B6 | 5E | 21 | 0 | 30 | 52 | 1D | 19 | 45 | 2A |
| Octal | 266 | 136 | 41 | 0 | 60 | 122 | 35 | 31 | 105 | 52 |
| Binary | 10110110 | 1011110 | 100001 | 0 | 110000 | 1010010 | 11101 | 11001 | 1000101 | 101010 |
Color Harmonies of #B65E21
Complementary color
Monochromatic Colors of #B65E21
Black with #B65E21
Text Example
Text Example
White with #B65E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65E21; }
p { color: rgb(182,94,33); }
H1.HeaderClassName
{
color: #B65E21;
}
.AnyTagClassName
{
color: #B65E21;
}
</style>
background-color css
<style>
a { background-color: #B65E21; }
a { background-color: rgb(182,94,33); }
div.DivClassName
{
background-color: #B65E21;
}
.BgClassName
{
background-color: #B65E21;
}
</style>
border-color css
<style>
span { border-color: #B65E21; }
span { border-color: rgb(182,94,33); }
td.TdClassName
{
border-color: #B65E21;
}
.TagClassName
{
border-color: #B65E21;
}
</style>