Shades of Fiery Orange #B85527
Tints of Fiery Orange #B85527
RGB
CMYK
RGB Variations
Color information
#B85527 (or 0xB85527) is known color: Fiery Orange. HEX triplet: B8, 55 and 27. RGB value is (184,85,39). Sum of RGB (Red+Green+Blue) = 184+85+39=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B85527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85527 is #47AAD8. Grayscale: #6D6D6D. Windows color (decimal): -4696793 or 2577848. OLE color: 2577848.
HSL color Cylindrical-coordinate representation of color #B85527: hue angle of 19.03º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B85527 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 39 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.28 |
| HSL | 19.03º | 0.65% | 0.44% | - |
| HSV(B) | 19.03º | 0.79% | 0.72% | - |
| XYZ | 23.38 | 16.83 | 3.94 | - |
| YUV | 109.36 | 88.3 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 39 | 0 | 0.54 | 0.79 | 0.28 | 19.03 | 0.65 | 0.44 |
| Hex | B8 | 55 | 27 | 0 | 36 | 4F | 1C | 13 | 41 | 2C |
| Octal | 270 | 125 | 47 | 0 | 66 | 117 | 34 | 23 | 101 | 54 |
| Binary | 10111000 | 1010101 | 100111 | 0 | 110110 | 1001111 | 11100 | 10011 | 1000001 | 101100 |
Color Harmonies of #B85527
Complementary color
Monochromatic Colors of #B85527
Black with #B85527
Text Example
Text Example
White with #B85527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85527; }
p { color: rgb(184,85,39); }
H1.HeaderClassName
{
color: #B85527;
}
.AnyTagClassName
{
color: #B85527;
}
</style>
background-color css
<style>
a { background-color: #B85527; }
a { background-color: rgb(184,85,39); }
div.DivClassName
{
background-color: #B85527;
}
.BgClassName
{
background-color: #B85527;
}
</style>
border-color css
<style>
span { border-color: #B85527; }
span { border-color: rgb(184,85,39); }
td.TdClassName
{
border-color: #B85527;
}
.TagClassName
{
border-color: #B85527;
}
</style>