Shades of Smoke Tree #BB653C
Tints of Smoke Tree #BB653C
RGB
CMYK
RGB Variations
Color information
#BB653C (or 0xBB653C) is known color: Smoke Tree. HEX triplet: BB, 65 and 3C. RGB value is (187,101,60). Sum of RGB (Red+Green+Blue) = 187+101+60=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB653C is #449AC3. Grayscale: #7A7A7A. Windows color (decimal): -4496068 or 3958203. OLE color: 3958203.
HSL color Cylindrical-coordinate representation of color #BB653C: hue angle of 19.37º 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 #BB653C is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 60 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.27 |
| HSL | 19.37º | 0.51% | 0.48% | - |
| HSV(B) | 19.37º | 0.68% | 0.73% | - |
| XYZ | 25.96 | 20.2 | 6.81 | - |
| YUV | 122.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 60 | 0 | 0.46 | 0.68 | 0.27 | 19.37 | 0.51 | 0.48 |
| Hex | BB | 65 | 3C | 0 | 2E | 44 | 1B | 13 | 33 | 30 |
| Octal | 273 | 145 | 74 | 0 | 56 | 104 | 33 | 23 | 63 | 60 |
| Binary | 10111011 | 1100101 | 111100 | 0 | 101110 | 1000100 | 11011 | 10011 | 110011 | 110000 |
Color Harmonies of #BB653C
Complementary color
Monochromatic Colors of #BB653C
Black with #BB653C
Text Example
Text Example
White with #BB653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB653C; }
p { color: rgb(187,101,60); }
H1.HeaderClassName
{
color: #BB653C;
}
.AnyTagClassName
{
color: #BB653C;
}
</style>
background-color css
<style>
a { background-color: #BB653C; }
a { background-color: rgb(187,101,60); }
div.DivClassName
{
background-color: #BB653C;
}
.BgClassName
{
background-color: #BB653C;
}
</style>
border-color css
<style>
span { border-color: #BB653C; }
span { border-color: rgb(187,101,60); }
td.TdClassName
{
border-color: #BB653C;
}
.TagClassName
{
border-color: #BB653C;
}
</style>