Shades of Fiery Orange #B85D29
Tints of Fiery Orange #B85D29
RGB
CMYK
RGB Variations
Color information
#B85D29 (or 0xB85D29) is known color: Fiery Orange. HEX triplet: B8, 5D and 29. RGB value is (184,93,41). Sum of RGB (Red+Green+Blue) = 184+93+41=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D29 is #47A2D6. Grayscale: #727272. Windows color (decimal): -4694743 or 2710968. OLE color: 2710968.
HSL color Cylindrical-coordinate representation of color #B85D29: hue angle of 21.82º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B85D29 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 41 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.28 |
| HSL | 21.82º | 0.64% | 0.44% | - |
| HSV(B) | 21.82º | 0.78% | 0.72% | - |
| XYZ | 24.08 | 18.18 | 4.34 | - |
| YUV | 114.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 41 | 0 | 0.49 | 0.78 | 0.28 | 21.82 | 0.64 | 0.44 |
| Hex | B8 | 5D | 29 | 0 | 31 | 4E | 1C | 16 | 40 | 2C |
| Octal | 270 | 135 | 51 | 0 | 61 | 116 | 34 | 26 | 100 | 54 |
| Binary | 10111000 | 1011101 | 101001 | 0 | 110001 | 1001110 | 11100 | 10110 | 1000000 | 101100 |
Color Harmonies of #B85D29
Complementary color
Monochromatic Colors of #B85D29
Black with #B85D29
Text Example
Text Example
White with #B85D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D29; }
p { color: rgb(184,93,41); }
H1.HeaderClassName
{
color: #B85D29;
}
.AnyTagClassName
{
color: #B85D29;
}
</style>
background-color css
<style>
a { background-color: #B85D29; }
a { background-color: rgb(184,93,41); }
div.DivClassName
{
background-color: #B85D29;
}
.BgClassName
{
background-color: #B85D29;
}
</style>
border-color css
<style>
span { border-color: #B85D29; }
span { border-color: rgb(184,93,41); }
td.TdClassName
{
border-color: #B85D29;
}
.TagClassName
{
border-color: #B85D29;
}
</style>