Shades of Smoke Tree #BF673E
Tints of Smoke Tree #BF673E
RGB
CMYK
RGB Variations
Color information
#BF673E (or 0xBF673E) is known color: Smoke Tree. HEX triplet: BF, 67 and 3E. RGB value is (191,103,62). Sum of RGB (Red+Green+Blue) = 191+103+62=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF673E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF673E is #4098C1. Grayscale: #7C7C7C. Windows color (decimal): -4233410 or 4089791. OLE color: 4089791.
HSL color Cylindrical-coordinate representation of color #BF673E: hue angle of 19.07º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF673E is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 62 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.25 |
| HSL | 19.07º | 0.51% | 0.5% | - |
| HSV(B) | 19.07º | 0.68% | 0.75% | - |
| XYZ | 27.21 | 21.12 | 7.2 | - |
| YUV | 124.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 62 | 0 | 0.46 | 0.68 | 0.25 | 19.07 | 0.51 | 0.5 |
| Hex | BF | 67 | 3E | 0 | 2E | 44 | 19 | 13 | 33 | 32 |
| Octal | 277 | 147 | 76 | 0 | 56 | 104 | 31 | 23 | 63 | 62 |
| Binary | 10111111 | 1100111 | 111110 | 0 | 101110 | 1000100 | 11001 | 10011 | 110011 | 110010 |
Color Harmonies of #BF673E
Complementary color
Monochromatic Colors of #BF673E
Black with #BF673E
Text Example
Text Example
White with #BF673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF673E; }
p { color: rgb(191,103,62); }
H1.HeaderClassName
{
color: #BF673E;
}
.AnyTagClassName
{
color: #BF673E;
}
</style>
background-color css
<style>
a { background-color: #BF673E; }
a { background-color: rgb(191,103,62); }
div.DivClassName
{
background-color: #BF673E;
}
.BgClassName
{
background-color: #BF673E;
}
</style>
border-color css
<style>
span { border-color: #BF673E; }
span { border-color: rgb(191,103,62); }
td.TdClassName
{
border-color: #BF673E;
}
.TagClassName
{
border-color: #BF673E;
}
</style>