Shades of Smoke Tree #BD593C
Tints of Smoke Tree #BD593C
RGB
CMYK
RGB Variations
Color information
#BD593C (or 0xBD593C) is known color: Smoke Tree. HEX triplet: BD, 59 and 3C. RGB value is (189,89,60). Sum of RGB (Red+Green+Blue) = 189+89+60=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD593C is #42A6C3. Grayscale: #737373. Windows color (decimal): -4368068 or 3955133. OLE color: 3955133.
HSL color Cylindrical-coordinate representation of color #BD593C: hue angle of 13.49º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD593C is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 60 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.26 |
| HSL | 13.49º | 0.52% | 0.49% | - |
| HSV(B) | 13.49º | 0.68% | 0.74% | - |
| XYZ | 25.37 | 18.29 | 6.47 | - |
| YUV | 115.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 60 | 0 | 0.53 | 0.68 | 0.26 | 13.49 | 0.52 | 0.49 |
| Hex | BD | 59 | 3C | 0 | 35 | 44 | 1A | D | 34 | 31 |
| Octal | 275 | 131 | 74 | 0 | 65 | 104 | 32 | 15 | 64 | 61 |
| Binary | 10111101 | 1011001 | 111100 | 0 | 110101 | 1000100 | 11010 | 1101 | 110100 | 110001 |
Color Harmonies of #BD593C
Complementary color
Monochromatic Colors of #BD593C
Black with #BD593C
Text Example
Text Example
White with #BD593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD593C; }
p { color: rgb(189,89,60); }
H1.HeaderClassName
{
color: #BD593C;
}
.AnyTagClassName
{
color: #BD593C;
}
</style>
background-color css
<style>
a { background-color: #BD593C; }
a { background-color: rgb(189,89,60); }
div.DivClassName
{
background-color: #BD593C;
}
.BgClassName
{
background-color: #BD593C;
}
</style>
border-color css
<style>
span { border-color: #BD593C; }
span { border-color: rgb(189,89,60); }
td.TdClassName
{
border-color: #BD593C;
}
.TagClassName
{
border-color: #BD593C;
}
</style>