Shades of Fiery Orange #B05C25
Tints of Fiery Orange #B05C25
RGB
CMYK
RGB Variations
Color information
#B05C25 (or 0xB05C25) is known color: Fiery Orange. HEX triplet: B0, 5C and 25. RGB value is (176,92,37). Sum of RGB (Red+Green+Blue) = 176+92+37=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C25 is #4FA3DA. Grayscale: #6F6F6F. Windows color (decimal): -5219291 or 2448560. OLE color: 2448560.
HSL color Cylindrical-coordinate representation of color #B05C25: hue angle of 23.74º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B05C25 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 92 | 37 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.31 |
| HSL | 23.74º | 0.65% | 0.42% | - |
| HSV(B) | 23.74º | 0.79% | 0.69% | - |
| XYZ | 22.07 | 17.02 | 3.87 | - |
| YUV | 110.85 | 86.33 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 37 | 0 | 0.48 | 0.79 | 0.31 | 23.74 | 0.65 | 0.42 |
| Hex | B0 | 5C | 25 | 0 | 30 | 4F | 1F | 18 | 41 | 2A |
| Octal | 260 | 134 | 45 | 0 | 60 | 117 | 37 | 30 | 101 | 52 |
| Binary | 10110000 | 1011100 | 100101 | 0 | 110000 | 1001111 | 11111 | 11000 | 1000001 | 101010 |
Color Harmonies of #B05C25
Complementary color
Monochromatic Colors of #B05C25
Black with #B05C25
Text Example
Text Example
White with #B05C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05C25; }
p { color: rgb(176,92,37); }
H1.HeaderClassName
{
color: #B05C25;
}
.AnyTagClassName
{
color: #B05C25;
}
</style>
background-color css
<style>
a { background-color: #B05C25; }
a { background-color: rgb(176,92,37); }
div.DivClassName
{
background-color: #B05C25;
}
.BgClassName
{
background-color: #B05C25;
}
</style>
border-color css
<style>
span { border-color: #B05C25; }
span { border-color: rgb(176,92,37); }
td.TdClassName
{
border-color: #B05C25;
}
.TagClassName
{
border-color: #B05C25;
}
</style>