Shades of Tuscany #B76543
Tints of Tuscany #B76543
RGB
CMYK
RGB Variations
Color information
#B76543 (or 0xB76543) is known color: Tuscany. HEX triplet: B7, 65 and 43. RGB value is (183,101,67). Sum of RGB (Red+Green+Blue) = 183+101+67=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B76543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76543 is #489ABC. Grayscale: #797979. Windows color (decimal): -4758205 or 4416951. OLE color: 4416951.
HSL color Cylindrical-coordinate representation of color #B76543: hue angle of 17.59º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B76543 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 67 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.28 |
| HSL | 17.59º | 0.46% | 0.49% | - |
| HSV(B) | 17.59º | 0.63% | 0.72% | - |
| XYZ | 25.2 | 19.78 | 7.8 | - |
| YUV | 121.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 67 | 0 | 0.45 | 0.63 | 0.28 | 17.59 | 0.46 | 0.49 |
| Hex | B7 | 65 | 43 | 0 | 2D | 3F | 1C | 12 | 2E | 31 |
| Octal | 267 | 145 | 103 | 0 | 55 | 77 | 34 | 22 | 56 | 61 |
| Binary | 10110111 | 1100101 | 1000011 | 0 | 101101 | 111111 | 11100 | 10010 | 101110 | 110001 |
Color Harmonies of #B76543
Complementary color
Monochromatic Colors of #B76543
Black with #B76543
Text Example
Text Example
White with #B76543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76543; }
p { color: rgb(183,101,67); }
H1.HeaderClassName
{
color: #B76543;
}
.AnyTagClassName
{
color: #B76543;
}
</style>
background-color css
<style>
a { background-color: #B76543; }
a { background-color: rgb(183,101,67); }
div.DivClassName
{
background-color: #B76543;
}
.BgClassName
{
background-color: #B76543;
}
</style>
border-color css
<style>
span { border-color: #B76543; }
span { border-color: rgb(183,101,67); }
td.TdClassName
{
border-color: #B76543;
}
.TagClassName
{
border-color: #B76543;
}
</style>