Shades of Tuscany #B76744
Tints of Tuscany #B76744
RGB
CMYK
RGB Variations
Color information
#B76744 (or 0xB76744) is known color: Tuscany. HEX triplet: B7, 67 and 44. RGB value is (183,103,68). Sum of RGB (Red+Green+Blue) = 183+103+68=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B76744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76744 is #4898BB. Grayscale: #7B7B7B. Windows color (decimal): -4757692 or 4482999. OLE color: 4482999.
HSL color Cylindrical-coordinate representation of color #B76744: hue angle of 18.26º 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 #B76744 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 68 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.28 |
| HSL | 18.26º | 0.46% | 0.49% | - |
| HSV(B) | 18.26º | 0.63% | 0.72% | - |
| XYZ | 25.42 | 20.19 | 8.03 | - |
| YUV | 122.93 | 97 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 68 | 0 | 0.44 | 0.63 | 0.28 | 18.26 | 0.46 | 0.49 |
| Hex | B7 | 67 | 44 | 0 | 2C | 3F | 1C | 12 | 2E | 31 |
| Octal | 267 | 147 | 104 | 0 | 54 | 77 | 34 | 22 | 56 | 61 |
| Binary | 10110111 | 1100111 | 1000100 | 0 | 101100 | 111111 | 11100 | 10010 | 101110 | 110001 |
Color Harmonies of #B76744
Complementary color
Monochromatic Colors of #B76744
Black with #B76744
Text Example
Text Example
White with #B76744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76744; }
p { color: rgb(183,103,68); }
H1.HeaderClassName
{
color: #B76744;
}
.AnyTagClassName
{
color: #B76744;
}
</style>
background-color css
<style>
a { background-color: #B76744; }
a { background-color: rgb(183,103,68); }
div.DivClassName
{
background-color: #B76744;
}
.BgClassName
{
background-color: #B76744;
}
</style>
border-color css
<style>
span { border-color: #B76744; }
span { border-color: rgb(183,103,68); }
td.TdClassName
{
border-color: #B76744;
}
.TagClassName
{
border-color: #B76744;
}
</style>