Shades of Tuscany #BB6844
Tints of Tuscany #BB6844
RGB
CMYK
RGB Variations
Color information
#BB6844 (or 0xBB6844) is known color: Tuscany. HEX triplet: BB, 68 and 44. RGB value is (187,104,68). Sum of RGB (Red+Green+Blue) = 187+104+68=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6844 is #4497BB. Grayscale: #7C7C7C. Windows color (decimal): -4495292 or 4483259. OLE color: 4483259.
HSL color Cylindrical-coordinate representation of color #BB6844: hue angle of 18.15º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB6844 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 68 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.27 |
| HSL | 18.15º | 0.47% | 0.5% | - |
| HSV(B) | 18.15º | 0.64% | 0.73% | - |
| XYZ | 26.49 | 20.88 | 8.1 | - |
| YUV | 124.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 68 | 0 | 0.44 | 0.64 | 0.27 | 18.15 | 0.47 | 0.5 |
| Hex | BB | 68 | 44 | 0 | 2C | 40 | 1B | 12 | 2F | 32 |
| Octal | 273 | 150 | 104 | 0 | 54 | 100 | 33 | 22 | 57 | 62 |
| Binary | 10111011 | 1101000 | 1000100 | 0 | 101100 | 1000000 | 11011 | 10010 | 101111 | 110010 |
Color Harmonies of #BB6844
Complementary color
Monochromatic Colors of #BB6844
Black with #BB6844
Text Example
Text Example
White with #BB6844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6844; }
p { color: rgb(187,104,68); }
H1.HeaderClassName
{
color: #BB6844;
}
.AnyTagClassName
{
color: #BB6844;
}
</style>
background-color css
<style>
a { background-color: #BB6844; }
a { background-color: rgb(187,104,68); }
div.DivClassName
{
background-color: #BB6844;
}
.BgClassName
{
background-color: #BB6844;
}
</style>
border-color css
<style>
span { border-color: #BB6844; }
span { border-color: rgb(187,104,68); }
td.TdClassName
{
border-color: #BB6844;
}
.TagClassName
{
border-color: #BB6844;
}
</style>