Shades of Smoke Tree #BF623D
Tints of Smoke Tree #BF623D
RGB
CMYK
RGB Variations
Color information
#BF623D (or 0xBF623D) is known color: Smoke Tree. HEX triplet: BF, 62 and 3D. RGB value is (191,98,61). Sum of RGB (Red+Green+Blue) = 191+98+61=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF623D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF623D is #409DC2. Grayscale: #797979. Windows color (decimal): -4234691 or 4022975. OLE color: 4022975.
HSL color Cylindrical-coordinate representation of color #BF623D: hue angle of 17.08º 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 #BF623D is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 61 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.25 |
| HSL | 17.08º | 0.52% | 0.49% | - |
| HSV(B) | 17.08º | 0.68% | 0.75% | - |
| XYZ | 26.7 | 20.15 | 6.9 | - |
| YUV | 121.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 61 | 0 | 0.49 | 0.68 | 0.25 | 17.08 | 0.52 | 0.49 |
| Hex | BF | 62 | 3D | 0 | 31 | 44 | 19 | 11 | 34 | 31 |
| Octal | 277 | 142 | 75 | 0 | 61 | 104 | 31 | 21 | 64 | 61 |
| Binary | 10111111 | 1100010 | 111101 | 0 | 110001 | 1000100 | 11001 | 10001 | 110100 | 110001 |
Color Harmonies of #BF623D
Complementary color
Monochromatic Colors of #BF623D
Black with #BF623D
Text Example
Text Example
White with #BF623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF623D; }
p { color: rgb(191,98,61); }
H1.HeaderClassName
{
color: #BF623D;
}
.AnyTagClassName
{
color: #BF623D;
}
</style>
background-color css
<style>
a { background-color: #BF623D; }
a { background-color: rgb(191,98,61); }
div.DivClassName
{
background-color: #BF623D;
}
.BgClassName
{
background-color: #BF623D;
}
</style>
border-color css
<style>
span { border-color: #BF623D; }
span { border-color: rgb(191,98,61); }
td.TdClassName
{
border-color: #BF623D;
}
.TagClassName
{
border-color: #BF623D;
}
</style>