Shades of Tuscany #B0644B
Tints of Tuscany #B0644B
RGB
CMYK
RGB Variations
Color information
#B0644B (or 0xB0644B) is known color: Tuscany. HEX triplet: B0, 64 and 4B. RGB value is (176,100,75). Sum of RGB (Red+Green+Blue) = 176+100+75=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0644B is #4F9BB4. Grayscale: #787878. Windows color (decimal): -5217205 or 4940976. OLE color: 4940976.
HSL color Cylindrical-coordinate representation of color #B0644B: hue angle of 14.85º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0644B is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 75 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.31 |
| HSL | 14.85º | 0.4% | 0.49% | - |
| HSV(B) | 14.85º | 0.57% | 0.69% | - |
| XYZ | 23.73 | 18.85 | 9.04 | - |
| YUV | 119.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 75 | 0 | 0.43 | 0.57 | 0.31 | 14.85 | 0.4 | 0.49 |
| Hex | B0 | 64 | 4B | 0 | 2B | 39 | 1F | F | 28 | 31 |
| Octal | 260 | 144 | 113 | 0 | 53 | 71 | 37 | 17 | 50 | 61 |
| Binary | 10110000 | 1100100 | 1001011 | 0 | 101011 | 111001 | 11111 | 1111 | 101000 | 110001 |
Color Harmonies of #B0644B
Complementary color
Monochromatic Colors of #B0644B
Black with #B0644B
Text Example
Text Example
White with #B0644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0644B; }
p { color: rgb(176,100,75); }
H1.HeaderClassName
{
color: #B0644B;
}
.AnyTagClassName
{
color: #B0644B;
}
</style>
background-color css
<style>
a { background-color: #B0644B; }
a { background-color: rgb(176,100,75); }
div.DivClassName
{
background-color: #B0644B;
}
.BgClassName
{
background-color: #B0644B;
}
</style>
border-color css
<style>
span { border-color: #B0644B; }
span { border-color: rgb(176,100,75); }
td.TdClassName
{
border-color: #B0644B;
}
.TagClassName
{
border-color: #B0644B;
}
</style>