Shades of Fiery Orange #B15827
Tints of Fiery Orange #B15827
RGB
CMYK
RGB Variations
Color information
#B15827 (or 0xB15827) is known color: Fiery Orange. HEX triplet: B1, 58 and 27. RGB value is (177,88,39). Sum of RGB (Red+Green+Blue) = 177+88+39=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B15827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15827 is #4EA7D8. Grayscale: #6D6D6D. Windows color (decimal): -5154777 or 2578609. OLE color: 2578609.
HSL color Cylindrical-coordinate representation of color #B15827: hue angle of 21.3º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B15827 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 88 | 39 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.31 |
| HSL | 21.3º | 0.64% | 0.42% | - |
| HSV(B) | 21.3º | 0.78% | 0.69% | - |
| XYZ | 21.99 | 16.47 | 3.94 | - |
| YUV | 109.03 | 88.49 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 39 | 0 | 0.50 | 0.78 | 0.31 | 21.3 | 0.64 | 0.42 |
| Hex | B1 | 58 | 27 | 0 | 32 | 4E | 1F | 15 | 40 | 2A |
| Octal | 261 | 130 | 47 | 0 | 62 | 116 | 37 | 25 | 100 | 52 |
| Binary | 10110001 | 1011000 | 100111 | 0 | 110010 | 1001110 | 11111 | 10101 | 1000000 | 101010 |
Color Harmonies of #B15827
Complementary color
Monochromatic Colors of #B15827
Black with #B15827
Text Example
Text Example
White with #B15827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15827; }
p { color: rgb(177,88,39); }
H1.HeaderClassName
{
color: #B15827;
}
.AnyTagClassName
{
color: #B15827;
}
</style>
background-color css
<style>
a { background-color: #B15827; }
a { background-color: rgb(177,88,39); }
div.DivClassName
{
background-color: #B15827;
}
.BgClassName
{
background-color: #B15827;
}
</style>
border-color css
<style>
span { border-color: #B15827; }
span { border-color: rgb(177,88,39); }
td.TdClassName
{
border-color: #B15827;
}
.TagClassName
{
border-color: #B15827;
}
</style>