Shades of Fiery Orange #B15A21
Tints of Fiery Orange #B15A21
RGB
CMYK
RGB Variations
Color information
#B15A21 (or 0xB15A21) is known color: Fiery Orange. HEX triplet: B1, 5A and 21. RGB value is (177,90,33). Sum of RGB (Red+Green+Blue) = 177+90+33=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A21 is #4EA5DE. Grayscale: #6D6D6D. Windows color (decimal): -5154271 or 2185905. OLE color: 2185905.
HSL color Cylindrical-coordinate representation of color #B15A21: hue angle of 23.75º 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 #B15A21 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 90 | 33 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.31 |
| HSL | 23.75º | 0.69% | 0.41% | - |
| HSV(B) | 23.75º | 0.81% | 0.69% | - |
| XYZ | 22.06 | 16.77 | 3.51 | - |
| YUV | 109.52 | 84.82 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 33 | 0 | 0.49 | 0.81 | 0.31 | 23.75 | 0.69 | 0.41 |
| Hex | B1 | 5A | 21 | 0 | 31 | 51 | 1F | 18 | 45 | 29 |
| Octal | 261 | 132 | 41 | 0 | 61 | 121 | 37 | 30 | 105 | 51 |
| Binary | 10110001 | 1011010 | 100001 | 0 | 110001 | 1010001 | 11111 | 11000 | 1000101 | 101001 |
Color Harmonies of #B15A21
Complementary color
Monochromatic Colors of #B15A21
Black with #B15A21
Text Example
Text Example
White with #B15A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15A21; }
p { color: rgb(177,90,33); }
H1.HeaderClassName
{
color: #B15A21;
}
.AnyTagClassName
{
color: #B15A21;
}
</style>
background-color css
<style>
a { background-color: #B15A21; }
a { background-color: rgb(177,90,33); }
div.DivClassName
{
background-color: #B15A21;
}
.BgClassName
{
background-color: #B15A21;
}
</style>
border-color css
<style>
span { border-color: #B15A21; }
span { border-color: rgb(177,90,33); }
td.TdClassName
{
border-color: #B15A21;
}
.TagClassName
{
border-color: #B15A21;
}
</style>