Shades of Smoke Tree #BD5737
Tints of Smoke Tree #BD5737
RGB
CMYK
RGB Variations
Color information
#BD5737 (or 0xBD5737) is known color: Smoke Tree. HEX triplet: BD, 57 and 37. RGB value is (189,87,55). Sum of RGB (Red+Green+Blue) = 189+87+55=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5737 is #42A8C8. Grayscale: #727272. Windows color (decimal): -4368585 or 3626941. OLE color: 3626941.
HSL color Cylindrical-coordinate representation of color #BD5737: hue angle of 14.33º 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 #BD5737 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 55 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.26 |
| HSL | 14.33º | 0.55% | 0.48% | - |
| HSV(B) | 14.33º | 0.71% | 0.74% | - |
| XYZ | 25.08 | 17.91 | 5.75 | - |
| YUV | 113.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 55 | 0 | 0.54 | 0.71 | 0.26 | 14.33 | 0.55 | 0.48 |
| Hex | BD | 57 | 37 | 0 | 36 | 47 | 1A | E | 37 | 30 |
| Octal | 275 | 127 | 67 | 0 | 66 | 107 | 32 | 16 | 67 | 60 |
| Binary | 10111101 | 1010111 | 110111 | 0 | 110110 | 1000111 | 11010 | 1110 | 110111 | 110000 |
Color Harmonies of #BD5737
Complementary color
Monochromatic Colors of #BD5737
Black with #BD5737
Text Example
Text Example
White with #BD5737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5737; }
p { color: rgb(189,87,55); }
H1.HeaderClassName
{
color: #BD5737;
}
.AnyTagClassName
{
color: #BD5737;
}
</style>
background-color css
<style>
a { background-color: #BD5737; }
a { background-color: rgb(189,87,55); }
div.DivClassName
{
background-color: #BD5737;
}
.BgClassName
{
background-color: #BD5737;
}
</style>
border-color css
<style>
span { border-color: #BD5737; }
span { border-color: rgb(189,87,55); }
td.TdClassName
{
border-color: #BD5737;
}
.TagClassName
{
border-color: #BD5737;
}
</style>