Shades of Smoke Tree #B85736
Tints of Smoke Tree #B85736
RGB
CMYK
RGB Variations
Color information
#B85736 (or 0xB85736) is known color: Smoke Tree. HEX triplet: B8, 57 and 36. RGB value is (184,87,54). Sum of RGB (Red+Green+Blue) = 184+87+54=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B85736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85736 is #47A8C9. Grayscale: #707070. Windows color (decimal): -4696266 or 3561400. OLE color: 3561400.
HSL color Cylindrical-coordinate representation of color #B85736: hue angle of 15.23º 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 #B85736 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 54 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.28 |
| HSL | 15.23º | 0.55% | 0.47% | - |
| HSV(B) | 15.23º | 0.71% | 0.72% | - |
| XYZ | 23.84 | 17.27 | 5.57 | - |
| YUV | 112.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 54 | 0 | 0.53 | 0.71 | 0.28 | 15.23 | 0.55 | 0.47 |
| Hex | B8 | 57 | 36 | 0 | 35 | 47 | 1C | F | 37 | 2F |
| Octal | 270 | 127 | 66 | 0 | 65 | 107 | 34 | 17 | 67 | 57 |
| Binary | 10111000 | 1010111 | 110110 | 0 | 110101 | 1000111 | 11100 | 1111 | 110111 | 101111 |
Color Harmonies of #B85736
Complementary color
Monochromatic Colors of #B85736
Black with #B85736
Text Example
Text Example
White with #B85736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85736; }
p { color: rgb(184,87,54); }
H1.HeaderClassName
{
color: #B85736;
}
.AnyTagClassName
{
color: #B85736;
}
</style>
background-color css
<style>
a { background-color: #B85736; }
a { background-color: rgb(184,87,54); }
div.DivClassName
{
background-color: #B85736;
}
.BgClassName
{
background-color: #B85736;
}
</style>
border-color css
<style>
span { border-color: #B85736; }
span { border-color: rgb(184,87,54); }
td.TdClassName
{
border-color: #B85736;
}
.TagClassName
{
border-color: #B85736;
}
</style>