Shades of Fiery Orange #B05A32
Tints of Fiery Orange #B05A32
RGB
CMYK
RGB Variations
Color information
#B05A32 (or 0xB05A32) is known color: Fiery Orange. HEX triplet: B0, 5A and 32. RGB value is (176,90,50). Sum of RGB (Red+Green+Blue) = 176+90+50=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A32 is #4FA5CD. Grayscale: #6F6F6F. Windows color (decimal): -5219790 or 3300016. OLE color: 3300016.
HSL color Cylindrical-coordinate representation of color #B05A32: hue angle of 19.05º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B05A32 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 50 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.31 |
| HSL | 19.05º | 0.56% | 0.44% | - |
| HSV(B) | 19.05º | 0.72% | 0.69% | - |
| XYZ | 22.14 | 16.77 | 5.09 | - |
| YUV | 111.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 50 | 0 | 0.49 | 0.72 | 0.31 | 19.05 | 0.56 | 0.44 |
| Hex | B0 | 5A | 32 | 0 | 31 | 48 | 1F | 13 | 38 | 2C |
| Octal | 260 | 132 | 62 | 0 | 61 | 110 | 37 | 23 | 70 | 54 |
| Binary | 10110000 | 1011010 | 110010 | 0 | 110001 | 1001000 | 11111 | 10011 | 111000 | 101100 |
Color Harmonies of #B05A32
Complementary color
Monochromatic Colors of #B05A32
Black with #B05A32
Text Example
Text Example
White with #B05A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A32; }
p { color: rgb(176,90,50); }
H1.HeaderClassName
{
color: #B05A32;
}
.AnyTagClassName
{
color: #B05A32;
}
</style>
background-color css
<style>
a { background-color: #B05A32; }
a { background-color: rgb(176,90,50); }
div.DivClassName
{
background-color: #B05A32;
}
.BgClassName
{
background-color: #B05A32;
}
</style>
border-color css
<style>
span { border-color: #B05A32; }
span { border-color: rgb(176,90,50); }
td.TdClassName
{
border-color: #B05A32;
}
.TagClassName
{
border-color: #B05A32;
}
</style>