Shades of Fiery Orange #B45937
Tints of Fiery Orange #B45937
RGB
CMYK
RGB Variations
Color information
#B45937 (or 0xB45937) is known color: Fiery Orange. HEX triplet: B4, 59 and 37. RGB value is (180,89,55). Sum of RGB (Red+Green+Blue) = 180+89+55=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B45937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45937 is #4BA6C8. Grayscale: #707070. Windows color (decimal): -4957897 or 3627444. OLE color: 3627444.
HSL color Cylindrical-coordinate representation of color #B45937: hue angle of 16.32º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B45937 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 89 | 55 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.29 |
| HSL | 16.32º | 0.53% | 0.46% | - |
| HSV(B) | 16.32º | 0.69% | 0.71% | - |
| XYZ | 23.08 | 17.12 | 5.7 | - |
| YUV | 112.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 55 | 0 | 0.51 | 0.69 | 0.29 | 16.32 | 0.53 | 0.46 |
| Hex | B4 | 59 | 37 | 0 | 33 | 45 | 1D | 10 | 35 | 2E |
| Octal | 264 | 131 | 67 | 0 | 63 | 105 | 35 | 20 | 65 | 56 |
| Binary | 10110100 | 1011001 | 110111 | 0 | 110011 | 1000101 | 11101 | 10000 | 110101 | 101110 |
Color Harmonies of #B45937
Complementary color
Monochromatic Colors of #B45937
Black with #B45937
Text Example
Text Example
White with #B45937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45937; }
p { color: rgb(180,89,55); }
H1.HeaderClassName
{
color: #B45937;
}
.AnyTagClassName
{
color: #B45937;
}
</style>
background-color css
<style>
a { background-color: #B45937; }
a { background-color: rgb(180,89,55); }
div.DivClassName
{
background-color: #B45937;
}
.BgClassName
{
background-color: #B45937;
}
</style>
border-color css
<style>
span { border-color: #B45937; }
span { border-color: rgb(180,89,55); }
td.TdClassName
{
border-color: #B45937;
}
.TagClassName
{
border-color: #B45937;
}
</style>