Shades of Fiery Orange #B05A1F
Tints of Fiery Orange #B05A1F
RGB
CMYK
RGB Variations
Color information
#B05A1F (or 0xB05A1F) is known color: Fiery Orange. HEX triplet: B0, 5A and 1F. RGB value is (176,90,31). Sum of RGB (Red+Green+Blue) = 176+90+31=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A1F is #4FA5E0. Grayscale: #6D6D6D. Windows color (decimal): -5219809 or 2054832. OLE color: 2054832.
HSL color Cylindrical-coordinate representation of color #B05A1F: hue angle of 24.41º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B05A1F is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 31 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.31 |
| HSL | 24.41º | 0.7% | 0.41% | - |
| HSV(B) | 24.41º | 0.82% | 0.69% | - |
| XYZ | 21.81 | 16.64 | 3.36 | - |
| YUV | 108.99 | 83.99 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 31 | 0 | 0.49 | 0.82 | 0.31 | 24.41 | 0.7 | 0.41 |
| Hex | B0 | 5A | 1F | 0 | 31 | 52 | 1F | 18 | 46 | 29 |
| Octal | 260 | 132 | 37 | 0 | 61 | 122 | 37 | 30 | 106 | 51 |
| Binary | 10110000 | 1011010 | 11111 | 0 | 110001 | 1010010 | 11111 | 11000 | 1000110 | 101001 |
Color Harmonies of #B05A1F
Complementary color
Monochromatic Colors of #B05A1F
Black with #B05A1F
Text Example
Text Example
White with #B05A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A1F; }
p { color: rgb(176,90,31); }
H1.HeaderClassName
{
color: #B05A1F;
}
.AnyTagClassName
{
color: #B05A1F;
}
</style>
background-color css
<style>
a { background-color: #B05A1F; }
a { background-color: rgb(176,90,31); }
div.DivClassName
{
background-color: #B05A1F;
}
.BgClassName
{
background-color: #B05A1F;
}
</style>
border-color css
<style>
span { border-color: #B05A1F; }
span { border-color: rgb(176,90,31); }
td.TdClassName
{
border-color: #B05A1F;
}
.TagClassName
{
border-color: #B05A1F;
}
</style>