Shades of Fiery Orange #B05C2F
Tints of Fiery Orange #B05C2F
RGB
CMYK
RGB Variations
Color information
#B05C2F (or 0xB05C2F) is known color: Fiery Orange. HEX triplet: B0, 5C and 2F. RGB value is (176,92,47). Sum of RGB (Red+Green+Blue) = 176+92+47=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C2F is #4FA3D0. Grayscale: #707070. Windows color (decimal): -5219281 or 3103920. OLE color: 3103920.
HSL color Cylindrical-coordinate representation of color #B05C2F: hue angle of 20.93º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B05C2F is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 92 | 47 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.31 |
| HSL | 20.93º | 0.58% | 0.44% | - |
| HSV(B) | 20.93º | 0.73% | 0.69% | - |
| XYZ | 22.24 | 17.09 | 4.82 | - |
| YUV | 111.99 | 91.33 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 47 | 0 | 0.48 | 0.73 | 0.31 | 20.93 | 0.58 | 0.44 |
| Hex | B0 | 5C | 2F | 0 | 30 | 49 | 1F | 15 | 3A | 2C |
| Octal | 260 | 134 | 57 | 0 | 60 | 111 | 37 | 25 | 72 | 54 |
| Binary | 10110000 | 1011100 | 101111 | 0 | 110000 | 1001001 | 11111 | 10101 | 111010 | 101100 |
Color Harmonies of #B05C2F
Complementary color
Monochromatic Colors of #B05C2F
Black with #B05C2F
Text Example
Text Example
White with #B05C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05C2F; }
p { color: rgb(176,92,47); }
H1.HeaderClassName
{
color: #B05C2F;
}
.AnyTagClassName
{
color: #B05C2F;
}
</style>
background-color css
<style>
a { background-color: #B05C2F; }
a { background-color: rgb(176,92,47); }
div.DivClassName
{
background-color: #B05C2F;
}
.BgClassName
{
background-color: #B05C2F;
}
</style>
border-color css
<style>
span { border-color: #B05C2F; }
span { border-color: rgb(176,92,47); }
td.TdClassName
{
border-color: #B05C2F;
}
.TagClassName
{
border-color: #B05C2F;
}
</style>