Shades of Smoke Tree #BB683D
Tints of Smoke Tree #BB683D
RGB
CMYK
RGB Variations
Color information
#BB683D (or 0xBB683D) is known color: Smoke Tree. HEX triplet: BB, 68 and 3D. RGB value is (187,104,61). Sum of RGB (Red+Green+Blue) = 187+104+61=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB683D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB683D is #4497C2. Grayscale: #7C7C7C. Windows color (decimal): -4495299 or 4024507. OLE color: 4024507.
HSL color Cylindrical-coordinate representation of color #BB683D: hue angle of 20.48º degrees, saturation: 0.51, 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 #BB683D is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 61 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.27 |
| HSL | 20.48º | 0.51% | 0.49% | - |
| HSV(B) | 20.48º | 0.67% | 0.73% | - |
| XYZ | 26.29 | 20.8 | 7.04 | - |
| YUV | 123.92 | 92.5 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 61 | 0 | 0.44 | 0.67 | 0.27 | 20.48 | 0.51 | 0.49 |
| Hex | BB | 68 | 3D | 0 | 2C | 43 | 1B | 14 | 33 | 31 |
| Octal | 273 | 150 | 75 | 0 | 54 | 103 | 33 | 24 | 63 | 61 |
| Binary | 10111011 | 1101000 | 111101 | 0 | 101100 | 1000011 | 11011 | 10100 | 110011 | 110001 |
Color Harmonies of #BB683D
Complementary color
Monochromatic Colors of #BB683D
Black with #BB683D
Text Example
Text Example
White with #BB683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB683D; }
p { color: rgb(187,104,61); }
H1.HeaderClassName
{
color: #BB683D;
}
.AnyTagClassName
{
color: #BB683D;
}
</style>
background-color css
<style>
a { background-color: #BB683D; }
a { background-color: rgb(187,104,61); }
div.DivClassName
{
background-color: #BB683D;
}
.BgClassName
{
background-color: #BB683D;
}
</style>
border-color css
<style>
span { border-color: #BB683D; }
span { border-color: rgb(187,104,61); }
td.TdClassName
{
border-color: #BB683D;
}
.TagClassName
{
border-color: #BB683D;
}
</style>