Shades of Smoke Tree #BD5738
Tints of Smoke Tree #BD5738
RGB
CMYK
RGB Variations
Color information
#BD5738 (or 0xBD5738) is known color: Smoke Tree. HEX triplet: BD, 57 and 38. RGB value is (189,87,56). Sum of RGB (Red+Green+Blue) = 189+87+56=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5738 is #42A8C7. Grayscale: #727272. Windows color (decimal): -4368584 or 3692477. OLE color: 3692477.
HSL color Cylindrical-coordinate representation of color #BD5738: hue angle of 13.98º 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 #BD5738 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 56 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.26 |
| HSL | 13.98º | 0.54% | 0.48% | - |
| HSV(B) | 13.98º | 0.7% | 0.74% | - |
| XYZ | 25.11 | 17.92 | 5.88 | - |
| YUV | 113.96 | 95.29 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 56 | 0 | 0.54 | 0.70 | 0.26 | 13.98 | 0.54 | 0.48 |
| Hex | BD | 57 | 38 | 0 | 36 | 46 | 1A | E | 36 | 30 |
| Octal | 275 | 127 | 70 | 0 | 66 | 106 | 32 | 16 | 66 | 60 |
| Binary | 10111101 | 1010111 | 111000 | 0 | 110110 | 1000110 | 11010 | 1110 | 110110 | 110000 |
Color Harmonies of #BD5738
Complementary color
Monochromatic Colors of #BD5738
Black with #BD5738
Text Example
Text Example
White with #BD5738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5738; }
p { color: rgb(189,87,56); }
H1.HeaderClassName
{
color: #BD5738;
}
.AnyTagClassName
{
color: #BD5738;
}
</style>
background-color css
<style>
a { background-color: #BD5738; }
a { background-color: rgb(189,87,56); }
div.DivClassName
{
background-color: #BD5738;
}
.BgClassName
{
background-color: #BD5738;
}
</style>
border-color css
<style>
span { border-color: #BD5738; }
span { border-color: rgb(189,87,56); }
td.TdClassName
{
border-color: #BD5738;
}
.TagClassName
{
border-color: #BD5738;
}
</style>