Shades of Fiery Orange #B15C28
Tints of Fiery Orange #B15C28
RGB
CMYK
RGB Variations
Color information
#B15C28 (or 0xB15C28) is known color: Fiery Orange. HEX triplet: B1, 5C and 28. RGB value is (177,92,40). Sum of RGB (Red+Green+Blue) = 177+92+40=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C28 is #4EA3D7. Grayscale: #6F6F6F. Windows color (decimal): -5153752 or 2645169. OLE color: 2645169.
HSL color Cylindrical-coordinate representation of color #B15C28: hue angle of 22.77º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B15C28 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 92 | 40 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.31 |
| HSL | 22.77º | 0.63% | 0.43% | - |
| HSV(B) | 22.77º | 0.77% | 0.69% | - |
| XYZ | 22.34 | 17.15 | 4.14 | - |
| YUV | 111.49 | 87.66 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 40 | 0 | 0.48 | 0.77 | 0.31 | 22.77 | 0.63 | 0.43 |
| Hex | B1 | 5C | 28 | 0 | 30 | 4D | 1F | 17 | 3F | 2B |
| Octal | 261 | 134 | 50 | 0 | 60 | 115 | 37 | 27 | 77 | 53 |
| Binary | 10110001 | 1011100 | 101000 | 0 | 110000 | 1001101 | 11111 | 10111 | 111111 | 101011 |
Color Harmonies of #B15C28
Complementary color
Monochromatic Colors of #B15C28
Black with #B15C28
Text Example
Text Example
White with #B15C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15C28; }
p { color: rgb(177,92,40); }
H1.HeaderClassName
{
color: #B15C28;
}
.AnyTagClassName
{
color: #B15C28;
}
</style>
background-color css
<style>
a { background-color: #B15C28; }
a { background-color: rgb(177,92,40); }
div.DivClassName
{
background-color: #B15C28;
}
.BgClassName
{
background-color: #B15C28;
}
</style>
border-color css
<style>
span { border-color: #B15C28; }
span { border-color: rgb(177,92,40); }
td.TdClassName
{
border-color: #B15C28;
}
.TagClassName
{
border-color: #B15C28;
}
</style>