Shades of Smoke Tree #BB663C
Tints of Smoke Tree #BB663C
RGB
CMYK
RGB Variations
Color information
#BB663C (or 0xBB663C) is known color: Smoke Tree. HEX triplet: BB, 66 and 3C. RGB value is (187,102,60). Sum of RGB (Red+Green+Blue) = 187+102+60=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB663C is #4499C3. Grayscale: #7A7A7A. Windows color (decimal): -4495812 or 3958459. OLE color: 3958459.
HSL color Cylindrical-coordinate representation of color #BB663C: hue angle of 19.84º 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 #BB663C is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 60 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.27 |
| HSL | 19.84º | 0.51% | 0.48% | - |
| HSV(B) | 19.84º | 0.68% | 0.73% | - |
| XYZ | 26.06 | 20.39 | 6.84 | - |
| YUV | 122.63 | 92.66 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 60 | 0 | 0.45 | 0.68 | 0.27 | 19.84 | 0.51 | 0.48 |
| Hex | BB | 66 | 3C | 0 | 2D | 44 | 1B | 14 | 33 | 30 |
| Octal | 273 | 146 | 74 | 0 | 55 | 104 | 33 | 24 | 63 | 60 |
| Binary | 10111011 | 1100110 | 111100 | 0 | 101101 | 1000100 | 11011 | 10100 | 110011 | 110000 |
Color Harmonies of #BB663C
Complementary color
Monochromatic Colors of #BB663C
Black with #BB663C
Text Example
Text Example
White with #BB663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB663C; }
p { color: rgb(187,102,60); }
H1.HeaderClassName
{
color: #BB663C;
}
.AnyTagClassName
{
color: #BB663C;
}
</style>
background-color css
<style>
a { background-color: #BB663C; }
a { background-color: rgb(187,102,60); }
div.DivClassName
{
background-color: #BB663C;
}
.BgClassName
{
background-color: #BB663C;
}
</style>
border-color css
<style>
span { border-color: #BB663C; }
span { border-color: rgb(187,102,60); }
td.TdClassName
{
border-color: #BB663C;
}
.TagClassName
{
border-color: #BB663C;
}
</style>