Shades of Smoke Tree #BD5929
Tints of Smoke Tree #BD5929
RGB
CMYK
RGB Variations
Color information
#BD5929 (or 0xBD5929) is known color: Smoke Tree. HEX triplet: BD, 59 and 29. RGB value is (189,89,41). Sum of RGB (Red+Green+Blue) = 189+89+41=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5929 is #42A6D6. Grayscale: #717171. Windows color (decimal): -4368087 or 2709949. OLE color: 2709949.
HSL color Cylindrical-coordinate representation of color #BD5929: hue angle of 19.46º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD5929 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 41 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.26 |
| HSL | 19.46º | 0.64% | 0.45% | - |
| HSV(B) | 19.46º | 0.78% | 0.74% | - |
| XYZ | 24.96 | 18.12 | 4.28 | - |
| YUV | 113.43 | 87.13 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 41 | 0 | 0.53 | 0.78 | 0.26 | 19.46 | 0.64 | 0.45 |
| Hex | BD | 59 | 29 | 0 | 35 | 4E | 1A | 13 | 40 | 2D |
| Octal | 275 | 131 | 51 | 0 | 65 | 116 | 32 | 23 | 100 | 55 |
| Binary | 10111101 | 1011001 | 101001 | 0 | 110101 | 1001110 | 11010 | 10011 | 1000000 | 101101 |
Color Harmonies of #BD5929
Complementary color
Monochromatic Colors of #BD5929
Black with #BD5929
Text Example
Text Example
White with #BD5929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5929; }
p { color: rgb(189,89,41); }
H1.HeaderClassName
{
color: #BD5929;
}
.AnyTagClassName
{
color: #BD5929;
}
</style>
background-color css
<style>
a { background-color: #BD5929; }
a { background-color: rgb(189,89,41); }
div.DivClassName
{
background-color: #BD5929;
}
.BgClassName
{
background-color: #BD5929;
}
</style>
border-color css
<style>
span { border-color: #BD5929; }
span { border-color: rgb(189,89,41); }
td.TdClassName
{
border-color: #BD5929;
}
.TagClassName
{
border-color: #BD5929;
}
</style>