Shades of Fiery Orange #B85534
Tints of Fiery Orange #B85534
RGB
CMYK
RGB Variations
Color information
#B85534 (or 0xB85534) is known color: Fiery Orange. HEX triplet: B8, 55 and 34. RGB value is (184,85,52). Sum of RGB (Red+Green+Blue) = 184+85+52=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B85534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85534 is #47AACB. Grayscale: #6F6F6F. Windows color (decimal): -4696780 or 3429816. OLE color: 3429816.
HSL color Cylindrical-coordinate representation of color #B85534: hue angle of 15º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B85534 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 52 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.28 |
| HSL | 15º | 0.56% | 0.46% | - |
| HSV(B) | 15º | 0.72% | 0.72% | - |
| XYZ | 23.64 | 16.94 | 5.27 | - |
| YUV | 110.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 52 | 0 | 0.54 | 0.72 | 0.28 | 15 | 0.56 | 0.46 |
| Hex | B8 | 55 | 34 | 0 | 36 | 48 | 1C | F | 38 | 2E |
| Octal | 270 | 125 | 64 | 0 | 66 | 110 | 34 | 17 | 70 | 56 |
| Binary | 10111000 | 1010101 | 110100 | 0 | 110110 | 1001000 | 11100 | 1111 | 111000 | 101110 |
Color Harmonies of #B85534
Complementary color
Monochromatic Colors of #B85534
Black with #B85534
Text Example
Text Example
White with #B85534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85534; }
p { color: rgb(184,85,52); }
H1.HeaderClassName
{
color: #B85534;
}
.AnyTagClassName
{
color: #B85534;
}
</style>
background-color css
<style>
a { background-color: #B85534; }
a { background-color: rgb(184,85,52); }
div.DivClassName
{
background-color: #B85534;
}
.BgClassName
{
background-color: #B85534;
}
</style>
border-color css
<style>
span { border-color: #B85534; }
span { border-color: rgb(184,85,52); }
td.TdClassName
{
border-color: #B85534;
}
.TagClassName
{
border-color: #B85534;
}
</style>