Shades of Smoke Tree #BD5939
Tints of Smoke Tree #BD5939
RGB
CMYK
RGB Variations
Color information
#BD5939 (or 0xBD5939) is known color: Smoke Tree. HEX triplet: BD, 59 and 39. RGB value is (189,89,57). Sum of RGB (Red+Green+Blue) = 189+89+57=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5939 is #42A6C6. Grayscale: #737373. Windows color (decimal): -4368071 or 3758525. OLE color: 3758525.
HSL color Cylindrical-coordinate representation of color #BD5939: hue angle of 14.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD5939 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 57 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.26 |
| HSL | 14.55º | 0.54% | 0.48% | - |
| HSV(B) | 14.55º | 0.7% | 0.74% | - |
| XYZ | 25.3 | 18.26 | 6.06 | - |
| YUV | 115.25 | 95.13 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 57 | 0 | 0.53 | 0.70 | 0.26 | 14.55 | 0.54 | 0.48 |
| Hex | BD | 59 | 39 | 0 | 35 | 46 | 1A | F | 36 | 30 |
| Octal | 275 | 131 | 71 | 0 | 65 | 106 | 32 | 17 | 66 | 60 |
| Binary | 10111101 | 1011001 | 111001 | 0 | 110101 | 1000110 | 11010 | 1111 | 110110 | 110000 |
Color Harmonies of #BD5939
Complementary color
Monochromatic Colors of #BD5939
Black with #BD5939
Text Example
Text Example
White with #BD5939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5939; }
p { color: rgb(189,89,57); }
H1.HeaderClassName
{
color: #BD5939;
}
.AnyTagClassName
{
color: #BD5939;
}
</style>
background-color css
<style>
a { background-color: #BD5939; }
a { background-color: rgb(189,89,57); }
div.DivClassName
{
background-color: #BD5939;
}
.BgClassName
{
background-color: #BD5939;
}
</style>
border-color css
<style>
span { border-color: #BD5939; }
span { border-color: rgb(189,89,57); }
td.TdClassName
{
border-color: #BD5939;
}
.TagClassName
{
border-color: #BD5939;
}
</style>