Shades of Fiery Orange #B05D2E
Tints of Fiery Orange #B05D2E
RGB
CMYK
RGB Variations
Color information
#B05D2E (or 0xB05D2E) is known color: Fiery Orange. HEX triplet: B0, 5D and 2E. RGB value is (176,93,46). Sum of RGB (Red+Green+Blue) = 176+93+46=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D2E is #4FA2D1. Grayscale: #707070. Windows color (decimal): -5219026 or 3038640. OLE color: 3038640.
HSL color Cylindrical-coordinate representation of color #B05D2E: hue angle of 21.69º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B05D2E is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 46 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.31 |
| HSL | 21.69º | 0.59% | 0.44% | - |
| HSV(B) | 21.69º | 0.74% | 0.69% | - |
| XYZ | 22.31 | 17.26 | 4.74 | - |
| YUV | 112.46 | 90.5 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 46 | 0 | 0.47 | 0.74 | 0.31 | 21.69 | 0.59 | 0.44 |
| Hex | B0 | 5D | 2E | 0 | 2F | 4A | 1F | 16 | 3B | 2C |
| Octal | 260 | 135 | 56 | 0 | 57 | 112 | 37 | 26 | 73 | 54 |
| Binary | 10110000 | 1011101 | 101110 | 0 | 101111 | 1001010 | 11111 | 10110 | 111011 | 101100 |
Color Harmonies of #B05D2E
Complementary color
Monochromatic Colors of #B05D2E
Black with #B05D2E
Text Example
Text Example
White with #B05D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D2E; }
p { color: rgb(176,93,46); }
H1.HeaderClassName
{
color: #B05D2E;
}
.AnyTagClassName
{
color: #B05D2E;
}
</style>
background-color css
<style>
a { background-color: #B05D2E; }
a { background-color: rgb(176,93,46); }
div.DivClassName
{
background-color: #B05D2E;
}
.BgClassName
{
background-color: #B05D2E;
}
</style>
border-color css
<style>
span { border-color: #B05D2E; }
span { border-color: rgb(176,93,46); }
td.TdClassName
{
border-color: #B05D2E;
}
.TagClassName
{
border-color: #B05D2E;
}
</style>