Shades of Fiery Orange #B15523
Tints of Fiery Orange #B15523
RGB
CMYK
RGB Variations
Color information
#B15523 (or 0xB15523) is known color: Fiery Orange. HEX triplet: B1, 55 and 23. RGB value is (177,85,35). Sum of RGB (Red+Green+Blue) = 177+85+35=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B15523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15523 is #4EAADC. Grayscale: #6B6B6B. Windows color (decimal): -5155549 or 2315697. OLE color: 2315697.
HSL color Cylindrical-coordinate representation of color #B15523: hue angle of 21.13º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B15523 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 35 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.31 |
| HSL | 21.13º | 0.67% | 0.42% | - |
| HSV(B) | 21.13º | 0.8% | 0.69% | - |
| XYZ | 21.68 | 15.97 | 3.53 | - |
| YUV | 106.81 | 87.48 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 35 | 0 | 0.52 | 0.80 | 0.31 | 21.13 | 0.67 | 0.42 |
| Hex | B1 | 55 | 23 | 0 | 34 | 50 | 1F | 15 | 43 | 2A |
| Octal | 261 | 125 | 43 | 0 | 64 | 120 | 37 | 25 | 103 | 52 |
| Binary | 10110001 | 1010101 | 100011 | 0 | 110100 | 1010000 | 11111 | 10101 | 1000011 | 101010 |
Color Harmonies of #B15523
Complementary color
Monochromatic Colors of #B15523
Black with #B15523
Text Example
Text Example
White with #B15523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15523; }
p { color: rgb(177,85,35); }
H1.HeaderClassName
{
color: #B15523;
}
.AnyTagClassName
{
color: #B15523;
}
</style>
background-color css
<style>
a { background-color: #B15523; }
a { background-color: rgb(177,85,35); }
div.DivClassName
{
background-color: #B15523;
}
.BgClassName
{
background-color: #B15523;
}
</style>
border-color css
<style>
span { border-color: #B15523; }
span { border-color: rgb(177,85,35); }
td.TdClassName
{
border-color: #B15523;
}
.TagClassName
{
border-color: #B15523;
}
</style>