Shades of Fiery Orange #B05F2C
Tints of Fiery Orange #B05F2C
RGB
CMYK
RGB Variations
Color information
#B05F2C (or 0xB05F2C) is known color: Fiery Orange. HEX triplet: B0, 5F and 2C. RGB value is (176,95,44). Sum of RGB (Red+Green+Blue) = 176+95+44=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05F2C is #4FA0D3. Grayscale: #717171. Windows color (decimal): -5218516 or 2908080. OLE color: 2908080.
HSL color Cylindrical-coordinate representation of color #B05F2C: hue angle of 23.18º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B05F2C is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 95 | 44 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.31 |
| HSL | 23.18º | 0.6% | 0.43% | - |
| HSV(B) | 23.18º | 0.75% | 0.69% | - |
| XYZ | 22.45 | 17.6 | 4.6 | - |
| YUV | 113.41 | 88.84 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 95 | 44 | 0 | 0.46 | 0.75 | 0.31 | 23.18 | 0.6 | 0.43 |
| Hex | B0 | 5F | 2C | 0 | 2E | 4B | 1F | 17 | 3C | 2B |
| Octal | 260 | 137 | 54 | 0 | 56 | 113 | 37 | 27 | 74 | 53 |
| Binary | 10110000 | 1011111 | 101100 | 0 | 101110 | 1001011 | 11111 | 10111 | 111100 | 101011 |
Color Harmonies of #B05F2C
Complementary color
Monochromatic Colors of #B05F2C
Black with #B05F2C
Text Example
Text Example
White with #B05F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05F2C; }
p { color: rgb(176,95,44); }
H1.HeaderClassName
{
color: #B05F2C;
}
.AnyTagClassName
{
color: #B05F2C;
}
</style>
background-color css
<style>
a { background-color: #B05F2C; }
a { background-color: rgb(176,95,44); }
div.DivClassName
{
background-color: #B05F2C;
}
.BgClassName
{
background-color: #B05F2C;
}
</style>
border-color css
<style>
span { border-color: #B05F2C; }
span { border-color: rgb(176,95,44); }
td.TdClassName
{
border-color: #B05F2C;
}
.TagClassName
{
border-color: #B05F2C;
}
</style>