Shades of Smoke Tree #BD6031
Tints of Smoke Tree #BD6031
RGB
CMYK
RGB Variations
Color information
#BD6031 (or 0xBD6031) is known color: Smoke Tree. HEX triplet: BD, 60 and 31. RGB value is (189,96,49). Sum of RGB (Red+Green+Blue) = 189+96+49=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6031 is #429FCE. Grayscale: #767676. Windows color (decimal): -4366287 or 3236029. OLE color: 3236029.
HSL color Cylindrical-coordinate representation of color #BD6031: hue angle of 20.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD6031 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 49 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.26 |
| HSL | 20.14º | 0.59% | 0.47% | - |
| HSV(B) | 20.14º | 0.74% | 0.74% | - |
| XYZ | 25.72 | 19.41 | 5.3 | - |
| YUV | 118.45 | 88.81 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 49 | 0 | 0.49 | 0.74 | 0.26 | 20.14 | 0.59 | 0.47 |
| Hex | BD | 60 | 31 | 0 | 31 | 4A | 1A | 14 | 3B | 2F |
| Octal | 275 | 140 | 61 | 0 | 61 | 112 | 32 | 24 | 73 | 57 |
| Binary | 10111101 | 1100000 | 110001 | 0 | 110001 | 1001010 | 11010 | 10100 | 111011 | 101111 |
Color Harmonies of #BD6031
Complementary color
Monochromatic Colors of #BD6031
Black with #BD6031
Text Example
Text Example
White with #BD6031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6031; }
p { color: rgb(189,96,49); }
H1.HeaderClassName
{
color: #BD6031;
}
.AnyTagClassName
{
color: #BD6031;
}
</style>
background-color css
<style>
a { background-color: #BD6031; }
a { background-color: rgb(189,96,49); }
div.DivClassName
{
background-color: #BD6031;
}
.BgClassName
{
background-color: #BD6031;
}
</style>
border-color css
<style>
span { border-color: #BD6031; }
span { border-color: rgb(189,96,49); }
td.TdClassName
{
border-color: #BD6031;
}
.TagClassName
{
border-color: #BD6031;
}
</style>