Shades of Fiery Orange #B05833
Tints of Fiery Orange #B05833
RGB
CMYK
RGB Variations
Color information
#B05833 (or 0xB05833) is known color: Fiery Orange. HEX triplet: B0, 58 and 33. RGB value is (176,88,51). Sum of RGB (Red+Green+Blue) = 176+88+51=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B05833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05833 is #4FA7CC. Grayscale: #6E6E6E. Windows color (decimal): -5220301 or 3365040. OLE color: 3365040.
HSL color Cylindrical-coordinate representation of color #B05833: hue angle of 17.76º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B05833 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 51 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.31 |
| HSL | 17.76º | 0.55% | 0.45% | - |
| HSV(B) | 17.76º | 0.71% | 0.69% | - |
| XYZ | 21.99 | 16.45 | 5.15 | - |
| YUV | 110.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 51 | 0 | 0.50 | 0.71 | 0.31 | 17.76 | 0.55 | 0.45 |
| Hex | B0 | 58 | 33 | 0 | 32 | 47 | 1F | 12 | 37 | 2D |
| Octal | 260 | 130 | 63 | 0 | 62 | 107 | 37 | 22 | 67 | 55 |
| Binary | 10110000 | 1011000 | 110011 | 0 | 110010 | 1000111 | 11111 | 10010 | 110111 | 101101 |
Color Harmonies of #B05833
Complementary color
Monochromatic Colors of #B05833
Black with #B05833
Text Example
Text Example
White with #B05833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05833; }
p { color: rgb(176,88,51); }
H1.HeaderClassName
{
color: #B05833;
}
.AnyTagClassName
{
color: #B05833;
}
</style>
background-color css
<style>
a { background-color: #B05833; }
a { background-color: rgb(176,88,51); }
div.DivClassName
{
background-color: #B05833;
}
.BgClassName
{
background-color: #B05833;
}
</style>
border-color css
<style>
span { border-color: #B05833; }
span { border-color: rgb(176,88,51); }
td.TdClassName
{
border-color: #B05833;
}
.TagClassName
{
border-color: #B05833;
}
</style>