Shades of Smoke Tree #BF653A
Tints of Smoke Tree #BF653A
RGB
CMYK
RGB Variations
Color information
#BF653A (or 0xBF653A) is known color: Smoke Tree. HEX triplet: BF, 65 and 3A. RGB value is (191,101,58). Sum of RGB (Red+Green+Blue) = 191+101+58=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF653A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF653A is #409AC5. Grayscale: #7B7B7B. Windows color (decimal): -4233926 or 3827135. OLE color: 3827135.
HSL color Cylindrical-coordinate representation of color #BF653A: hue angle of 19.4º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF653A is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 58 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.25 |
| HSL | 19.4º | 0.53% | 0.49% | - |
| HSV(B) | 19.4º | 0.7% | 0.75% | - |
| XYZ | 26.9 | 20.69 | 6.58 | - |
| YUV | 123.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 58 | 0 | 0.47 | 0.70 | 0.25 | 19.4 | 0.53 | 0.49 |
| Hex | BF | 65 | 3A | 0 | 2F | 46 | 19 | 13 | 35 | 31 |
| Octal | 277 | 145 | 72 | 0 | 57 | 106 | 31 | 23 | 65 | 61 |
| Binary | 10111111 | 1100101 | 111010 | 0 | 101111 | 1000110 | 11001 | 10011 | 110101 | 110001 |
Color Harmonies of #BF653A
Complementary color
Monochromatic Colors of #BF653A
Black with #BF653A
Text Example
Text Example
White with #BF653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF653A; }
p { color: rgb(191,101,58); }
H1.HeaderClassName
{
color: #BF653A;
}
.AnyTagClassName
{
color: #BF653A;
}
</style>
background-color css
<style>
a { background-color: #BF653A; }
a { background-color: rgb(191,101,58); }
div.DivClassName
{
background-color: #BF653A;
}
.BgClassName
{
background-color: #BF653A;
}
</style>
border-color css
<style>
span { border-color: #BF653A; }
span { border-color: rgb(191,101,58); }
td.TdClassName
{
border-color: #BF653A;
}
.TagClassName
{
border-color: #BF653A;
}
</style>