Shades of Tuscany #BB6744
Tints of Tuscany #BB6744
RGB
CMYK
RGB Variations
Color information
#BB6744 (or 0xBB6744) is known color: Tuscany. HEX triplet: BB, 67 and 44. RGB value is (187,103,68). Sum of RGB (Red+Green+Blue) = 187+103+68=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6744 is #4498BB. Grayscale: #7C7C7C. Windows color (decimal): -4495548 or 4483003. OLE color: 4483003.
HSL color Cylindrical-coordinate representation of color #BB6744: hue angle of 17.65º 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 #BB6744 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 68 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.27 |
| HSL | 17.65º | 0.47% | 0.5% | - |
| HSV(B) | 17.65º | 0.64% | 0.73% | - |
| XYZ | 26.39 | 20.68 | 8.07 | - |
| YUV | 124.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 68 | 0 | 0.45 | 0.64 | 0.27 | 17.65 | 0.47 | 0.5 |
| Hex | BB | 67 | 44 | 0 | 2D | 40 | 1B | 12 | 2F | 32 |
| Octal | 273 | 147 | 104 | 0 | 55 | 100 | 33 | 22 | 57 | 62 |
| Binary | 10111011 | 1100111 | 1000100 | 0 | 101101 | 1000000 | 11011 | 10010 | 101111 | 110010 |
Color Harmonies of #BB6744
Complementary color
Monochromatic Colors of #BB6744
Black with #BB6744
Text Example
Text Example
White with #BB6744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6744; }
p { color: rgb(187,103,68); }
H1.HeaderClassName
{
color: #BB6744;
}
.AnyTagClassName
{
color: #BB6744;
}
</style>
background-color css
<style>
a { background-color: #BB6744; }
a { background-color: rgb(187,103,68); }
div.DivClassName
{
background-color: #BB6744;
}
.BgClassName
{
background-color: #BB6744;
}
</style>
border-color css
<style>
span { border-color: #BB6744; }
span { border-color: rgb(187,103,68); }
td.TdClassName
{
border-color: #BB6744;
}
.TagClassName
{
border-color: #BB6744;
}
</style>