Shades of Smoke Tree #BB663F
Tints of Smoke Tree #BB663F
RGB
CMYK
RGB Variations
Color information
#BB663F (or 0xBB663F) is known color: Smoke Tree. HEX triplet: BB, 66 and 3F. RGB value is (187,102,63). Sum of RGB (Red+Green+Blue) = 187+102+63=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB663F is #4499C0. Grayscale: #7B7B7B. Windows color (decimal): -4495809 or 4155067. OLE color: 4155067.
HSL color Cylindrical-coordinate representation of color #BB663F: hue angle of 18.87º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB663F is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 63 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.27 |
| HSL | 18.87º | 0.5% | 0.49% | - |
| HSV(B) | 18.87º | 0.66% | 0.73% | - |
| XYZ | 26.14 | 20.43 | 7.27 | - |
| YUV | 122.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 63 | 0 | 0.45 | 0.66 | 0.27 | 18.87 | 0.5 | 0.49 |
| Hex | BB | 66 | 3F | 0 | 2D | 42 | 1B | 13 | 32 | 31 |
| Octal | 273 | 146 | 77 | 0 | 55 | 102 | 33 | 23 | 62 | 61 |
| Binary | 10111011 | 1100110 | 111111 | 0 | 101101 | 1000010 | 11011 | 10011 | 110010 | 110001 |
Color Harmonies of #BB663F
Complementary color
Monochromatic Colors of #BB663F
Black with #BB663F
Text Example
Text Example
White with #BB663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB663F; }
p { color: rgb(187,102,63); }
H1.HeaderClassName
{
color: #BB663F;
}
.AnyTagClassName
{
color: #BB663F;
}
</style>
background-color css
<style>
a { background-color: #BB663F; }
a { background-color: rgb(187,102,63); }
div.DivClassName
{
background-color: #BB663F;
}
.BgClassName
{
background-color: #BB663F;
}
</style>
border-color css
<style>
span { border-color: #BB663F; }
span { border-color: rgb(187,102,63); }
td.TdClassName
{
border-color: #BB663F;
}
.TagClassName
{
border-color: #BB663F;
}
</style>