Shades of Smoke Tree #B9663E
Tints of Smoke Tree #B9663E
RGB
CMYK
RGB Variations
Color information
#B9663E (or 0xB9663E) is known color: Smoke Tree. HEX triplet: B9, 66 and 3E. RGB value is (185,102,62). Sum of RGB (Red+Green+Blue) = 185+102+62=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9663E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9663E is #4699C1. Grayscale: #7A7A7A. Windows color (decimal): -4626882 or 4089529. OLE color: 4089529.
HSL color Cylindrical-coordinate representation of color #B9663E: hue angle of 19.51º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9663E is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 62 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.27 |
| HSL | 19.51º | 0.5% | 0.48% | - |
| HSV(B) | 19.51º | 0.66% | 0.73% | - |
| XYZ | 25.63 | 20.16 | 7.1 | - |
| YUV | 122.26 | 94 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 62 | 0 | 0.45 | 0.66 | 0.27 | 19.51 | 0.5 | 0.48 |
| Hex | B9 | 66 | 3E | 0 | 2D | 42 | 1B | 14 | 32 | 30 |
| Octal | 271 | 146 | 76 | 0 | 55 | 102 | 33 | 24 | 62 | 60 |
| Binary | 10111001 | 1100110 | 111110 | 0 | 101101 | 1000010 | 11011 | 10100 | 110010 | 110000 |
Color Harmonies of #B9663E
Complementary color
Monochromatic Colors of #B9663E
Black with #B9663E
Text Example
Text Example
White with #B9663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9663E; }
p { color: rgb(185,102,62); }
H1.HeaderClassName
{
color: #B9663E;
}
.AnyTagClassName
{
color: #B9663E;
}
</style>
background-color css
<style>
a { background-color: #B9663E; }
a { background-color: rgb(185,102,62); }
div.DivClassName
{
background-color: #B9663E;
}
.BgClassName
{
background-color: #B9663E;
}
</style>
border-color css
<style>
span { border-color: #B9663E; }
span { border-color: rgb(185,102,62); }
td.TdClassName
{
border-color: #B9663E;
}
.TagClassName
{
border-color: #B9663E;
}
</style>