Shades of Fiery Orange #B85321
Tints of Fiery Orange #B85321
RGB
CMYK
RGB Variations
Color information
#B85321 (or 0xB85321) is known color: Fiery Orange. HEX triplet: B8, 53 and 21. RGB value is (184,83,33). Sum of RGB (Red+Green+Blue) = 184+83+33=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B85321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85321 is #47ACDE. Grayscale: #6B6B6B. Windows color (decimal): -4697311 or 2184120. OLE color: 2184120.
HSL color Cylindrical-coordinate representation of color #B85321: hue angle of 19.87º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B85321 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 33 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.28 |
| HSL | 19.87º | 0.7% | 0.43% | - |
| HSV(B) | 19.87º | 0.82% | 0.72% | - |
| XYZ | 23.13 | 16.49 | 3.4 | - |
| YUV | 107.5 | 85.96 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 33 | 0 | 0.55 | 0.82 | 0.28 | 19.87 | 0.7 | 0.43 |
| Hex | B8 | 53 | 21 | 0 | 37 | 52 | 1C | 14 | 46 | 2B |
| Octal | 270 | 123 | 41 | 0 | 67 | 122 | 34 | 24 | 106 | 53 |
| Binary | 10111000 | 1010011 | 100001 | 0 | 110111 | 1010010 | 11100 | 10100 | 1000110 | 101011 |
Color Harmonies of #B85321
Complementary color
Monochromatic Colors of #B85321
Black with #B85321
Text Example
Text Example
White with #B85321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85321; }
p { color: rgb(184,83,33); }
H1.HeaderClassName
{
color: #B85321;
}
.AnyTagClassName
{
color: #B85321;
}
</style>
background-color css
<style>
a { background-color: #B85321; }
a { background-color: rgb(184,83,33); }
div.DivClassName
{
background-color: #B85321;
}
.BgClassName
{
background-color: #B85321;
}
</style>
border-color css
<style>
span { border-color: #B85321; }
span { border-color: rgb(184,83,33); }
td.TdClassName
{
border-color: #B85321;
}
.TagClassName
{
border-color: #B85321;
}
</style>