Shades of Fiery Orange #B2561E
Tints of Fiery Orange #B2561E
RGB
CMYK
RGB Variations
Color information
#B2561E (or 0xB2561E) is known color: Fiery Orange. HEX triplet: B2, 56 and 1E. RGB value is (178,86,30). Sum of RGB (Red+Green+Blue) = 178+86+30=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2561E is #4DA9E1. Grayscale: #6B6B6B. Windows color (decimal): -5089762 or 1988274. OLE color: 1988274.
HSL color Cylindrical-coordinate representation of color #B2561E: hue angle of 22.7º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2561E is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 30 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.30 |
| HSL | 22.7º | 0.71% | 0.41% | - |
| HSV(B) | 22.7º | 0.83% | 0.7% | - |
| XYZ | 21.92 | 16.21 | 3.2 | - |
| YUV | 107.12 | 84.48 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 30 | 0 | 0.52 | 0.83 | 0.30 | 22.7 | 0.71 | 0.41 |
| Hex | B2 | 56 | 1E | 0 | 34 | 53 | 1E | 17 | 47 | 29 |
| Octal | 262 | 126 | 36 | 0 | 64 | 123 | 36 | 27 | 107 | 51 |
| Binary | 10110010 | 1010110 | 11110 | 0 | 110100 | 1010011 | 11110 | 10111 | 1000111 | 101001 |
Color Harmonies of #B2561E
Complementary color
Monochromatic Colors of #B2561E
Black with #B2561E
Text Example
Text Example
White with #B2561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2561E; }
p { color: rgb(178,86,30); }
H1.HeaderClassName
{
color: #B2561E;
}
.AnyTagClassName
{
color: #B2561E;
}
</style>
background-color css
<style>
a { background-color: #B2561E; }
a { background-color: rgb(178,86,30); }
div.DivClassName
{
background-color: #B2561E;
}
.BgClassName
{
background-color: #B2561E;
}
</style>
border-color css
<style>
span { border-color: #B2561E; }
span { border-color: rgb(178,86,30); }
td.TdClassName
{
border-color: #B2561E;
}
.TagClassName
{
border-color: #B2561E;
}
</style>