Shades of Smoke Tree #BD6739
Tints of Smoke Tree #BD6739
RGB
CMYK
RGB Variations
Color information
#BD6739 (or 0xBD6739) is known color: Smoke Tree. HEX triplet: BD, 67 and 39. RGB value is (189,103,57). Sum of RGB (Red+Green+Blue) = 189+103+57=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6739 is #4298C6. Grayscale: #7B7B7B. Windows color (decimal): -4364487 or 3762109. OLE color: 3762109.
HSL color Cylindrical-coordinate representation of color #BD6739: hue angle of 20.91º 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 #BD6739 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 57 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.26 |
| HSL | 20.91º | 0.54% | 0.48% | - |
| HSV(B) | 20.91º | 0.7% | 0.74% | - |
| XYZ | 26.58 | 20.81 | 6.49 | - |
| YUV | 123.47 | 90.49 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 57 | 0 | 0.46 | 0.70 | 0.26 | 20.91 | 0.54 | 0.48 |
| Hex | BD | 67 | 39 | 0 | 2E | 46 | 1A | 15 | 36 | 30 |
| Octal | 275 | 147 | 71 | 0 | 56 | 106 | 32 | 25 | 66 | 60 |
| Binary | 10111101 | 1100111 | 111001 | 0 | 101110 | 1000110 | 11010 | 10101 | 110110 | 110000 |
Color Harmonies of #BD6739
Complementary color
Monochromatic Colors of #BD6739
Black with #BD6739
Text Example
Text Example
White with #BD6739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6739; }
p { color: rgb(189,103,57); }
H1.HeaderClassName
{
color: #BD6739;
}
.AnyTagClassName
{
color: #BD6739;
}
</style>
background-color css
<style>
a { background-color: #BD6739; }
a { background-color: rgb(189,103,57); }
div.DivClassName
{
background-color: #BD6739;
}
.BgClassName
{
background-color: #BD6739;
}
</style>
border-color css
<style>
span { border-color: #BD6739; }
span { border-color: rgb(189,103,57); }
td.TdClassName
{
border-color: #BD6739;
}
.TagClassName
{
border-color: #BD6739;
}
</style>