Shades of Smoke Tree #BB683C
Tints of Smoke Tree #BB683C
RGB
CMYK
RGB Variations
Color information
#BB683C (or 0xBB683C) is known color: Smoke Tree. HEX triplet: BB, 68 and 3C. RGB value is (187,104,60). Sum of RGB (Red+Green+Blue) = 187+104+60=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB683C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB683C is #4497C3. Grayscale: #7C7C7C. Windows color (decimal): -4495300 or 3958971. OLE color: 3958971.
HSL color Cylindrical-coordinate representation of color #BB683C: hue angle of 20.79º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB683C is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 60 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.27 |
| HSL | 20.79º | 0.51% | 0.48% | - |
| HSV(B) | 20.79º | 0.68% | 0.73% | - |
| XYZ | 26.26 | 20.79 | 6.9 | - |
| YUV | 123.8 | 92 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 60 | 0 | 0.44 | 0.68 | 0.27 | 20.79 | 0.51 | 0.48 |
| Hex | BB | 68 | 3C | 0 | 2C | 44 | 1B | 15 | 33 | 30 |
| Octal | 273 | 150 | 74 | 0 | 54 | 104 | 33 | 25 | 63 | 60 |
| Binary | 10111011 | 1101000 | 111100 | 0 | 101100 | 1000100 | 11011 | 10101 | 110011 | 110000 |
Color Harmonies of #BB683C
Complementary color
Monochromatic Colors of #BB683C
Black with #BB683C
Text Example
Text Example
White with #BB683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB683C; }
p { color: rgb(187,104,60); }
H1.HeaderClassName
{
color: #BB683C;
}
.AnyTagClassName
{
color: #BB683C;
}
</style>
background-color css
<style>
a { background-color: #BB683C; }
a { background-color: rgb(187,104,60); }
div.DivClassName
{
background-color: #BB683C;
}
.BgClassName
{
background-color: #BB683C;
}
</style>
border-color css
<style>
span { border-color: #BB683C; }
span { border-color: rgb(187,104,60); }
td.TdClassName
{
border-color: #BB683C;
}
.TagClassName
{
border-color: #BB683C;
}
</style>