Shades of Fiery Orange #B15527
Tints of Fiery Orange #B15527
RGB
CMYK
RGB Variations
Color information
#B15527 (or 0xB15527) is known color: Fiery Orange. HEX triplet: B1, 55 and 27. RGB value is (177,85,39). Sum of RGB (Red+Green+Blue) = 177+85+39=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B15527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15527 is #4EAAD8. Grayscale: #6B6B6B. Windows color (decimal): -5155545 or 2577841. OLE color: 2577841.
HSL color Cylindrical-coordinate representation of color #B15527: hue angle of 20º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B15527 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 39 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.31 |
| HSL | 20º | 0.64% | 0.42% | - |
| HSV(B) | 20º | 0.78% | 0.69% | - |
| XYZ | 21.75 | 15.99 | 3.86 | - |
| YUV | 107.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 39 | 0 | 0.52 | 0.78 | 0.31 | 20 | 0.64 | 0.42 |
| Hex | B1 | 55 | 27 | 0 | 34 | 4E | 1F | 14 | 40 | 2A |
| Octal | 261 | 125 | 47 | 0 | 64 | 116 | 37 | 24 | 100 | 52 |
| Binary | 10110001 | 1010101 | 100111 | 0 | 110100 | 1001110 | 11111 | 10100 | 1000000 | 101010 |
Color Harmonies of #B15527
Complementary color
Monochromatic Colors of #B15527
Black with #B15527
Text Example
Text Example
White with #B15527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15527; }
p { color: rgb(177,85,39); }
H1.HeaderClassName
{
color: #B15527;
}
.AnyTagClassName
{
color: #B15527;
}
</style>
background-color css
<style>
a { background-color: #B15527; }
a { background-color: rgb(177,85,39); }
div.DivClassName
{
background-color: #B15527;
}
.BgClassName
{
background-color: #B15527;
}
</style>
border-color css
<style>
span { border-color: #B15527; }
span { border-color: rgb(177,85,39); }
td.TdClassName
{
border-color: #B15527;
}
.TagClassName
{
border-color: #B15527;
}
</style>