Shades of Tuscany #B0643D
Tints of Tuscany #B0643D
RGB
CMYK
RGB Variations
Color information
#B0643D (or 0xB0643D) is known color: Tuscany. HEX triplet: B0, 64 and 3D. RGB value is (176,100,61). Sum of RGB (Red+Green+Blue) = 176+100+61=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0643D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0643D is #4F9BC2. Grayscale: #767676. Windows color (decimal): -5217219 or 4023472. OLE color: 4023472.
HSL color Cylindrical-coordinate representation of color #B0643D: hue angle of 20.35º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0643D is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 61 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.31 |
| HSL | 20.35º | 0.49% | 0.46% | - |
| HSV(B) | 20.35º | 0.65% | 0.69% | - |
| XYZ | 23.3 | 18.68 | 6.79 | - |
| YUV | 118.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 61 | 0 | 0.43 | 0.65 | 0.31 | 20.35 | 0.49 | 0.46 |
| Hex | B0 | 64 | 3D | 0 | 2B | 41 | 1F | 14 | 31 | 2E |
| Octal | 260 | 144 | 75 | 0 | 53 | 101 | 37 | 24 | 61 | 56 |
| Binary | 10110000 | 1100100 | 111101 | 0 | 101011 | 1000001 | 11111 | 10100 | 110001 | 101110 |
Color Harmonies of #B0643D
Complementary color
Monochromatic Colors of #B0643D
Black with #B0643D
Text Example
Text Example
White with #B0643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0643D; }
p { color: rgb(176,100,61); }
H1.HeaderClassName
{
color: #B0643D;
}
.AnyTagClassName
{
color: #B0643D;
}
</style>
background-color css
<style>
a { background-color: #B0643D; }
a { background-color: rgb(176,100,61); }
div.DivClassName
{
background-color: #B0643D;
}
.BgClassName
{
background-color: #B0643D;
}
</style>
border-color css
<style>
span { border-color: #B0643D; }
span { border-color: rgb(176,100,61); }
td.TdClassName
{
border-color: #B0643D;
}
.TagClassName
{
border-color: #B0643D;
}
</style>