Shades of Fiery Orange #B15521
Tints of Fiery Orange #B15521
RGB
CMYK
RGB Variations
Color information
#B15521 (or 0xB15521) is known color: Fiery Orange. HEX triplet: B1, 55 and 21. RGB value is (177,85,33). Sum of RGB (Red+Green+Blue) = 177+85+33=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B15521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15521 is #4EAADE. Grayscale: #6A6A6A. Windows color (decimal): -5155551 or 2184625. OLE color: 2184625.
HSL color Cylindrical-coordinate representation of color #B15521: hue angle of 21.67º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B15521 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 33 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.31 |
| HSL | 21.67º | 0.69% | 0.41% | - |
| HSV(B) | 21.67º | 0.81% | 0.69% | - |
| XYZ | 21.65 | 15.95 | 3.38 | - |
| YUV | 106.58 | 86.48 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 33 | 0 | 0.52 | 0.81 | 0.31 | 21.67 | 0.69 | 0.41 |
| Hex | B1 | 55 | 21 | 0 | 34 | 51 | 1F | 16 | 45 | 29 |
| Octal | 261 | 125 | 41 | 0 | 64 | 121 | 37 | 26 | 105 | 51 |
| Binary | 10110001 | 1010101 | 100001 | 0 | 110100 | 1010001 | 11111 | 10110 | 1000101 | 101001 |
Color Harmonies of #B15521
Complementary color
Monochromatic Colors of #B15521
Black with #B15521
Text Example
Text Example
White with #B15521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15521; }
p { color: rgb(177,85,33); }
H1.HeaderClassName
{
color: #B15521;
}
.AnyTagClassName
{
color: #B15521;
}
</style>
background-color css
<style>
a { background-color: #B15521; }
a { background-color: rgb(177,85,33); }
div.DivClassName
{
background-color: #B15521;
}
.BgClassName
{
background-color: #B15521;
}
</style>
border-color css
<style>
span { border-color: #B15521; }
span { border-color: rgb(177,85,33); }
td.TdClassName
{
border-color: #B15521;
}
.TagClassName
{
border-color: #B15521;
}
</style>