Shades of Smoke Tree #BD6741
Tints of Smoke Tree #BD6741
RGB
CMYK
RGB Variations
Color information
#BD6741 (or 0xBD6741) is known color: Smoke Tree. HEX triplet: BD, 67 and 41. RGB value is (189,103,65). Sum of RGB (Red+Green+Blue) = 189+103+65=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6741 is #4298BE. Grayscale: #7C7C7C. Windows color (decimal): -4364479 or 4286397. OLE color: 4286397.
HSL color Cylindrical-coordinate representation of color #BD6741: hue angle of 18.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD6741 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 65 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.26 |
| HSL | 18.39º | 0.49% | 0.5% | - |
| HSV(B) | 18.39º | 0.66% | 0.74% | - |
| XYZ | 26.79 | 20.9 | 7.62 | - |
| YUV | 124.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 65 | 0 | 0.46 | 0.66 | 0.26 | 18.39 | 0.49 | 0.5 |
| Hex | BD | 67 | 41 | 0 | 2E | 42 | 1A | 12 | 31 | 32 |
| Octal | 275 | 147 | 101 | 0 | 56 | 102 | 32 | 22 | 61 | 62 |
| Binary | 10111101 | 1100111 | 1000001 | 0 | 101110 | 1000010 | 11010 | 10010 | 110001 | 110010 |
Color Harmonies of #BD6741
Complementary color
Monochromatic Colors of #BD6741
Black with #BD6741
Text Example
Text Example
White with #BD6741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6741; }
p { color: rgb(189,103,65); }
H1.HeaderClassName
{
color: #BD6741;
}
.AnyTagClassName
{
color: #BD6741;
}
</style>
background-color css
<style>
a { background-color: #BD6741; }
a { background-color: rgb(189,103,65); }
div.DivClassName
{
background-color: #BD6741;
}
.BgClassName
{
background-color: #BD6741;
}
</style>
border-color css
<style>
span { border-color: #BD6741; }
span { border-color: rgb(189,103,65); }
td.TdClassName
{
border-color: #BD6741;
}
.TagClassName
{
border-color: #BD6741;
}
</style>