Shades of Fiery Orange #B8532F
Tints of Fiery Orange #B8532F
RGB
CMYK
RGB Variations
Color information
#B8532F (or 0xB8532F) is known color: Fiery Orange. HEX triplet: B8, 53 and 2F. RGB value is (184,83,47). Sum of RGB (Red+Green+Blue) = 184+83+47=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8532F is #47ACD0. Grayscale: #6D6D6D. Windows color (decimal): -4697297 or 3101624. OLE color: 3101624.
HSL color Cylindrical-coordinate representation of color #B8532F: hue angle of 15.77º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8532F is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 47 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.28 |
| HSL | 15.77º | 0.59% | 0.45% | - |
| HSV(B) | 15.77º | 0.74% | 0.72% | - |
| XYZ | 23.37 | 16.58 | 4.66 | - |
| YUV | 109.1 | 92.96 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 47 | 0 | 0.55 | 0.74 | 0.28 | 15.77 | 0.59 | 0.45 |
| Hex | B8 | 53 | 2F | 0 | 37 | 4A | 1C | 10 | 3B | 2D |
| Octal | 270 | 123 | 57 | 0 | 67 | 112 | 34 | 20 | 73 | 55 |
| Binary | 10111000 | 1010011 | 101111 | 0 | 110111 | 1001010 | 11100 | 10000 | 111011 | 101101 |
Color Harmonies of #B8532F
Complementary color
Monochromatic Colors of #B8532F
Black with #B8532F
Text Example
Text Example
White with #B8532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8532F; }
p { color: rgb(184,83,47); }
H1.HeaderClassName
{
color: #B8532F;
}
.AnyTagClassName
{
color: #B8532F;
}
</style>
background-color css
<style>
a { background-color: #B8532F; }
a { background-color: rgb(184,83,47); }
div.DivClassName
{
background-color: #B8532F;
}
.BgClassName
{
background-color: #B8532F;
}
</style>
border-color css
<style>
span { border-color: #B8532F; }
span { border-color: rgb(184,83,47); }
td.TdClassName
{
border-color: #B8532F;
}
.TagClassName
{
border-color: #B8532F;
}
</style>