Shades of Tuscany #BB6543
Tints of Tuscany #BB6543
RGB
CMYK
RGB Variations
Color information
#BB6543 (or 0xBB6543) is known color: Tuscany. HEX triplet: BB, 65 and 43. RGB value is (187,101,67). Sum of RGB (Red+Green+Blue) = 187+101+67=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6543 is #449ABC. Grayscale: #7B7B7B. Windows color (decimal): -4496061 or 4416955. OLE color: 4416955.
HSL color Cylindrical-coordinate representation of color #BB6543: hue angle of 17º 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 #BB6543 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 67 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.27 |
| HSL | 17º | 0.47% | 0.5% | - |
| HSV(B) | 17º | 0.64% | 0.73% | - |
| XYZ | 26.16 | 20.28 | 7.85 | - |
| YUV | 122.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 67 | 0 | 0.46 | 0.64 | 0.27 | 17 | 0.47 | 0.5 |
| Hex | BB | 65 | 43 | 0 | 2E | 40 | 1B | 11 | 2F | 32 |
| Octal | 273 | 145 | 103 | 0 | 56 | 100 | 33 | 21 | 57 | 62 |
| Binary | 10111011 | 1100101 | 1000011 | 0 | 101110 | 1000000 | 11011 | 10001 | 101111 | 110010 |
Color Harmonies of #BB6543
Complementary color
Monochromatic Colors of #BB6543
Black with #BB6543
Text Example
Text Example
White with #BB6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6543; }
p { color: rgb(187,101,67); }
H1.HeaderClassName
{
color: #BB6543;
}
.AnyTagClassName
{
color: #BB6543;
}
</style>
background-color css
<style>
a { background-color: #BB6543; }
a { background-color: rgb(187,101,67); }
div.DivClassName
{
background-color: #BB6543;
}
.BgClassName
{
background-color: #BB6543;
}
</style>
border-color css
<style>
span { border-color: #BB6543; }
span { border-color: rgb(187,101,67); }
td.TdClassName
{
border-color: #BB6543;
}
.TagClassName
{
border-color: #BB6543;
}
</style>