Shades of Smoke Tree #BD6336
Tints of Smoke Tree #BD6336
RGB
CMYK
RGB Variations
Color information
#BD6336 (or 0xBD6336) is known color: Smoke Tree. HEX triplet: BD, 63 and 36. RGB value is (189,99,54). Sum of RGB (Red+Green+Blue) = 189+99+54=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6336 is #429CC9. Grayscale: #797979. Windows color (decimal): -4365514 or 3564477. OLE color: 3564477.
HSL color Cylindrical-coordinate representation of color #BD6336: hue angle of 20º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD6336 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 54 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.26 |
| HSL | 20º | 0.56% | 0.48% | - |
| HSV(B) | 20º | 0.71% | 0.74% | - |
| XYZ | 26.11 | 20.01 | 5.98 | - |
| YUV | 120.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 54 | 0 | 0.48 | 0.71 | 0.26 | 20 | 0.56 | 0.48 |
| Hex | BD | 63 | 36 | 0 | 30 | 47 | 1A | 14 | 38 | 30 |
| Octal | 275 | 143 | 66 | 0 | 60 | 107 | 32 | 24 | 70 | 60 |
| Binary | 10111101 | 1100011 | 110110 | 0 | 110000 | 1000111 | 11010 | 10100 | 111000 | 110000 |
Color Harmonies of #BD6336
Complementary color
Monochromatic Colors of #BD6336
Black with #BD6336
Text Example
Text Example
White with #BD6336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6336; }
p { color: rgb(189,99,54); }
H1.HeaderClassName
{
color: #BD6336;
}
.AnyTagClassName
{
color: #BD6336;
}
</style>
background-color css
<style>
a { background-color: #BD6336; }
a { background-color: rgb(189,99,54); }
div.DivClassName
{
background-color: #BD6336;
}
.BgClassName
{
background-color: #BD6336;
}
</style>
border-color css
<style>
span { border-color: #BD6336; }
span { border-color: rgb(189,99,54); }
td.TdClassName
{
border-color: #BD6336;
}
.TagClassName
{
border-color: #BD6336;
}
</style>