Shades of Smoke Tree #BF683B
Tints of Smoke Tree #BF683B
RGB
CMYK
RGB Variations
Color information
#BF683B (or 0xBF683B) is known color: Smoke Tree. HEX triplet: BF, 68 and 3B. RGB value is (191,104,59). Sum of RGB (Red+Green+Blue) = 191+104+59=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF683B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF683B is #4097C4. Grayscale: #7D7D7D. Windows color (decimal): -4233157 or 3893439. OLE color: 3893439.
HSL color Cylindrical-coordinate representation of color #BF683B: hue angle of 20.45º 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 #BF683B is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 59 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.25 |
| HSL | 20.45º | 0.53% | 0.49% | - |
| HSV(B) | 20.45º | 0.69% | 0.75% | - |
| XYZ | 27.23 | 21.29 | 6.81 | - |
| YUV | 124.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 59 | 0 | 0.46 | 0.69 | 0.25 | 20.45 | 0.53 | 0.49 |
| Hex | BF | 68 | 3B | 0 | 2E | 45 | 19 | 14 | 35 | 31 |
| Octal | 277 | 150 | 73 | 0 | 56 | 105 | 31 | 24 | 65 | 61 |
| Binary | 10111111 | 1101000 | 111011 | 0 | 101110 | 1000101 | 11001 | 10100 | 110101 | 110001 |
Color Harmonies of #BF683B
Complementary color
Monochromatic Colors of #BF683B
Black with #BF683B
Text Example
Text Example
White with #BF683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF683B; }
p { color: rgb(191,104,59); }
H1.HeaderClassName
{
color: #BF683B;
}
.AnyTagClassName
{
color: #BF683B;
}
</style>
background-color css
<style>
a { background-color: #BF683B; }
a { background-color: rgb(191,104,59); }
div.DivClassName
{
background-color: #BF683B;
}
.BgClassName
{
background-color: #BF683B;
}
</style>
border-color css
<style>
span { border-color: #BF683B; }
span { border-color: rgb(191,104,59); }
td.TdClassName
{
border-color: #BF683B;
}
.TagClassName
{
border-color: #BF683B;
}
</style>