Shades of Fiery Orange #B15D22
Tints of Fiery Orange #B15D22
RGB
CMYK
RGB Variations
Color information
#B15D22 (or 0xB15D22) is known color: Fiery Orange. HEX triplet: B1, 5D and 22. RGB value is (177,93,34). Sum of RGB (Red+Green+Blue) = 177+93+34=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D22 is #4EA2DD. Grayscale: #6F6F6F. Windows color (decimal): -5153502 or 2252209. OLE color: 2252209.
HSL color Cylindrical-coordinate representation of color #B15D22: hue angle of 24.76º degrees, saturation: 0.68, 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 #B15D22 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 93 | 34 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.31 |
| HSL | 24.76º | 0.68% | 0.41% | - |
| HSV(B) | 24.76º | 0.81% | 0.69% | - |
| XYZ | 22.33 | 17.29 | 3.67 | - |
| YUV | 111.39 | 84.33 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 34 | 0 | 0.47 | 0.81 | 0.31 | 24.76 | 0.68 | 0.41 |
| Hex | B1 | 5D | 22 | 0 | 2F | 51 | 1F | 19 | 44 | 29 |
| Octal | 261 | 135 | 42 | 0 | 57 | 121 | 37 | 31 | 104 | 51 |
| Binary | 10110001 | 1011101 | 100010 | 0 | 101111 | 1010001 | 11111 | 11001 | 1000100 | 101001 |
Color Harmonies of #B15D22
Complementary color
Monochromatic Colors of #B15D22
Black with #B15D22
Text Example
Text Example
White with #B15D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15D22; }
p { color: rgb(177,93,34); }
H1.HeaderClassName
{
color: #B15D22;
}
.AnyTagClassName
{
color: #B15D22;
}
</style>
background-color css
<style>
a { background-color: #B15D22; }
a { background-color: rgb(177,93,34); }
div.DivClassName
{
background-color: #B15D22;
}
.BgClassName
{
background-color: #B15D22;
}
</style>
border-color css
<style>
span { border-color: #B15D22; }
span { border-color: rgb(177,93,34); }
td.TdClassName
{
border-color: #B15D22;
}
.TagClassName
{
border-color: #B15D22;
}
</style>