Shades of Smoke Tree #BD6339
Tints of Smoke Tree #BD6339
RGB
CMYK
RGB Variations
Color information
#BD6339 (or 0xBD6339) is known color: Smoke Tree. HEX triplet: BD, 63 and 39. RGB value is (189,99,57). Sum of RGB (Red+Green+Blue) = 189+99+57=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6339 is #429CC6. Grayscale: #797979. Windows color (decimal): -4365511 or 3761085. OLE color: 3761085.
HSL color Cylindrical-coordinate representation of color #BD6339: hue angle of 19.09º 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 #BD6339 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 57 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.26 |
| HSL | 19.09º | 0.54% | 0.48% | - |
| HSV(B) | 19.09º | 0.7% | 0.74% | - |
| XYZ | 26.19 | 20.04 | 6.36 | - |
| YUV | 121.12 | 91.82 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 57 | 0 | 0.48 | 0.70 | 0.26 | 19.09 | 0.54 | 0.48 |
| Hex | BD | 63 | 39 | 0 | 30 | 46 | 1A | 13 | 36 | 30 |
| Octal | 275 | 143 | 71 | 0 | 60 | 106 | 32 | 23 | 66 | 60 |
| Binary | 10111101 | 1100011 | 111001 | 0 | 110000 | 1000110 | 11010 | 10011 | 110110 | 110000 |
Color Harmonies of #BD6339
Complementary color
Monochromatic Colors of #BD6339
Black with #BD6339
Text Example
Text Example
White with #BD6339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6339; }
p { color: rgb(189,99,57); }
H1.HeaderClassName
{
color: #BD6339;
}
.AnyTagClassName
{
color: #BD6339;
}
</style>
background-color css
<style>
a { background-color: #BD6339; }
a { background-color: rgb(189,99,57); }
div.DivClassName
{
background-color: #BD6339;
}
.BgClassName
{
background-color: #BD6339;
}
</style>
border-color css
<style>
span { border-color: #BD6339; }
span { border-color: rgb(189,99,57); }
td.TdClassName
{
border-color: #BD6339;
}
.TagClassName
{
border-color: #BD6339;
}
</style>