Shades of Smoke Tree #B85636
Tints of Smoke Tree #B85636
RGB
CMYK
RGB Variations
Color information
#B85636 (or 0xB85636) is known color: Smoke Tree. HEX triplet: B8, 56 and 36. RGB value is (184,86,54). Sum of RGB (Red+Green+Blue) = 184+86+54=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B85636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85636 is #47A9C9. Grayscale: #6F6F6F. Windows color (decimal): -4696522 or 3561144. OLE color: 3561144.
HSL color Cylindrical-coordinate representation of color #B85636: hue angle of 14.77º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B85636 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 54 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.28 |
| HSL | 14.77º | 0.55% | 0.47% | - |
| HSV(B) | 14.77º | 0.71% | 0.72% | - |
| XYZ | 23.76 | 17.11 | 5.54 | - |
| YUV | 111.65 | 95.47 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 54 | 0 | 0.53 | 0.71 | 0.28 | 14.77 | 0.55 | 0.47 |
| Hex | B8 | 56 | 36 | 0 | 35 | 47 | 1C | F | 37 | 2F |
| Octal | 270 | 126 | 66 | 0 | 65 | 107 | 34 | 17 | 67 | 57 |
| Binary | 10111000 | 1010110 | 110110 | 0 | 110101 | 1000111 | 11100 | 1111 | 110111 | 101111 |
Color Harmonies of #B85636
Complementary color
Monochromatic Colors of #B85636
Black with #B85636
Text Example
Text Example
White with #B85636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85636; }
p { color: rgb(184,86,54); }
H1.HeaderClassName
{
color: #B85636;
}
.AnyTagClassName
{
color: #B85636;
}
</style>
background-color css
<style>
a { background-color: #B85636; }
a { background-color: rgb(184,86,54); }
div.DivClassName
{
background-color: #B85636;
}
.BgClassName
{
background-color: #B85636;
}
</style>
border-color css
<style>
span { border-color: #B85636; }
span { border-color: rgb(184,86,54); }
td.TdClassName
{
border-color: #B85636;
}
.TagClassName
{
border-color: #B85636;
}
</style>