Shades of Smoke Tree #BF592E
Tints of Smoke Tree #BF592E
RGB
CMYK
RGB Variations
Color information
#BF592E (or 0xBF592E) is known color: Smoke Tree. HEX triplet: BF, 59 and 2E. RGB value is (191,89,46). Sum of RGB (Red+Green+Blue) = 191+89+46=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF592E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF592E is #40A6D1. Grayscale: #727272. Windows color (decimal): -4237010 or 3037631. OLE color: 3037631.
HSL color Cylindrical-coordinate representation of color #BF592E: hue angle of 17.79º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF592E is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 46 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.25 |
| HSL | 17.79º | 0.61% | 0.46% | - |
| HSV(B) | 17.79º | 0.76% | 0.75% | - |
| XYZ | 25.55 | 18.42 | 4.79 | - |
| YUV | 114.6 | 89.29 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 46 | 0 | 0.53 | 0.76 | 0.25 | 17.79 | 0.61 | 0.46 |
| Hex | BF | 59 | 2E | 0 | 35 | 4C | 19 | 12 | 3D | 2E |
| Octal | 277 | 131 | 56 | 0 | 65 | 114 | 31 | 22 | 75 | 56 |
| Binary | 10111111 | 1011001 | 101110 | 0 | 110101 | 1001100 | 11001 | 10010 | 111101 | 101110 |
Color Harmonies of #BF592E
Complementary color
Monochromatic Colors of #BF592E
Black with #BF592E
Text Example
Text Example
White with #BF592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF592E; }
p { color: rgb(191,89,46); }
H1.HeaderClassName
{
color: #BF592E;
}
.AnyTagClassName
{
color: #BF592E;
}
</style>
background-color css
<style>
a { background-color: #BF592E; }
a { background-color: rgb(191,89,46); }
div.DivClassName
{
background-color: #BF592E;
}
.BgClassName
{
background-color: #BF592E;
}
</style>
border-color css
<style>
span { border-color: #BF592E; }
span { border-color: rgb(191,89,46); }
td.TdClassName
{
border-color: #BF592E;
}
.TagClassName
{
border-color: #BF592E;
}
</style>