Shades of Fiery Orange #B85229
Tints of Fiery Orange #B85229
RGB
CMYK
RGB Variations
Color information
#B85229 (or 0xB85229) is known color: Fiery Orange. HEX triplet: B8, 52 and 29. RGB value is (184,82,41). Sum of RGB (Red+Green+Blue) = 184+82+41=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B85229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85229 is #47ADD6. Grayscale: #6C6C6C. Windows color (decimal): -4697559 or 2708152. OLE color: 2708152.
HSL color Cylindrical-coordinate representation of color #B85229: hue angle of 17.2º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B85229 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 41 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.28 |
| HSL | 17.2º | 0.64% | 0.44% | - |
| HSV(B) | 17.2º | 0.78% | 0.72% | - |
| XYZ | 23.18 | 16.39 | 4.04 | - |
| YUV | 107.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 41 | 0 | 0.55 | 0.78 | 0.28 | 17.2 | 0.64 | 0.44 |
| Hex | B8 | 52 | 29 | 0 | 37 | 4E | 1C | 11 | 40 | 2C |
| Octal | 270 | 122 | 51 | 0 | 67 | 116 | 34 | 21 | 100 | 54 |
| Binary | 10111000 | 1010010 | 101001 | 0 | 110111 | 1001110 | 11100 | 10001 | 1000000 | 101100 |
Color Harmonies of #B85229
Complementary color
Monochromatic Colors of #B85229
Black with #B85229
Text Example
Text Example
White with #B85229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85229; }
p { color: rgb(184,82,41); }
H1.HeaderClassName
{
color: #B85229;
}
.AnyTagClassName
{
color: #B85229;
}
</style>
background-color css
<style>
a { background-color: #B85229; }
a { background-color: rgb(184,82,41); }
div.DivClassName
{
background-color: #B85229;
}
.BgClassName
{
background-color: #B85229;
}
</style>
border-color css
<style>
span { border-color: #B85229; }
span { border-color: rgb(184,82,41); }
td.TdClassName
{
border-color: #B85229;
}
.TagClassName
{
border-color: #B85229;
}
</style>