Shades of Fiery Orange #B15528
Tints of Fiery Orange #B15528
RGB
CMYK
RGB Variations
Color information
#B15528 (or 0xB15528) is known color: Fiery Orange. HEX triplet: B1, 55 and 28. RGB value is (177,85,40). Sum of RGB (Red+Green+Blue) = 177+85+40=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B15528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15528 is #4EAAD7. Grayscale: #6B6B6B. Windows color (decimal): -5155544 or 2643377. OLE color: 2643377.
HSL color Cylindrical-coordinate representation of color #B15528: hue angle of 19.71º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B15528 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 40 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.31 |
| HSL | 19.71º | 0.63% | 0.43% | - |
| HSV(B) | 19.71º | 0.77% | 0.69% | - |
| XYZ | 21.76 | 16 | 3.95 | - |
| YUV | 107.38 | 89.98 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 40 | 0 | 0.52 | 0.77 | 0.31 | 19.71 | 0.63 | 0.43 |
| Hex | B1 | 55 | 28 | 0 | 34 | 4D | 1F | 14 | 3F | 2B |
| Octal | 261 | 125 | 50 | 0 | 64 | 115 | 37 | 24 | 77 | 53 |
| Binary | 10110001 | 1010101 | 101000 | 0 | 110100 | 1001101 | 11111 | 10100 | 111111 | 101011 |
Color Harmonies of #B15528
Complementary color
Monochromatic Colors of #B15528
Black with #B15528
Text Example
Text Example
White with #B15528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15528; }
p { color: rgb(177,85,40); }
H1.HeaderClassName
{
color: #B15528;
}
.AnyTagClassName
{
color: #B15528;
}
</style>
background-color css
<style>
a { background-color: #B15528; }
a { background-color: rgb(177,85,40); }
div.DivClassName
{
background-color: #B15528;
}
.BgClassName
{
background-color: #B15528;
}
</style>
border-color css
<style>
span { border-color: #B15528; }
span { border-color: rgb(177,85,40); }
td.TdClassName
{
border-color: #B15528;
}
.TagClassName
{
border-color: #B15528;
}
</style>