Shades of Fiery Orange #B45E2D
Tints of Fiery Orange #B45E2D
RGB
CMYK
RGB Variations
Color information
#B45E2D (or 0xB45E2D) is known color: Fiery Orange. HEX triplet: B4, 5E and 2D. RGB value is (180,94,45). Sum of RGB (Red+Green+Blue) = 180+94+45=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45E2D is #4BA1D2. Grayscale: #727272. Windows color (decimal): -4956627 or 2973364. OLE color: 2973364.
HSL color Cylindrical-coordinate representation of color #B45E2D: hue angle of 21.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B45E2D is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 94 | 45 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.29 |
| HSL | 21.78º | 0.6% | 0.44% | - |
| HSV(B) | 21.78º | 0.75% | 0.71% | - |
| XYZ | 23.3 | 17.9 | 4.71 | - |
| YUV | 114.13 | 88.99 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 94 | 45 | 0 | 0.48 | 0.75 | 0.29 | 21.78 | 0.6 | 0.44 |
| Hex | B4 | 5E | 2D | 0 | 30 | 4B | 1D | 16 | 3C | 2C |
| Octal | 264 | 136 | 55 | 0 | 60 | 113 | 35 | 26 | 74 | 54 |
| Binary | 10110100 | 1011110 | 101101 | 0 | 110000 | 1001011 | 11101 | 10110 | 111100 | 101100 |
Color Harmonies of #B45E2D
Complementary color
Monochromatic Colors of #B45E2D
Black with #B45E2D
Text Example
Text Example
White with #B45E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45E2D; }
p { color: rgb(180,94,45); }
H1.HeaderClassName
{
color: #B45E2D;
}
.AnyTagClassName
{
color: #B45E2D;
}
</style>
background-color css
<style>
a { background-color: #B45E2D; }
a { background-color: rgb(180,94,45); }
div.DivClassName
{
background-color: #B45E2D;
}
.BgClassName
{
background-color: #B45E2D;
}
</style>
border-color css
<style>
span { border-color: #B45E2D; }
span { border-color: rgb(180,94,45); }
td.TdClassName
{
border-color: #B45E2D;
}
.TagClassName
{
border-color: #B45E2D;
}
</style>