Shades of Fiery Orange #B7542B
Tints of Fiery Orange #B7542B
RGB
CMYK
RGB Variations
Color information
#B7542B (or 0xB7542B) is known color: Fiery Orange. HEX triplet: B7, 54 and 2B. RGB value is (183,84,43). Sum of RGB (Red+Green+Blue) = 183+84+43=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7542B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7542B is #48ABD4. Grayscale: #6D6D6D. Windows color (decimal): -4762581 or 2839735. OLE color: 2839735.
HSL color Cylindrical-coordinate representation of color #B7542B: hue angle of 17.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7542B is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 43 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.28 |
| HSL | 17.57º | 0.62% | 0.44% | - |
| HSV(B) | 17.57º | 0.77% | 0.72% | - |
| XYZ | 23.13 | 16.58 | 4.27 | - |
| YUV | 108.93 | 90.8 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 43 | 0 | 0.54 | 0.77 | 0.28 | 17.57 | 0.62 | 0.44 |
| Hex | B7 | 54 | 2B | 0 | 36 | 4D | 1C | 12 | 3E | 2C |
| Octal | 267 | 124 | 53 | 0 | 66 | 115 | 34 | 22 | 76 | 54 |
| Binary | 10110111 | 1010100 | 101011 | 0 | 110110 | 1001101 | 11100 | 10010 | 111110 | 101100 |
Color Harmonies of #B7542B
Complementary color
Monochromatic Colors of #B7542B
Black with #B7542B
Text Example
Text Example
White with #B7542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7542B; }
p { color: rgb(183,84,43); }
H1.HeaderClassName
{
color: #B7542B;
}
.AnyTagClassName
{
color: #B7542B;
}
</style>
background-color css
<style>
a { background-color: #B7542B; }
a { background-color: rgb(183,84,43); }
div.DivClassName
{
background-color: #B7542B;
}
.BgClassName
{
background-color: #B7542B;
}
</style>
border-color css
<style>
span { border-color: #B7542B; }
span { border-color: rgb(183,84,43); }
td.TdClassName
{
border-color: #B7542B;
}
.TagClassName
{
border-color: #B7542B;
}
</style>