Shades of Fiery Orange #B05934
Tints of Fiery Orange #B05934
RGB
CMYK
RGB Variations
Color information
#B05934 (or 0xB05934) is known color: Fiery Orange. HEX triplet: B0, 59 and 34. RGB value is (176,89,52). Sum of RGB (Red+Green+Blue) = 176+89+52=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B05934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05934 is #4FA6CB. Grayscale: #6F6F6F. Windows color (decimal): -5220044 or 3430832. OLE color: 3430832.
HSL color Cylindrical-coordinate representation of color #B05934: hue angle of 17.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B05934 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 52 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.31 |
| HSL | 17.9º | 0.54% | 0.45% | - |
| HSV(B) | 17.9º | 0.7% | 0.69% | - |
| XYZ | 22.1 | 16.62 | 5.29 | - |
| YUV | 110.8 | 94.82 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 52 | 0 | 0.49 | 0.70 | 0.31 | 17.9 | 0.54 | 0.45 |
| Hex | B0 | 59 | 34 | 0 | 31 | 46 | 1F | 12 | 36 | 2D |
| Octal | 260 | 131 | 64 | 0 | 61 | 106 | 37 | 22 | 66 | 55 |
| Binary | 10110000 | 1011001 | 110100 | 0 | 110001 | 1000110 | 11111 | 10010 | 110110 | 101101 |
Color Harmonies of #B05934
Complementary color
Monochromatic Colors of #B05934
Black with #B05934
Text Example
Text Example
White with #B05934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05934; }
p { color: rgb(176,89,52); }
H1.HeaderClassName
{
color: #B05934;
}
.AnyTagClassName
{
color: #B05934;
}
</style>
background-color css
<style>
a { background-color: #B05934; }
a { background-color: rgb(176,89,52); }
div.DivClassName
{
background-color: #B05934;
}
.BgClassName
{
background-color: #B05934;
}
</style>
border-color css
<style>
span { border-color: #B05934; }
span { border-color: rgb(176,89,52); }
td.TdClassName
{
border-color: #B05934;
}
.TagClassName
{
border-color: #B05934;
}
</style>