Shades of Smoke Tree #B95737
Tints of Smoke Tree #B95737
RGB
CMYK
RGB Variations
Color information
#B95737 (or 0xB95737) is known color: Smoke Tree. HEX triplet: B9, 57 and 37. RGB value is (185,87,55). Sum of RGB (Red+Green+Blue) = 185+87+55=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B95737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95737 is #46A8C8. Grayscale: #707070. Windows color (decimal): -4630729 or 3626937. OLE color: 3626937.
HSL color Cylindrical-coordinate representation of color #B95737: hue angle of 14.77º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B95737 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 87 | 55 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.27 |
| HSL | 14.77º | 0.54% | 0.47% | - |
| HSV(B) | 14.77º | 0.7% | 0.73% | - |
| XYZ | 24.11 | 17.41 | 5.7 | - |
| YUV | 112.65 | 95.47 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 55 | 0 | 0.53 | 0.70 | 0.27 | 14.77 | 0.54 | 0.47 |
| Hex | B9 | 57 | 37 | 0 | 35 | 46 | 1B | F | 36 | 2F |
| Octal | 271 | 127 | 67 | 0 | 65 | 106 | 33 | 17 | 66 | 57 |
| Binary | 10111001 | 1010111 | 110111 | 0 | 110101 | 1000110 | 11011 | 1111 | 110110 | 101111 |
Color Harmonies of #B95737
Complementary color
Monochromatic Colors of #B95737
Black with #B95737
Text Example
Text Example
White with #B95737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95737; }
p { color: rgb(185,87,55); }
H1.HeaderClassName
{
color: #B95737;
}
.AnyTagClassName
{
color: #B95737;
}
</style>
background-color css
<style>
a { background-color: #B95737; }
a { background-color: rgb(185,87,55); }
div.DivClassName
{
background-color: #B95737;
}
.BgClassName
{
background-color: #B95737;
}
</style>
border-color css
<style>
span { border-color: #B95737; }
span { border-color: rgb(185,87,55); }
td.TdClassName
{
border-color: #B95737;
}
.TagClassName
{
border-color: #B95737;
}
</style>