Shades of Tuscany #BB6541
Tints of Tuscany #BB6541
RGB
CMYK
RGB Variations
Color information
#BB6541 (or 0xBB6541) is known color: Tuscany. HEX triplet: BB, 65 and 41. RGB value is (187,101,65). Sum of RGB (Red+Green+Blue) = 187+101+65=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6541 is #449ABE. Grayscale: #7A7A7A. Windows color (decimal): -4496063 or 4285883. OLE color: 4285883.
HSL color Cylindrical-coordinate representation of color #BB6541: hue angle of 17.7º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB6541 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 65 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.27 |
| HSL | 17.7º | 0.48% | 0.49% | - |
| HSV(B) | 17.7º | 0.65% | 0.73% | - |
| XYZ | 26.1 | 20.25 | 7.53 | - |
| YUV | 122.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 65 | 0 | 0.46 | 0.65 | 0.27 | 17.7 | 0.48 | 0.49 |
| Hex | BB | 65 | 41 | 0 | 2E | 41 | 1B | 12 | 30 | 31 |
| Octal | 273 | 145 | 101 | 0 | 56 | 101 | 33 | 22 | 60 | 61 |
| Binary | 10111011 | 1100101 | 1000001 | 0 | 101110 | 1000001 | 11011 | 10010 | 110000 | 110001 |
Color Harmonies of #BB6541
Complementary color
Monochromatic Colors of #BB6541
Black with #BB6541
Text Example
Text Example
White with #BB6541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6541; }
p { color: rgb(187,101,65); }
H1.HeaderClassName
{
color: #BB6541;
}
.AnyTagClassName
{
color: #BB6541;
}
</style>
background-color css
<style>
a { background-color: #BB6541; }
a { background-color: rgb(187,101,65); }
div.DivClassName
{
background-color: #BB6541;
}
.BgClassName
{
background-color: #BB6541;
}
</style>
border-color css
<style>
span { border-color: #BB6541; }
span { border-color: rgb(187,101,65); }
td.TdClassName
{
border-color: #BB6541;
}
.TagClassName
{
border-color: #BB6541;
}
</style>