Shades of Smoke Tree #BF562E
Tints of Smoke Tree #BF562E
RGB
CMYK
RGB Variations
Color information
#BF562E (or 0xBF562E) is known color: Smoke Tree. HEX triplet: BF, 56 and 2E. RGB value is (191,86,46). Sum of RGB (Red+Green+Blue) = 191+86+46=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF562E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF562E is #40A9D1. Grayscale: #717171. Windows color (decimal): -4237778 or 3036863. OLE color: 3036863.
HSL color Cylindrical-coordinate representation of color #BF562E: hue angle of 16.55º 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 #BF562E is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 46 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.25 |
| HSL | 16.55º | 0.61% | 0.46% | - |
| HSV(B) | 16.55º | 0.76% | 0.75% | - |
| XYZ | 25.31 | 17.93 | 4.71 | - |
| YUV | 112.84 | 90.29 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 46 | 0 | 0.55 | 0.76 | 0.25 | 16.55 | 0.61 | 0.46 |
| Hex | BF | 56 | 2E | 0 | 37 | 4C | 19 | 11 | 3D | 2E |
| Octal | 277 | 126 | 56 | 0 | 67 | 114 | 31 | 21 | 75 | 56 |
| Binary | 10111111 | 1010110 | 101110 | 0 | 110111 | 1001100 | 11001 | 10001 | 111101 | 101110 |
Color Harmonies of #BF562E
Complementary color
Monochromatic Colors of #BF562E
Black with #BF562E
Text Example
Text Example
White with #BF562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF562E; }
p { color: rgb(191,86,46); }
H1.HeaderClassName
{
color: #BF562E;
}
.AnyTagClassName
{
color: #BF562E;
}
</style>
background-color css
<style>
a { background-color: #BF562E; }
a { background-color: rgb(191,86,46); }
div.DivClassName
{
background-color: #BF562E;
}
.BgClassName
{
background-color: #BF562E;
}
</style>
border-color css
<style>
span { border-color: #BF562E; }
span { border-color: rgb(191,86,46); }
td.TdClassName
{
border-color: #BF562E;
}
.TagClassName
{
border-color: #BF562E;
}
</style>