Shades of Fiery Orange #B15C21
Tints of Fiery Orange #B15C21
RGB
CMYK
RGB Variations
Color information
#B15C21 (or 0xB15C21) is known color: Fiery Orange. HEX triplet: B1, 5C and 21. RGB value is (177,92,33). Sum of RGB (Red+Green+Blue) = 177+92+33=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C21 is #4EA3DE. Grayscale: #6F6F6F. Windows color (decimal): -5153759 or 2186417. OLE color: 2186417.
HSL color Cylindrical-coordinate representation of color #B15C21: hue angle of 24.58º 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 #B15C21 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 92 | 33 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.31 |
| HSL | 24.58º | 0.69% | 0.41% | - |
| HSV(B) | 24.58º | 0.81% | 0.69% | - |
| XYZ | 22.23 | 17.11 | 3.57 | - |
| YUV | 110.69 | 84.16 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 33 | 0 | 0.48 | 0.81 | 0.31 | 24.58 | 0.69 | 0.41 |
| Hex | B1 | 5C | 21 | 0 | 30 | 51 | 1F | 19 | 45 | 29 |
| Octal | 261 | 134 | 41 | 0 | 60 | 121 | 37 | 31 | 105 | 51 |
| Binary | 10110001 | 1011100 | 100001 | 0 | 110000 | 1010001 | 11111 | 11001 | 1000101 | 101001 |
Color Harmonies of #B15C21
Complementary color
Monochromatic Colors of #B15C21
Black with #B15C21
Text Example
Text Example
White with #B15C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15C21; }
p { color: rgb(177,92,33); }
H1.HeaderClassName
{
color: #B15C21;
}
.AnyTagClassName
{
color: #B15C21;
}
</style>
background-color css
<style>
a { background-color: #B15C21; }
a { background-color: rgb(177,92,33); }
div.DivClassName
{
background-color: #B15C21;
}
.BgClassName
{
background-color: #B15C21;
}
</style>
border-color css
<style>
span { border-color: #B15C21; }
span { border-color: rgb(177,92,33); }
td.TdClassName
{
border-color: #B15C21;
}
.TagClassName
{
border-color: #B15C21;
}
</style>