Shades of Smoke Tree #BF623B
Tints of Smoke Tree #BF623B
RGB
CMYK
RGB Variations
Color information
#BF623B (or 0xBF623B) is known color: Smoke Tree. HEX triplet: BF, 62 and 3B. RGB value is (191,98,59). Sum of RGB (Red+Green+Blue) = 191+98+59=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF623B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF623B is #409DC4. Grayscale: #797979. Windows color (decimal): -4234693 or 3891903. OLE color: 3891903.
HSL color Cylindrical-coordinate representation of color #BF623B: hue angle of 17.73º 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 #BF623B is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 59 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.25 |
| HSL | 17.73º | 0.53% | 0.49% | - |
| HSV(B) | 17.73º | 0.69% | 0.75% | - |
| XYZ | 26.64 | 20.13 | 6.62 | - |
| YUV | 121.36 | 92.81 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 59 | 0 | 0.49 | 0.69 | 0.25 | 17.73 | 0.53 | 0.49 |
| Hex | BF | 62 | 3B | 0 | 31 | 45 | 19 | 12 | 35 | 31 |
| Octal | 277 | 142 | 73 | 0 | 61 | 105 | 31 | 22 | 65 | 61 |
| Binary | 10111111 | 1100010 | 111011 | 0 | 110001 | 1000101 | 11001 | 10010 | 110101 | 110001 |
Color Harmonies of #BF623B
Complementary color
Monochromatic Colors of #BF623B
Black with #BF623B
Text Example
Text Example
White with #BF623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF623B; }
p { color: rgb(191,98,59); }
H1.HeaderClassName
{
color: #BF623B;
}
.AnyTagClassName
{
color: #BF623B;
}
</style>
background-color css
<style>
a { background-color: #BF623B; }
a { background-color: rgb(191,98,59); }
div.DivClassName
{
background-color: #BF623B;
}
.BgClassName
{
background-color: #BF623B;
}
</style>
border-color css
<style>
span { border-color: #BF623B; }
span { border-color: rgb(191,98,59); }
td.TdClassName
{
border-color: #BF623B;
}
.TagClassName
{
border-color: #BF623B;
}
</style>