Shades of Tuscany #B1664A
Tints of Tuscany #B1664A
RGB
CMYK
RGB Variations
Color information
#B1664A (or 0xB1664A) is known color: Tuscany. HEX triplet: B1, 66 and 4A. RGB value is (177,102,74). Sum of RGB (Red+Green+Blue) = 177+102+74=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1664A is #4E99B5. Grayscale: #797979. Windows color (decimal): -5151158 or 4875953. OLE color: 4875953.
HSL color Cylindrical-coordinate representation of color #B1664A: hue angle of 16.31º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1664A is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 74 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.31 |
| HSL | 16.31º | 0.41% | 0.49% | - |
| HSV(B) | 16.31º | 0.58% | 0.69% | - |
| XYZ | 24.12 | 19.34 | 8.94 | - |
| YUV | 121.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 74 | 0 | 0.42 | 0.58 | 0.31 | 16.31 | 0.41 | 0.49 |
| Hex | B1 | 66 | 4A | 0 | 2A | 3A | 1F | 10 | 29 | 31 |
| Octal | 261 | 146 | 112 | 0 | 52 | 72 | 37 | 20 | 51 | 61 |
| Binary | 10110001 | 1100110 | 1001010 | 0 | 101010 | 111010 | 11111 | 10000 | 101001 | 110001 |
Color Harmonies of #B1664A
Complementary color
Monochromatic Colors of #B1664A
Black with #B1664A
Text Example
Text Example
White with #B1664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1664A; }
p { color: rgb(177,102,74); }
H1.HeaderClassName
{
color: #B1664A;
}
.AnyTagClassName
{
color: #B1664A;
}
</style>
background-color css
<style>
a { background-color: #B1664A; }
a { background-color: rgb(177,102,74); }
div.DivClassName
{
background-color: #B1664A;
}
.BgClassName
{
background-color: #B1664A;
}
</style>
border-color css
<style>
span { border-color: #B1664A; }
span { border-color: rgb(177,102,74); }
td.TdClassName
{
border-color: #B1664A;
}
.TagClassName
{
border-color: #B1664A;
}
</style>