Shades of Fiery Orange #B15C32
Tints of Fiery Orange #B15C32
RGB
CMYK
RGB Variations
Color information
#B15C32 (or 0xB15C32) is known color: Fiery Orange. HEX triplet: B1, 5C and 32. RGB value is (177,92,50). Sum of RGB (Red+Green+Blue) = 177+92+50=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C32 is #4EA3CD. Grayscale: #707070. Windows color (decimal): -5153742 or 3300529. OLE color: 3300529.
HSL color Cylindrical-coordinate representation of color #B15C32: hue angle of 19.84º 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 #B15C32 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 92 | 50 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.31 |
| HSL | 19.84º | 0.56% | 0.45% | - |
| HSV(B) | 19.84º | 0.72% | 0.69% | - |
| XYZ | 22.53 | 17.23 | 5.16 | - |
| YUV | 112.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 50 | 0 | 0.48 | 0.72 | 0.31 | 19.84 | 0.56 | 0.45 |
| Hex | B1 | 5C | 32 | 0 | 30 | 48 | 1F | 14 | 38 | 2D |
| Octal | 261 | 134 | 62 | 0 | 60 | 110 | 37 | 24 | 70 | 55 |
| Binary | 10110001 | 1011100 | 110010 | 0 | 110000 | 1001000 | 11111 | 10100 | 111000 | 101101 |
Color Harmonies of #B15C32
Complementary color
Monochromatic Colors of #B15C32
Black with #B15C32
Text Example
Text Example
White with #B15C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15C32; }
p { color: rgb(177,92,50); }
H1.HeaderClassName
{
color: #B15C32;
}
.AnyTagClassName
{
color: #B15C32;
}
</style>
background-color css
<style>
a { background-color: #B15C32; }
a { background-color: rgb(177,92,50); }
div.DivClassName
{
background-color: #B15C32;
}
.BgClassName
{
background-color: #B15C32;
}
</style>
border-color css
<style>
span { border-color: #B15C32; }
span { border-color: rgb(177,92,50); }
td.TdClassName
{
border-color: #B15C32;
}
.TagClassName
{
border-color: #B15C32;
}
</style>