Shades of Smoke Tree #BD6738
Tints of Smoke Tree #BD6738
RGB
CMYK
RGB Variations
Color information
#BD6738 (or 0xBD6738) is known color: Smoke Tree. HEX triplet: BD, 67 and 38. RGB value is (189,103,56). Sum of RGB (Red+Green+Blue) = 189+103+56=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6738 is #4298C7. Grayscale: #7B7B7B. Windows color (decimal): -4364488 or 3696573. OLE color: 3696573.
HSL color Cylindrical-coordinate representation of color #BD6738: hue angle of 21.2º 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 #BD6738 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 56 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.26 |
| HSL | 21.2º | 0.54% | 0.48% | - |
| HSV(B) | 21.2º | 0.7% | 0.74% | - |
| XYZ | 26.55 | 20.8 | 6.36 | - |
| YUV | 123.36 | 89.99 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 56 | 0 | 0.46 | 0.70 | 0.26 | 21.2 | 0.54 | 0.48 |
| Hex | BD | 67 | 38 | 0 | 2E | 46 | 1A | 15 | 36 | 30 |
| Octal | 275 | 147 | 70 | 0 | 56 | 106 | 32 | 25 | 66 | 60 |
| Binary | 10111101 | 1100111 | 111000 | 0 | 101110 | 1000110 | 11010 | 10101 | 110110 | 110000 |
Color Harmonies of #BD6738
Complementary color
Monochromatic Colors of #BD6738
Black with #BD6738
Text Example
Text Example
White with #BD6738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6738; }
p { color: rgb(189,103,56); }
H1.HeaderClassName
{
color: #BD6738;
}
.AnyTagClassName
{
color: #BD6738;
}
</style>
background-color css
<style>
a { background-color: #BD6738; }
a { background-color: rgb(189,103,56); }
div.DivClassName
{
background-color: #BD6738;
}
.BgClassName
{
background-color: #BD6738;
}
</style>
border-color css
<style>
span { border-color: #BD6738; }
span { border-color: rgb(189,103,56); }
td.TdClassName
{
border-color: #BD6738;
}
.TagClassName
{
border-color: #BD6738;
}
</style>