Shades of Fiery Orange #B15C27
Tints of Fiery Orange #B15C27
RGB
CMYK
RGB Variations
Color information
#B15C27 (or 0xB15C27) is known color: Fiery Orange. HEX triplet: B1, 5C and 27. RGB value is (177,92,39). Sum of RGB (Red+Green+Blue) = 177+92+39=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C27 is #4EA3D8. Grayscale: #6F6F6F. Windows color (decimal): -5153753 or 2579633. OLE color: 2579633.
HSL color Cylindrical-coordinate representation of color #B15C27: hue angle of 23.04º 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 #B15C27 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 92 | 39 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.31 |
| HSL | 23.04º | 0.64% | 0.42% | - |
| HSV(B) | 23.04º | 0.78% | 0.69% | - |
| XYZ | 22.32 | 17.15 | 4.05 | - |
| YUV | 111.37 | 87.16 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 39 | 0 | 0.48 | 0.78 | 0.31 | 23.04 | 0.64 | 0.42 |
| Hex | B1 | 5C | 27 | 0 | 30 | 4E | 1F | 17 | 40 | 2A |
| Octal | 261 | 134 | 47 | 0 | 60 | 116 | 37 | 27 | 100 | 52 |
| Binary | 10110001 | 1011100 | 100111 | 0 | 110000 | 1001110 | 11111 | 10111 | 1000000 | 101010 |
Color Harmonies of #B15C27
Complementary color
Monochromatic Colors of #B15C27
Black with #B15C27
Text Example
Text Example
White with #B15C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15C27; }
p { color: rgb(177,92,39); }
H1.HeaderClassName
{
color: #B15C27;
}
.AnyTagClassName
{
color: #B15C27;
}
</style>
background-color css
<style>
a { background-color: #B15C27; }
a { background-color: rgb(177,92,39); }
div.DivClassName
{
background-color: #B15C27;
}
.BgClassName
{
background-color: #B15C27;
}
</style>
border-color css
<style>
span { border-color: #B15C27; }
span { border-color: rgb(177,92,39); }
td.TdClassName
{
border-color: #B15C27;
}
.TagClassName
{
border-color: #B15C27;
}
</style>