Shades of Smoke Tree #BD5D2C
Tints of Smoke Tree #BD5D2C
RGB
CMYK
RGB Variations
Color information
#BD5D2C (or 0xBD5D2C) is known color: Smoke Tree. HEX triplet: BD, 5D and 2C. RGB value is (189,93,44). Sum of RGB (Red+Green+Blue) = 189+93+44=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5D2C is #42A2D3. Grayscale: #747474. Windows color (decimal): -4367060 or 2907581. OLE color: 2907581.
HSL color Cylindrical-coordinate representation of color #BD5D2C: hue angle of 20.28º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD5D2C is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 44 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.26 |
| HSL | 20.28º | 0.62% | 0.46% | - |
| HSV(B) | 20.28º | 0.77% | 0.74% | - |
| XYZ | 25.36 | 18.83 | 4.68 | - |
| YUV | 116.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 44 | 0 | 0.51 | 0.77 | 0.26 | 20.28 | 0.62 | 0.46 |
| Hex | BD | 5D | 2C | 0 | 33 | 4D | 1A | 14 | 3E | 2E |
| Octal | 275 | 135 | 54 | 0 | 63 | 115 | 32 | 24 | 76 | 56 |
| Binary | 10111101 | 1011101 | 101100 | 0 | 110011 | 1001101 | 11010 | 10100 | 111110 | 101110 |
Color Harmonies of #BD5D2C
Complementary color
Monochromatic Colors of #BD5D2C
Black with #BD5D2C
Text Example
Text Example
White with #BD5D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5D2C; }
p { color: rgb(189,93,44); }
H1.HeaderClassName
{
color: #BD5D2C;
}
.AnyTagClassName
{
color: #BD5D2C;
}
</style>
background-color css
<style>
a { background-color: #BD5D2C; }
a { background-color: rgb(189,93,44); }
div.DivClassName
{
background-color: #BD5D2C;
}
.BgClassName
{
background-color: #BD5D2C;
}
</style>
border-color css
<style>
span { border-color: #BD5D2C; }
span { border-color: rgb(189,93,44); }
td.TdClassName
{
border-color: #BD5D2C;
}
.TagClassName
{
border-color: #BD5D2C;
}
</style>