Shades of Tuscany #B66844
Tints of Tuscany #B66844
RGB
CMYK
RGB Variations
Color information
#B66844 (or 0xB66844) is known color: Tuscany. HEX triplet: B6, 68 and 44. RGB value is (182,104,68). Sum of RGB (Red+Green+Blue) = 182+104+68=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B66844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66844 is #4997BB. Grayscale: #7B7B7B. Windows color (decimal): -4822972 or 4483254. OLE color: 4483254.
HSL color Cylindrical-coordinate representation of color #B66844: hue angle of 18.95º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B66844 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 104 | 68 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.29 |
| HSL | 18.95º | 0.46% | 0.49% | - |
| HSV(B) | 18.95º | 0.63% | 0.71% | - |
| XYZ | 25.29 | 20.26 | 8.05 | - |
| YUV | 123.22 | 96.84 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 68 | 0 | 0.43 | 0.63 | 0.29 | 18.95 | 0.46 | 0.49 |
| Hex | B6 | 68 | 44 | 0 | 2B | 3F | 1D | 13 | 2E | 31 |
| Octal | 266 | 150 | 104 | 0 | 53 | 77 | 35 | 23 | 56 | 61 |
| Binary | 10110110 | 1101000 | 1000100 | 0 | 101011 | 111111 | 11101 | 10011 | 101110 | 110001 |
Color Harmonies of #B66844
Complementary color
Monochromatic Colors of #B66844
Black with #B66844
Text Example
Text Example
White with #B66844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66844; }
p { color: rgb(182,104,68); }
H1.HeaderClassName
{
color: #B66844;
}
.AnyTagClassName
{
color: #B66844;
}
</style>
background-color css
<style>
a { background-color: #B66844; }
a { background-color: rgb(182,104,68); }
div.DivClassName
{
background-color: #B66844;
}
.BgClassName
{
background-color: #B66844;
}
</style>
border-color css
<style>
span { border-color: #B66844; }
span { border-color: rgb(182,104,68); }
td.TdClassName
{
border-color: #B66844;
}
.TagClassName
{
border-color: #B66844;
}
</style>