Shades of Fiery Orange #B35A20
Tints of Fiery Orange #B35A20
RGB
CMYK
RGB Variations
Color information
#B35A20 (or 0xB35A20) is known color: Fiery Orange. HEX triplet: B3, 5A and 20. RGB value is (179,90,32). Sum of RGB (Red+Green+Blue) = 179+90+32=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35A20 is #4CA5DF. Grayscale: #6E6E6E. Windows color (decimal): -5023200 or 2120371. OLE color: 2120371.
HSL color Cylindrical-coordinate representation of color #B35A20: hue angle of 23.67º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B35A20 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 90 | 32 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.30 |
| HSL | 23.67º | 0.7% | 0.41% | - |
| HSV(B) | 23.67º | 0.82% | 0.7% | - |
| XYZ | 22.51 | 17 | 3.46 | - |
| YUV | 110 | 83.99 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 90 | 32 | 0 | 0.50 | 0.82 | 0.30 | 23.67 | 0.7 | 0.41 |
| Hex | B3 | 5A | 20 | 0 | 32 | 52 | 1E | 18 | 46 | 29 |
| Octal | 263 | 132 | 40 | 0 | 62 | 122 | 36 | 30 | 106 | 51 |
| Binary | 10110011 | 1011010 | 100000 | 0 | 110010 | 1010010 | 11110 | 11000 | 1000110 | 101001 |
Color Harmonies of #B35A20
Complementary color
Monochromatic Colors of #B35A20
Black with #B35A20
Text Example
Text Example
White with #B35A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35A20; }
p { color: rgb(179,90,32); }
H1.HeaderClassName
{
color: #B35A20;
}
.AnyTagClassName
{
color: #B35A20;
}
</style>
background-color css
<style>
a { background-color: #B35A20; }
a { background-color: rgb(179,90,32); }
div.DivClassName
{
background-color: #B35A20;
}
.BgClassName
{
background-color: #B35A20;
}
</style>
border-color css
<style>
span { border-color: #B35A20; }
span { border-color: rgb(179,90,32); }
td.TdClassName
{
border-color: #B35A20;
}
.TagClassName
{
border-color: #B35A20;
}
</style>