Shades of Fiery Orange #B8552D
Tints of Fiery Orange #B8552D
RGB
CMYK
RGB Variations
Color information
#B8552D (or 0xB8552D) is known color: Fiery Orange. HEX triplet: B8, 55 and 2D. RGB value is (184,85,45). Sum of RGB (Red+Green+Blue) = 184+85+45=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8552D is #47AAD2. Grayscale: #6E6E6E. Windows color (decimal): -4696787 or 2971064. OLE color: 2971064.
HSL color Cylindrical-coordinate representation of color #B8552D: hue angle of 17.27º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8552D is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 45 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.28 |
| HSL | 17.27º | 0.61% | 0.45% | - |
| HSV(B) | 17.27º | 0.76% | 0.72% | - |
| XYZ | 23.49 | 16.88 | 4.5 | - |
| YUV | 110.04 | 91.3 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 45 | 0 | 0.54 | 0.76 | 0.28 | 17.27 | 0.61 | 0.45 |
| Hex | B8 | 55 | 2D | 0 | 36 | 4C | 1C | 11 | 3D | 2D |
| Octal | 270 | 125 | 55 | 0 | 66 | 114 | 34 | 21 | 75 | 55 |
| Binary | 10111000 | 1010101 | 101101 | 0 | 110110 | 1001100 | 11100 | 10001 | 111101 | 101101 |
Color Harmonies of #B8552D
Complementary color
Monochromatic Colors of #B8552D
Black with #B8552D
Text Example
Text Example
White with #B8552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8552D; }
p { color: rgb(184,85,45); }
H1.HeaderClassName
{
color: #B8552D;
}
.AnyTagClassName
{
color: #B8552D;
}
</style>
background-color css
<style>
a { background-color: #B8552D; }
a { background-color: rgb(184,85,45); }
div.DivClassName
{
background-color: #B8552D;
}
.BgClassName
{
background-color: #B8552D;
}
</style>
border-color css
<style>
span { border-color: #B8552D; }
span { border-color: rgb(184,85,45); }
td.TdClassName
{
border-color: #B8552D;
}
.TagClassName
{
border-color: #B8552D;
}
</style>