Shades of Smoke Tree #BD6139
Tints of Smoke Tree #BD6139
RGB
CMYK
RGB Variations
Color information
#BD6139 (or 0xBD6139) is known color: Smoke Tree. HEX triplet: BD, 61 and 39. RGB value is (189,97,57). Sum of RGB (Red+Green+Blue) = 189+97+57=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6139 is #429EC6. Grayscale: #787878. Windows color (decimal): -4366023 or 3760573. OLE color: 3760573.
HSL color Cylindrical-coordinate representation of color #BD6139: hue angle of 18.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD6139 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 97 | 57 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.26 |
| HSL | 18.18º | 0.54% | 0.48% | - |
| HSV(B) | 18.18º | 0.7% | 0.74% | - |
| XYZ | 26 | 19.66 | 6.3 | - |
| YUV | 119.95 | 92.48 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 57 | 0 | 0.49 | 0.70 | 0.26 | 18.18 | 0.54 | 0.48 |
| Hex | BD | 61 | 39 | 0 | 31 | 46 | 1A | 12 | 36 | 30 |
| Octal | 275 | 141 | 71 | 0 | 61 | 106 | 32 | 22 | 66 | 60 |
| Binary | 10111101 | 1100001 | 111001 | 0 | 110001 | 1000110 | 11010 | 10010 | 110110 | 110000 |
Color Harmonies of #BD6139
Complementary color
Monochromatic Colors of #BD6139
Black with #BD6139
Text Example
Text Example
White with #BD6139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6139; }
p { color: rgb(189,97,57); }
H1.HeaderClassName
{
color: #BD6139;
}
.AnyTagClassName
{
color: #BD6139;
}
</style>
background-color css
<style>
a { background-color: #BD6139; }
a { background-color: rgb(189,97,57); }
div.DivClassName
{
background-color: #BD6139;
}
.BgClassName
{
background-color: #BD6139;
}
</style>
border-color css
<style>
span { border-color: #BD6139; }
span { border-color: rgb(189,97,57); }
td.TdClassName
{
border-color: #BD6139;
}
.TagClassName
{
border-color: #BD6139;
}
</style>