Shades of Smoke Tree #BF593B
Tints of Smoke Tree #BF593B
RGB
CMYK
RGB Variations
Color information
#BF593B (or 0xBF593B) is known color: Smoke Tree. HEX triplet: BF, 59 and 3B. RGB value is (191,89,59). Sum of RGB (Red+Green+Blue) = 191+89+59=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF593B is #40A6C4. Grayscale: #747474. Windows color (decimal): -4236997 or 3889599. OLE color: 3889599.
HSL color Cylindrical-coordinate representation of color #BF593B: hue angle of 13.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF593B is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 59 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.25 |
| HSL | 13.64º | 0.53% | 0.49% | - |
| HSV(B) | 13.64º | 0.69% | 0.75% | - |
| XYZ | 25.85 | 18.54 | 6.35 | - |
| YUV | 116.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 59 | 0 | 0.53 | 0.69 | 0.25 | 13.64 | 0.53 | 0.49 |
| Hex | BF | 59 | 3B | 0 | 35 | 45 | 19 | E | 35 | 31 |
| Octal | 277 | 131 | 73 | 0 | 65 | 105 | 31 | 16 | 65 | 61 |
| Binary | 10111111 | 1011001 | 111011 | 0 | 110101 | 1000101 | 11001 | 1110 | 110101 | 110001 |
Color Harmonies of #BF593B
Complementary color
Monochromatic Colors of #BF593B
Black with #BF593B
Text Example
Text Example
White with #BF593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF593B; }
p { color: rgb(191,89,59); }
H1.HeaderClassName
{
color: #BF593B;
}
.AnyTagClassName
{
color: #BF593B;
}
</style>
background-color css
<style>
a { background-color: #BF593B; }
a { background-color: rgb(191,89,59); }
div.DivClassName
{
background-color: #BF593B;
}
.BgClassName
{
background-color: #BF593B;
}
</style>
border-color css
<style>
span { border-color: #BF593B; }
span { border-color: rgb(191,89,59); }
td.TdClassName
{
border-color: #BF593B;
}
.TagClassName
{
border-color: #BF593B;
}
</style>