Shades of Fiery Orange #B15632
Tints of Fiery Orange #B15632
RGB
CMYK
RGB Variations
Color information
#B15632 (or 0xB15632) is known color: Fiery Orange. HEX triplet: B1, 56 and 32. RGB value is (177,86,50). Sum of RGB (Red+Green+Blue) = 177+86+50=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B15632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15632 is #4EA9CD. Grayscale: #6D6D6D. Windows color (decimal): -5155278 or 3298993. OLE color: 3298993.
HSL color Cylindrical-coordinate representation of color #B15632: hue angle of 17.01º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B15632 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 50 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.31 |
| HSL | 17.01º | 0.56% | 0.45% | - |
| HSV(B) | 17.01º | 0.72% | 0.69% | - |
| XYZ | 22.03 | 16.23 | 4.99 | - |
| YUV | 109.11 | 94.65 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 50 | 0 | 0.51 | 0.72 | 0.31 | 17.01 | 0.56 | 0.45 |
| Hex | B1 | 56 | 32 | 0 | 33 | 48 | 1F | 11 | 38 | 2D |
| Octal | 261 | 126 | 62 | 0 | 63 | 110 | 37 | 21 | 70 | 55 |
| Binary | 10110001 | 1010110 | 110010 | 0 | 110011 | 1001000 | 11111 | 10001 | 111000 | 101101 |
Color Harmonies of #B15632
Complementary color
Monochromatic Colors of #B15632
Black with #B15632
Text Example
Text Example
White with #B15632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15632; }
p { color: rgb(177,86,50); }
H1.HeaderClassName
{
color: #B15632;
}
.AnyTagClassName
{
color: #B15632;
}
</style>
background-color css
<style>
a { background-color: #B15632; }
a { background-color: rgb(177,86,50); }
div.DivClassName
{
background-color: #B15632;
}
.BgClassName
{
background-color: #B15632;
}
</style>
border-color css
<style>
span { border-color: #B15632; }
span { border-color: rgb(177,86,50); }
td.TdClassName
{
border-color: #B15632;
}
.TagClassName
{
border-color: #B15632;
}
</style>