Shades of Smoke Tree #BD6237
Tints of Smoke Tree #BD6237
RGB
CMYK
RGB Variations
Color information
#BD6237 (or 0xBD6237) is known color: Smoke Tree. HEX triplet: BD, 62 and 37. RGB value is (189,98,55). Sum of RGB (Red+Green+Blue) = 189+98+55=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6237 is #429DC8. Grayscale: #787878. Windows color (decimal): -4365769 or 3629757. OLE color: 3629757.
HSL color Cylindrical-coordinate representation of color #BD6237: hue angle of 19.25º degrees, saturation: 0.55, 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 #BD6237 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 55 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.26 |
| HSL | 19.25º | 0.55% | 0.48% | - |
| HSV(B) | 19.25º | 0.71% | 0.74% | - |
| XYZ | 26.04 | 19.83 | 6.07 | - |
| YUV | 120.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 55 | 0 | 0.48 | 0.71 | 0.26 | 19.25 | 0.55 | 0.48 |
| Hex | BD | 62 | 37 | 0 | 30 | 47 | 1A | 13 | 37 | 30 |
| Octal | 275 | 142 | 67 | 0 | 60 | 107 | 32 | 23 | 67 | 60 |
| Binary | 10111101 | 1100010 | 110111 | 0 | 110000 | 1000111 | 11010 | 10011 | 110111 | 110000 |
Color Harmonies of #BD6237
Complementary color
Monochromatic Colors of #BD6237
Black with #BD6237
Text Example
Text Example
White with #BD6237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6237; }
p { color: rgb(189,98,55); }
H1.HeaderClassName
{
color: #BD6237;
}
.AnyTagClassName
{
color: #BD6237;
}
</style>
background-color css
<style>
a { background-color: #BD6237; }
a { background-color: rgb(189,98,55); }
div.DivClassName
{
background-color: #BD6237;
}
.BgClassName
{
background-color: #BD6237;
}
</style>
border-color css
<style>
span { border-color: #BD6237; }
span { border-color: rgb(189,98,55); }
td.TdClassName
{
border-color: #BD6237;
}
.TagClassName
{
border-color: #BD6237;
}
</style>