Shades of Fiery Orange #B05D37
Tints of Fiery Orange #B05D37
RGB
CMYK
RGB Variations
Color information
#B05D37 (or 0xB05D37) is known color: Fiery Orange. HEX triplet: B0, 5D and 37. RGB value is (176,93,55). Sum of RGB (Red+Green+Blue) = 176+93+55=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D37 is #4FA2C8. Grayscale: #717171. Windows color (decimal): -5219017 or 3628464. OLE color: 3628464.
HSL color Cylindrical-coordinate representation of color #B05D37: hue angle of 18.84º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B05D37 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 55 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.31 |
| HSL | 18.84º | 0.52% | 0.45% | - |
| HSV(B) | 18.84º | 0.69% | 0.69% | - |
| XYZ | 22.51 | 17.33 | 5.77 | - |
| YUV | 113.49 | 95 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 55 | 0 | 0.47 | 0.69 | 0.31 | 18.84 | 0.52 | 0.45 |
| Hex | B0 | 5D | 37 | 0 | 2F | 45 | 1F | 13 | 34 | 2D |
| Octal | 260 | 135 | 67 | 0 | 57 | 105 | 37 | 23 | 64 | 55 |
| Binary | 10110000 | 1011101 | 110111 | 0 | 101111 | 1000101 | 11111 | 10011 | 110100 | 101101 |
Color Harmonies of #B05D37
Complementary color
Monochromatic Colors of #B05D37
Black with #B05D37
Text Example
Text Example
White with #B05D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D37; }
p { color: rgb(176,93,55); }
H1.HeaderClassName
{
color: #B05D37;
}
.AnyTagClassName
{
color: #B05D37;
}
</style>
background-color css
<style>
a { background-color: #B05D37; }
a { background-color: rgb(176,93,55); }
div.DivClassName
{
background-color: #B05D37;
}
.BgClassName
{
background-color: #B05D37;
}
</style>
border-color css
<style>
span { border-color: #B05D37; }
span { border-color: rgb(176,93,55); }
td.TdClassName
{
border-color: #B05D37;
}
.TagClassName
{
border-color: #B05D37;
}
</style>