Shades of Fiery Orange #B05C2E
Tints of Fiery Orange #B05C2E
RGB
CMYK
RGB Variations
Color information
#B05C2E (or 0xB05C2E) is known color: Fiery Orange. HEX triplet: B0, 5C and 2E. RGB value is (176,92,46). Sum of RGB (Red+Green+Blue) = 176+92+46=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C2E is #4FA3D1. Grayscale: #707070. Windows color (decimal): -5219282 or 3038384. OLE color: 3038384.
HSL color Cylindrical-coordinate representation of color #B05C2E: hue angle of 21.23º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B05C2E is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 92 | 46 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.31 |
| HSL | 21.23º | 0.59% | 0.44% | - |
| HSV(B) | 21.23º | 0.74% | 0.69% | - |
| XYZ | 22.22 | 17.08 | 4.71 | - |
| YUV | 111.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 46 | 0 | 0.48 | 0.74 | 0.31 | 21.23 | 0.59 | 0.44 |
| Hex | B0 | 5C | 2E | 0 | 30 | 4A | 1F | 15 | 3B | 2C |
| Octal | 260 | 134 | 56 | 0 | 60 | 112 | 37 | 25 | 73 | 54 |
| Binary | 10110000 | 1011100 | 101110 | 0 | 110000 | 1001010 | 11111 | 10101 | 111011 | 101100 |
Color Harmonies of #B05C2E
Complementary color
Monochromatic Colors of #B05C2E
Black with #B05C2E
Text Example
Text Example
White with #B05C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05C2E; }
p { color: rgb(176,92,46); }
H1.HeaderClassName
{
color: #B05C2E;
}
.AnyTagClassName
{
color: #B05C2E;
}
</style>
background-color css
<style>
a { background-color: #B05C2E; }
a { background-color: rgb(176,92,46); }
div.DivClassName
{
background-color: #B05C2E;
}
.BgClassName
{
background-color: #B05C2E;
}
</style>
border-color css
<style>
span { border-color: #B05C2E; }
span { border-color: rgb(176,92,46); }
td.TdClassName
{
border-color: #B05C2E;
}
.TagClassName
{
border-color: #B05C2E;
}
</style>