Shades of Fiery Orange #B8531B
Tints of Fiery Orange #B8531B
RGB
CMYK
RGB Variations
Color information
#B8531B (or 0xB8531B) is known color: Fiery Orange. HEX triplet: B8, 53 and 1B. RGB value is (184,83,27). Sum of RGB (Red+Green+Blue) = 184+83+27=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B8531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8531B is #47ACE4. Grayscale: #6B6B6B. Windows color (decimal): -4697317 or 1790904. OLE color: 1790904.
HSL color Cylindrical-coordinate representation of color #B8531B: hue angle of 21.4º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8531B is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 27 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.28 |
| HSL | 21.4º | 0.74% | 0.41% | - |
| HSV(B) | 21.4º | 0.85% | 0.72% | - |
| XYZ | 23.06 | 16.46 | 3 | - |
| YUV | 106.82 | 82.96 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 27 | 0 | 0.55 | 0.85 | 0.28 | 21.4 | 0.74 | 0.41 |
| Hex | B8 | 53 | 1B | 0 | 37 | 55 | 1C | 15 | 4A | 29 |
| Octal | 270 | 123 | 33 | 0 | 67 | 125 | 34 | 25 | 112 | 51 |
| Binary | 10111000 | 1010011 | 11011 | 0 | 110111 | 1010101 | 11100 | 10101 | 1001010 | 101001 |
Color Harmonies of #B8531B
Complementary color
Monochromatic Colors of #B8531B
Black with #B8531B
Text Example
Text Example
White with #B8531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8531B; }
p { color: rgb(184,83,27); }
H1.HeaderClassName
{
color: #B8531B;
}
.AnyTagClassName
{
color: #B8531B;
}
</style>
background-color css
<style>
a { background-color: #B8531B; }
a { background-color: rgb(184,83,27); }
div.DivClassName
{
background-color: #B8531B;
}
.BgClassName
{
background-color: #B8531B;
}
</style>
border-color css
<style>
span { border-color: #B8531B; }
span { border-color: rgb(184,83,27); }
td.TdClassName
{
border-color: #B8531B;
}
.TagClassName
{
border-color: #B8531B;
}
</style>