Shades of Fiery Orange #B05E38
Tints of Fiery Orange #B05E38
RGB
CMYK
RGB Variations
Color information
#B05E38 (or 0xB05E38) is known color: Fiery Orange. HEX triplet: B0, 5E and 38. RGB value is (176,94,56). Sum of RGB (Red+Green+Blue) = 176+94+56=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E38 is #4FA1C7. Grayscale: #727272. Windows color (decimal): -5218760 or 3694256. OLE color: 3694256.
HSL color Cylindrical-coordinate representation of color #B05E38: hue angle of 19º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B05E38 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 94 | 56 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.31 |
| HSL | 19º | 0.52% | 0.45% | - |
| HSV(B) | 19º | 0.68% | 0.69% | - |
| XYZ | 22.62 | 17.52 | 5.93 | - |
| YUV | 114.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 56 | 0 | 0.47 | 0.68 | 0.31 | 19 | 0.52 | 0.45 |
| Hex | B0 | 5E | 38 | 0 | 2F | 44 | 1F | 13 | 34 | 2D |
| Octal | 260 | 136 | 70 | 0 | 57 | 104 | 37 | 23 | 64 | 55 |
| Binary | 10110000 | 1011110 | 111000 | 0 | 101111 | 1000100 | 11111 | 10011 | 110100 | 101101 |
Color Harmonies of #B05E38
Complementary color
Monochromatic Colors of #B05E38
Black with #B05E38
Text Example
Text Example
White with #B05E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05E38; }
p { color: rgb(176,94,56); }
H1.HeaderClassName
{
color: #B05E38;
}
.AnyTagClassName
{
color: #B05E38;
}
</style>
background-color css
<style>
a { background-color: #B05E38; }
a { background-color: rgb(176,94,56); }
div.DivClassName
{
background-color: #B05E38;
}
.BgClassName
{
background-color: #B05E38;
}
</style>
border-color css
<style>
span { border-color: #B05E38; }
span { border-color: rgb(176,94,56); }
td.TdClassName
{
border-color: #B05E38;
}
.TagClassName
{
border-color: #B05E38;
}
</style>