Shades of Tuscany #B1644B
Tints of Tuscany #B1644B
RGB
CMYK
RGB Variations
Color information
#B1644B (or 0xB1644B) is known color: Tuscany. HEX triplet: B1, 64 and 4B. RGB value is (177,100,75). Sum of RGB (Red+Green+Blue) = 177+100+75=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1644B is #4E9BB4. Grayscale: #787878. Windows color (decimal): -5151669 or 4940977. OLE color: 4940977.
HSL color Cylindrical-coordinate representation of color #B1644B: hue angle of 14.71º degrees, saturation: 0.4, 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 #B1644B is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 75 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.31 |
| HSL | 14.71º | 0.4% | 0.49% | - |
| HSV(B) | 14.71º | 0.58% | 0.69% | - |
| XYZ | 23.96 | 18.97 | 9.06 | - |
| YUV | 120.17 | 102.51 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 75 | 0 | 0.44 | 0.58 | 0.31 | 14.71 | 0.4 | 0.49 |
| Hex | B1 | 64 | 4B | 0 | 2C | 3A | 1F | F | 28 | 31 |
| Octal | 261 | 144 | 113 | 0 | 54 | 72 | 37 | 17 | 50 | 61 |
| Binary | 10110001 | 1100100 | 1001011 | 0 | 101100 | 111010 | 11111 | 1111 | 101000 | 110001 |
Color Harmonies of #B1644B
Complementary color
Monochromatic Colors of #B1644B
Black with #B1644B
Text Example
Text Example
White with #B1644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1644B; }
p { color: rgb(177,100,75); }
H1.HeaderClassName
{
color: #B1644B;
}
.AnyTagClassName
{
color: #B1644B;
}
</style>
background-color css
<style>
a { background-color: #B1644B; }
a { background-color: rgb(177,100,75); }
div.DivClassName
{
background-color: #B1644B;
}
.BgClassName
{
background-color: #B1644B;
}
</style>
border-color css
<style>
span { border-color: #B1644B; }
span { border-color: rgb(177,100,75); }
td.TdClassName
{
border-color: #B1644B;
}
.TagClassName
{
border-color: #B1644B;
}
</style>