Shades of Smoke Tree #BF643A
Tints of Smoke Tree #BF643A
RGB
CMYK
RGB Variations
Color information
#BF643A (or 0xBF643A) is known color: Smoke Tree. HEX triplet: BF, 64 and 3A. RGB value is (191,100,58). Sum of RGB (Red+Green+Blue) = 191+100+58=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF643A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF643A is #409BC5. Grayscale: #7A7A7A. Windows color (decimal): -4234182 or 3826879. OLE color: 3826879.
HSL color Cylindrical-coordinate representation of color #BF643A: hue angle of 18.95º 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 #BF643A is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 58 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.25 |
| HSL | 18.95º | 0.53% | 0.49% | - |
| HSV(B) | 18.95º | 0.7% | 0.75% | - |
| XYZ | 26.81 | 20.5 | 6.55 | - |
| YUV | 122.42 | 91.65 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 58 | 0 | 0.48 | 0.70 | 0.25 | 18.95 | 0.53 | 0.49 |
| Hex | BF | 64 | 3A | 0 | 30 | 46 | 19 | 13 | 35 | 31 |
| Octal | 277 | 144 | 72 | 0 | 60 | 106 | 31 | 23 | 65 | 61 |
| Binary | 10111111 | 1100100 | 111010 | 0 | 110000 | 1000110 | 11001 | 10011 | 110101 | 110001 |
Color Harmonies of #BF643A
Complementary color
Monochromatic Colors of #BF643A
Black with #BF643A
Text Example
Text Example
White with #BF643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF643A; }
p { color: rgb(191,100,58); }
H1.HeaderClassName
{
color: #BF643A;
}
.AnyTagClassName
{
color: #BF643A;
}
</style>
background-color css
<style>
a { background-color: #BF643A; }
a { background-color: rgb(191,100,58); }
div.DivClassName
{
background-color: #BF643A;
}
.BgClassName
{
background-color: #BF643A;
}
</style>
border-color css
<style>
span { border-color: #BF643A; }
span { border-color: rgb(191,100,58); }
td.TdClassName
{
border-color: #BF643A;
}
.TagClassName
{
border-color: #BF643A;
}
</style>