Shades of Fiery Orange #B05A28
Tints of Fiery Orange #B05A28
RGB
CMYK
RGB Variations
Color information
#B05A28 (or 0xB05A28) is known color: Fiery Orange. HEX triplet: B0, 5A and 28. RGB value is (176,90,40). Sum of RGB (Red+Green+Blue) = 176+90+40=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A28 is #4FA5D7. Grayscale: #6E6E6E. Windows color (decimal): -5219800 or 2644656. OLE color: 2644656.
HSL color Cylindrical-coordinate representation of color #B05A28: hue angle of 22.06º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B05A28 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 40 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.31 |
| HSL | 22.06º | 0.63% | 0.42% | - |
| HSV(B) | 22.06º | 0.77% | 0.69% | - |
| XYZ | 21.94 | 16.7 | 4.07 | - |
| YUV | 110.01 | 88.49 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 40 | 0 | 0.49 | 0.77 | 0.31 | 22.06 | 0.63 | 0.42 |
| Hex | B0 | 5A | 28 | 0 | 31 | 4D | 1F | 16 | 3F | 2A |
| Octal | 260 | 132 | 50 | 0 | 61 | 115 | 37 | 26 | 77 | 52 |
| Binary | 10110000 | 1011010 | 101000 | 0 | 110001 | 1001101 | 11111 | 10110 | 111111 | 101010 |
Color Harmonies of #B05A28
Complementary color
Monochromatic Colors of #B05A28
Black with #B05A28
Text Example
Text Example
White with #B05A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A28; }
p { color: rgb(176,90,40); }
H1.HeaderClassName
{
color: #B05A28;
}
.AnyTagClassName
{
color: #B05A28;
}
</style>
background-color css
<style>
a { background-color: #B05A28; }
a { background-color: rgb(176,90,40); }
div.DivClassName
{
background-color: #B05A28;
}
.BgClassName
{
background-color: #B05A28;
}
</style>
border-color css
<style>
span { border-color: #B05A28; }
span { border-color: rgb(176,90,40); }
td.TdClassName
{
border-color: #B05A28;
}
.TagClassName
{
border-color: #B05A28;
}
</style>