Shades of Fiery Orange #B45C2E
Tints of Fiery Orange #B45C2E
RGB
CMYK
RGB Variations
Color information
#B45C2E (or 0xB45C2E) is known color: Fiery Orange. HEX triplet: B4, 5C and 2E. RGB value is (180,92,46). Sum of RGB (Red+Green+Blue) = 180+92+46=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C2E is #4BA3D1. Grayscale: #717171. Windows color (decimal): -4957138 or 3038388. OLE color: 3038388.
HSL color Cylindrical-coordinate representation of color #B45C2E: hue angle of 20.6º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B45C2E is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 46 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.29 |
| HSL | 20.6º | 0.59% | 0.44% | - |
| HSV(B) | 20.6º | 0.74% | 0.71% | - |
| XYZ | 23.14 | 17.55 | 4.75 | - |
| YUV | 113.07 | 90.15 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 46 | 0 | 0.49 | 0.74 | 0.29 | 20.6 | 0.59 | 0.44 |
| Hex | B4 | 5C | 2E | 0 | 31 | 4A | 1D | 15 | 3B | 2C |
| Octal | 264 | 134 | 56 | 0 | 61 | 112 | 35 | 25 | 73 | 54 |
| Binary | 10110100 | 1011100 | 101110 | 0 | 110001 | 1001010 | 11101 | 10101 | 111011 | 101100 |
Color Harmonies of #B45C2E
Complementary color
Monochromatic Colors of #B45C2E
Black with #B45C2E
Text Example
Text Example
White with #B45C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C2E; }
p { color: rgb(180,92,46); }
H1.HeaderClassName
{
color: #B45C2E;
}
.AnyTagClassName
{
color: #B45C2E;
}
</style>
background-color css
<style>
a { background-color: #B45C2E; }
a { background-color: rgb(180,92,46); }
div.DivClassName
{
background-color: #B45C2E;
}
.BgClassName
{
background-color: #B45C2E;
}
</style>
border-color css
<style>
span { border-color: #B45C2E; }
span { border-color: rgb(180,92,46); }
td.TdClassName
{
border-color: #B45C2E;
}
.TagClassName
{
border-color: #B45C2E;
}
</style>