Shades of Smoke Tree #BD6636
Tints of Smoke Tree #BD6636
RGB
CMYK
RGB Variations
Color information
#BD6636 (or 0xBD6636) is known color: Smoke Tree. HEX triplet: BD, 66 and 36. RGB value is (189,102,54). Sum of RGB (Red+Green+Blue) = 189+102+54=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6636 is #4299C9. Grayscale: #7A7A7A. Windows color (decimal): -4364746 or 3565245. OLE color: 3565245.
HSL color Cylindrical-coordinate representation of color #BD6636: hue angle of 21.33º 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 #BD6636 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 102 | 54 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.26 |
| HSL | 21.33º | 0.56% | 0.48% | - |
| HSV(B) | 21.33º | 0.71% | 0.74% | - |
| XYZ | 26.4 | 20.59 | 6.07 | - |
| YUV | 122.54 | 89.32 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 54 | 0 | 0.46 | 0.71 | 0.26 | 21.33 | 0.56 | 0.48 |
| Hex | BD | 66 | 36 | 0 | 2E | 47 | 1A | 15 | 38 | 30 |
| Octal | 275 | 146 | 66 | 0 | 56 | 107 | 32 | 25 | 70 | 60 |
| Binary | 10111101 | 1100110 | 110110 | 0 | 101110 | 1000111 | 11010 | 10101 | 111000 | 110000 |
Color Harmonies of #BD6636
Complementary color
Monochromatic Colors of #BD6636
Black with #BD6636
Text Example
Text Example
White with #BD6636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6636; }
p { color: rgb(189,102,54); }
H1.HeaderClassName
{
color: #BD6636;
}
.AnyTagClassName
{
color: #BD6636;
}
</style>
background-color css
<style>
a { background-color: #BD6636; }
a { background-color: rgb(189,102,54); }
div.DivClassName
{
background-color: #BD6636;
}
.BgClassName
{
background-color: #BD6636;
}
</style>
border-color css
<style>
span { border-color: #BD6636; }
span { border-color: rgb(189,102,54); }
td.TdClassName
{
border-color: #BD6636;
}
.TagClassName
{
border-color: #BD6636;
}
</style>