Shades of Fiery Orange #B75423
Tints of Fiery Orange #B75423
RGB
CMYK
RGB Variations
Color information
#B75423 (or 0xB75423) is known color: Fiery Orange. HEX triplet: B7, 54 and 23. RGB value is (183,84,35). Sum of RGB (Red+Green+Blue) = 183+84+35=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B75423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75423 is #48ABDC. Grayscale: #6C6C6C. Windows color (decimal): -4762589 or 2315447. OLE color: 2315447.
HSL color Cylindrical-coordinate representation of color #B75423: hue angle of 19.86º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B75423 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 35 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.28 |
| HSL | 19.86º | 0.68% | 0.43% | - |
| HSV(B) | 19.86º | 0.81% | 0.72% | - |
| XYZ | 23 | 16.53 | 3.57 | - |
| YUV | 108.02 | 86.8 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 35 | 0 | 0.54 | 0.81 | 0.28 | 19.86 | 0.68 | 0.43 |
| Hex | B7 | 54 | 23 | 0 | 36 | 51 | 1C | 14 | 44 | 2B |
| Octal | 267 | 124 | 43 | 0 | 66 | 121 | 34 | 24 | 104 | 53 |
| Binary | 10110111 | 1010100 | 100011 | 0 | 110110 | 1010001 | 11100 | 10100 | 1000100 | 101011 |
Color Harmonies of #B75423
Complementary color
Monochromatic Colors of #B75423
Black with #B75423
Text Example
Text Example
White with #B75423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75423; }
p { color: rgb(183,84,35); }
H1.HeaderClassName
{
color: #B75423;
}
.AnyTagClassName
{
color: #B75423;
}
</style>
background-color css
<style>
a { background-color: #B75423; }
a { background-color: rgb(183,84,35); }
div.DivClassName
{
background-color: #B75423;
}
.BgClassName
{
background-color: #B75423;
}
</style>
border-color css
<style>
span { border-color: #B75423; }
span { border-color: rgb(183,84,35); }
td.TdClassName
{
border-color: #B75423;
}
.TagClassName
{
border-color: #B75423;
}
</style>