Shades of Smoke Tree #BF673D
Tints of Smoke Tree #BF673D
RGB
CMYK
RGB Variations
Color information
#BF673D (or 0xBF673D) is known color: Smoke Tree. HEX triplet: BF, 67 and 3D. RGB value is (191,103,61). Sum of RGB (Red+Green+Blue) = 191+103+61=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF673D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF673D is #4098C2. Grayscale: #7C7C7C. Windows color (decimal): -4233411 or 4024255. OLE color: 4024255.
HSL color Cylindrical-coordinate representation of color #BF673D: hue angle of 19.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF673D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 61 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.25 |
| HSL | 19.38º | 0.52% | 0.49% | - |
| HSV(B) | 19.38º | 0.68% | 0.75% | - |
| XYZ | 27.18 | 21.11 | 7.06 | - |
| YUV | 124.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 61 | 0 | 0.46 | 0.68 | 0.25 | 19.38 | 0.52 | 0.49 |
| Hex | BF | 67 | 3D | 0 | 2E | 44 | 19 | 13 | 34 | 31 |
| Octal | 277 | 147 | 75 | 0 | 56 | 104 | 31 | 23 | 64 | 61 |
| Binary | 10111111 | 1100111 | 111101 | 0 | 101110 | 1000100 | 11001 | 10011 | 110100 | 110001 |
Color Harmonies of #BF673D
Complementary color
Monochromatic Colors of #BF673D
Black with #BF673D
Text Example
Text Example
White with #BF673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF673D; }
p { color: rgb(191,103,61); }
H1.HeaderClassName
{
color: #BF673D;
}
.AnyTagClassName
{
color: #BF673D;
}
</style>
background-color css
<style>
a { background-color: #BF673D; }
a { background-color: rgb(191,103,61); }
div.DivClassName
{
background-color: #BF673D;
}
.BgClassName
{
background-color: #BF673D;
}
</style>
border-color css
<style>
span { border-color: #BF673D; }
span { border-color: rgb(191,103,61); }
td.TdClassName
{
border-color: #BF673D;
}
.TagClassName
{
border-color: #BF673D;
}
</style>