Shades of Tuscany #B1654A
Tints of Tuscany #B1654A
RGB
CMYK
RGB Variations
Color information
#B1654A (or 0xB1654A) is known color: Tuscany. HEX triplet: B1, 65 and 4A. RGB value is (177,101,74). Sum of RGB (Red+Green+Blue) = 177+101+74=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1654A is #4E9AB5. Grayscale: #787878. Windows color (decimal): -5151414 or 4875697. OLE color: 4875697.
HSL color Cylindrical-coordinate representation of color #B1654A: hue angle of 15.73º 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 #B1654A is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 74 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.31 |
| HSL | 15.73º | 0.41% | 0.49% | - |
| HSV(B) | 15.73º | 0.58% | 0.69% | - |
| XYZ | 24.02 | 19.15 | 8.91 | - |
| YUV | 120.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 74 | 0 | 0.43 | 0.58 | 0.31 | 15.73 | 0.41 | 0.49 |
| Hex | B1 | 65 | 4A | 0 | 2B | 3A | 1F | 10 | 29 | 31 |
| Octal | 261 | 145 | 112 | 0 | 53 | 72 | 37 | 20 | 51 | 61 |
| Binary | 10110001 | 1100101 | 1001010 | 0 | 101011 | 111010 | 11111 | 10000 | 101001 | 110001 |
Color Harmonies of #B1654A
Complementary color
Monochromatic Colors of #B1654A
Black with #B1654A
Text Example
Text Example
White with #B1654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1654A; }
p { color: rgb(177,101,74); }
H1.HeaderClassName
{
color: #B1654A;
}
.AnyTagClassName
{
color: #B1654A;
}
</style>
background-color css
<style>
a { background-color: #B1654A; }
a { background-color: rgb(177,101,74); }
div.DivClassName
{
background-color: #B1654A;
}
.BgClassName
{
background-color: #B1654A;
}
</style>
border-color css
<style>
span { border-color: #B1654A; }
span { border-color: rgb(177,101,74); }
td.TdClassName
{
border-color: #B1654A;
}
.TagClassName
{
border-color: #B1654A;
}
</style>