Shades of Smoke Tree #BB653B
Tints of Smoke Tree #BB653B
RGB
CMYK
RGB Variations
Color information
#BB653B (or 0xBB653B) is known color: Smoke Tree. HEX triplet: BB, 65 and 3B. RGB value is (187,101,59). Sum of RGB (Red+Green+Blue) = 187+101+59=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB653B is #449AC4. Grayscale: #7A7A7A. Windows color (decimal): -4496069 or 3892667. OLE color: 3892667.
HSL color Cylindrical-coordinate representation of color #BB653B: hue angle of 19.69º degrees, saturation: 0.52, 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 #BB653B is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 59 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.27 |
| HSL | 19.69º | 0.52% | 0.48% | - |
| HSV(B) | 19.69º | 0.68% | 0.73% | - |
| XYZ | 25.94 | 20.19 | 6.67 | - |
| YUV | 121.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 59 | 0 | 0.46 | 0.68 | 0.27 | 19.69 | 0.52 | 0.48 |
| Hex | BB | 65 | 3B | 0 | 2E | 44 | 1B | 14 | 34 | 30 |
| Octal | 273 | 145 | 73 | 0 | 56 | 104 | 33 | 24 | 64 | 60 |
| Binary | 10111011 | 1100101 | 111011 | 0 | 101110 | 1000100 | 11011 | 10100 | 110100 | 110000 |
Color Harmonies of #BB653B
Complementary color
Monochromatic Colors of #BB653B
Black with #BB653B
Text Example
Text Example
White with #BB653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB653B; }
p { color: rgb(187,101,59); }
H1.HeaderClassName
{
color: #BB653B;
}
.AnyTagClassName
{
color: #BB653B;
}
</style>
background-color css
<style>
a { background-color: #BB653B; }
a { background-color: rgb(187,101,59); }
div.DivClassName
{
background-color: #BB653B;
}
.BgClassName
{
background-color: #BB653B;
}
</style>
border-color css
<style>
span { border-color: #BB653B; }
span { border-color: rgb(187,101,59); }
td.TdClassName
{
border-color: #BB653B;
}
.TagClassName
{
border-color: #BB653B;
}
</style>