Shades of Smoke Tree #BD6842
Tints of Smoke Tree #BD6842
RGB
CMYK
RGB Variations
Color information
#BD6842 (or 0xBD6842) is known color: Smoke Tree. HEX triplet: BD, 68 and 42. RGB value is (189,104,66). Sum of RGB (Red+Green+Blue) = 189+104+66=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6842 is #4297BD. Grayscale: #7D7D7D. Windows color (decimal): -4364222 or 4352189. OLE color: 4352189.
HSL color Cylindrical-coordinate representation of color #BD6842: hue angle of 18.54º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD6842 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 66 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.26 |
| HSL | 18.54º | 0.48% | 0.5% | - |
| HSV(B) | 18.54º | 0.65% | 0.74% | - |
| XYZ | 26.92 | 21.11 | 7.81 | - |
| YUV | 125.08 | 94.66 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 66 | 0 | 0.45 | 0.65 | 0.26 | 18.54 | 0.48 | 0.5 |
| Hex | BD | 68 | 42 | 0 | 2D | 41 | 1A | 13 | 30 | 32 |
| Octal | 275 | 150 | 102 | 0 | 55 | 101 | 32 | 23 | 60 | 62 |
| Binary | 10111101 | 1101000 | 1000010 | 0 | 101101 | 1000001 | 11010 | 10011 | 110000 | 110010 |
Color Harmonies of #BD6842
Complementary color
Monochromatic Colors of #BD6842
Black with #BD6842
Text Example
Text Example
White with #BD6842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6842; }
p { color: rgb(189,104,66); }
H1.HeaderClassName
{
color: #BD6842;
}
.AnyTagClassName
{
color: #BD6842;
}
</style>
background-color css
<style>
a { background-color: #BD6842; }
a { background-color: rgb(189,104,66); }
div.DivClassName
{
background-color: #BD6842;
}
.BgClassName
{
background-color: #BD6842;
}
</style>
border-color css
<style>
span { border-color: #BD6842; }
span { border-color: rgb(189,104,66); }
td.TdClassName
{
border-color: #BD6842;
}
.TagClassName
{
border-color: #BD6842;
}
</style>