Shades of Fiery Orange #B45D27
Tints of Fiery Orange #B45D27
RGB
CMYK
RGB Variations
Color information
#B45D27 (or 0xB45D27) is known color: Fiery Orange. HEX triplet: B4, 5D and 27. RGB value is (180,93,39). Sum of RGB (Red+Green+Blue) = 180+93+39=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D27 is #4BA2D8. Grayscale: #717171. Windows color (decimal): -4956889 or 2579892. OLE color: 2579892.
HSL color Cylindrical-coordinate representation of color #B45D27: hue angle of 22.98º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B45D27 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 39 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.29 |
| HSL | 22.98º | 0.64% | 0.43% | - |
| HSV(B) | 22.98º | 0.78% | 0.71% | - |
| XYZ | 23.1 | 17.68 | 4.11 | - |
| YUV | 112.86 | 86.32 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 39 | 0 | 0.48 | 0.78 | 0.29 | 22.98 | 0.64 | 0.43 |
| Hex | B4 | 5D | 27 | 0 | 30 | 4E | 1D | 17 | 40 | 2B |
| Octal | 264 | 135 | 47 | 0 | 60 | 116 | 35 | 27 | 100 | 53 |
| Binary | 10110100 | 1011101 | 100111 | 0 | 110000 | 1001110 | 11101 | 10111 | 1000000 | 101011 |
Color Harmonies of #B45D27
Complementary color
Monochromatic Colors of #B45D27
Black with #B45D27
Text Example
Text Example
White with #B45D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45D27; }
p { color: rgb(180,93,39); }
H1.HeaderClassName
{
color: #B45D27;
}
.AnyTagClassName
{
color: #B45D27;
}
</style>
background-color css
<style>
a { background-color: #B45D27; }
a { background-color: rgb(180,93,39); }
div.DivClassName
{
background-color: #B45D27;
}
.BgClassName
{
background-color: #B45D27;
}
</style>
border-color css
<style>
span { border-color: #B45D27; }
span { border-color: rgb(180,93,39); }
td.TdClassName
{
border-color: #B45D27;
}
.TagClassName
{
border-color: #B45D27;
}
</style>