Shades of Smoke Tree #BB683E
Tints of Smoke Tree #BB683E
RGB
CMYK
RGB Variations
Color information
#BB683E (or 0xBB683E) is known color: Smoke Tree. HEX triplet: BB, 68 and 3E. RGB value is (187,104,62). Sum of RGB (Red+Green+Blue) = 187+104+62=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB683E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB683E is #4497C1. Grayscale: #7C7C7C. Windows color (decimal): -4495298 or 4090043. OLE color: 4090043.
HSL color Cylindrical-coordinate representation of color #BB683E: hue angle of 20.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB683E is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 62 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.27 |
| HSL | 20.16º | 0.5% | 0.49% | - |
| HSV(B) | 20.16º | 0.67% | 0.73% | - |
| XYZ | 26.31 | 20.81 | 7.19 | - |
| YUV | 124.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 62 | 0 | 0.44 | 0.67 | 0.27 | 20.16 | 0.5 | 0.49 |
| Hex | BB | 68 | 3E | 0 | 2C | 43 | 1B | 14 | 32 | 31 |
| Octal | 273 | 150 | 76 | 0 | 54 | 103 | 33 | 24 | 62 | 61 |
| Binary | 10111011 | 1101000 | 111110 | 0 | 101100 | 1000011 | 11011 | 10100 | 110010 | 110001 |
Color Harmonies of #BB683E
Complementary color
Monochromatic Colors of #BB683E
Black with #BB683E
Text Example
Text Example
White with #BB683E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB683E; }
p { color: rgb(187,104,62); }
H1.HeaderClassName
{
color: #BB683E;
}
.AnyTagClassName
{
color: #BB683E;
}
</style>
background-color css
<style>
a { background-color: #BB683E; }
a { background-color: rgb(187,104,62); }
div.DivClassName
{
background-color: #BB683E;
}
.BgClassName
{
background-color: #BB683E;
}
</style>
border-color css
<style>
span { border-color: #BB683E; }
span { border-color: rgb(187,104,62); }
td.TdClassName
{
border-color: #BB683E;
}
.TagClassName
{
border-color: #BB683E;
}
</style>