Shades of Smoke Tree #BD6742
Tints of Smoke Tree #BD6742
RGB
CMYK
RGB Variations
Color information
#BD6742 (or 0xBD6742) is known color: Smoke Tree. HEX triplet: BD, 67 and 42. RGB value is (189,103,66). Sum of RGB (Red+Green+Blue) = 189+103+66=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6742 is #4298BD. Grayscale: #7C7C7C. Windows color (decimal): -4364478 or 4351933. OLE color: 4351933.
HSL color Cylindrical-coordinate representation of color #BD6742: hue angle of 18.05º 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 #BD6742 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 66 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.26 |
| HSL | 18.05º | 0.48% | 0.5% | - |
| HSV(B) | 18.05º | 0.65% | 0.74% | - |
| XYZ | 26.82 | 20.91 | 7.78 | - |
| YUV | 124.5 | 94.99 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 66 | 0 | 0.46 | 0.65 | 0.26 | 18.05 | 0.48 | 0.5 |
| Hex | BD | 67 | 42 | 0 | 2E | 41 | 1A | 12 | 30 | 32 |
| Octal | 275 | 147 | 102 | 0 | 56 | 101 | 32 | 22 | 60 | 62 |
| Binary | 10111101 | 1100111 | 1000010 | 0 | 101110 | 1000001 | 11010 | 10010 | 110000 | 110010 |
Color Harmonies of #BD6742
Complementary color
Monochromatic Colors of #BD6742
Black with #BD6742
Text Example
Text Example
White with #BD6742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6742; }
p { color: rgb(189,103,66); }
H1.HeaderClassName
{
color: #BD6742;
}
.AnyTagClassName
{
color: #BD6742;
}
</style>
background-color css
<style>
a { background-color: #BD6742; }
a { background-color: rgb(189,103,66); }
div.DivClassName
{
background-color: #BD6742;
}
.BgClassName
{
background-color: #BD6742;
}
</style>
border-color css
<style>
span { border-color: #BD6742; }
span { border-color: rgb(189,103,66); }
td.TdClassName
{
border-color: #BD6742;
}
.TagClassName
{
border-color: #BD6742;
}
</style>