Shades of Smoke Tree #BF673B
Tints of Smoke Tree #BF673B
RGB
CMYK
RGB Variations
Color information
#BF673B (or 0xBF673B) is known color: Smoke Tree. HEX triplet: BF, 67 and 3B. RGB value is (191,103,59). Sum of RGB (Red+Green+Blue) = 191+103+59=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF673B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF673B is #4098C4. Grayscale: #7C7C7C. Windows color (decimal): -4233413 or 3893183. OLE color: 3893183.
HSL color Cylindrical-coordinate representation of color #BF673B: hue angle of 20º 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 #BF673B is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 59 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.25 |
| HSL | 20º | 0.53% | 0.49% | - |
| HSV(B) | 20º | 0.69% | 0.75% | - |
| XYZ | 27.13 | 21.09 | 6.78 | - |
| YUV | 124.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 59 | 0 | 0.46 | 0.69 | 0.25 | 20 | 0.53 | 0.49 |
| Hex | BF | 67 | 3B | 0 | 2E | 45 | 19 | 14 | 35 | 31 |
| Octal | 277 | 147 | 73 | 0 | 56 | 105 | 31 | 24 | 65 | 61 |
| Binary | 10111111 | 1100111 | 111011 | 0 | 101110 | 1000101 | 11001 | 10100 | 110101 | 110001 |
Color Harmonies of #BF673B
Complementary color
Monochromatic Colors of #BF673B
Black with #BF673B
Text Example
Text Example
White with #BF673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF673B; }
p { color: rgb(191,103,59); }
H1.HeaderClassName
{
color: #BF673B;
}
.AnyTagClassName
{
color: #BF673B;
}
</style>
background-color css
<style>
a { background-color: #BF673B; }
a { background-color: rgb(191,103,59); }
div.DivClassName
{
background-color: #BF673B;
}
.BgClassName
{
background-color: #BF673B;
}
</style>
border-color css
<style>
span { border-color: #BF673B; }
span { border-color: rgb(191,103,59); }
td.TdClassName
{
border-color: #BF673B;
}
.TagClassName
{
border-color: #BF673B;
}
</style>