Shades of Smoke Tree #B85737
Tints of Smoke Tree #B85737
RGB
CMYK
RGB Variations
Color information
#B85737 (or 0xB85737) is known color: Smoke Tree. HEX triplet: B8, 57 and 37. RGB value is (184,87,55). Sum of RGB (Red+Green+Blue) = 184+87+55=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B85737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85737 is #47A8C8. Grayscale: #707070. Windows color (decimal): -4696265 or 3626936. OLE color: 3626936.
HSL color Cylindrical-coordinate representation of color #B85737: hue angle of 14.88º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B85737 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 55 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.28 |
| HSL | 14.88º | 0.54% | 0.47% | - |
| HSV(B) | 14.88º | 0.7% | 0.72% | - |
| XYZ | 23.86 | 17.28 | 5.69 | - |
| YUV | 112.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 55 | 0 | 0.53 | 0.70 | 0.28 | 14.88 | 0.54 | 0.47 |
| Hex | B8 | 57 | 37 | 0 | 35 | 46 | 1C | F | 36 | 2F |
| Octal | 270 | 127 | 67 | 0 | 65 | 106 | 34 | 17 | 66 | 57 |
| Binary | 10111000 | 1010111 | 110111 | 0 | 110101 | 1000110 | 11100 | 1111 | 110110 | 101111 |
Color Harmonies of #B85737
Complementary color
Monochromatic Colors of #B85737
Black with #B85737
Text Example
Text Example
White with #B85737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85737; }
p { color: rgb(184,87,55); }
H1.HeaderClassName
{
color: #B85737;
}
.AnyTagClassName
{
color: #B85737;
}
</style>
background-color css
<style>
a { background-color: #B85737; }
a { background-color: rgb(184,87,55); }
div.DivClassName
{
background-color: #B85737;
}
.BgClassName
{
background-color: #B85737;
}
</style>
border-color css
<style>
span { border-color: #B85737; }
span { border-color: rgb(184,87,55); }
td.TdClassName
{
border-color: #B85737;
}
.TagClassName
{
border-color: #B85737;
}
</style>