Shades of Tuscany #B66443
Tints of Tuscany #B66443
RGB
CMYK
RGB Variations
Color information
#B66443 (or 0xB66443) is known color: Tuscany. HEX triplet: B6, 64 and 43. RGB value is (182,100,67). Sum of RGB (Red+Green+Blue) = 182+100+67=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B66443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66443 is #499BBC. Grayscale: #787878. Windows color (decimal): -4823997 or 4416694. OLE color: 4416694.
HSL color Cylindrical-coordinate representation of color #B66443: hue angle of 17.22º 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 #B66443 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 100 | 67 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.29 |
| HSL | 17.22º | 0.46% | 0.49% | - |
| HSV(B) | 17.22º | 0.63% | 0.71% | - |
| XYZ | 24.86 | 19.46 | 7.76 | - |
| YUV | 120.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 67 | 0 | 0.45 | 0.63 | 0.29 | 17.22 | 0.46 | 0.49 |
| Hex | B6 | 64 | 43 | 0 | 2D | 3F | 1D | 11 | 2E | 31 |
| Octal | 266 | 144 | 103 | 0 | 55 | 77 | 35 | 21 | 56 | 61 |
| Binary | 10110110 | 1100100 | 1000011 | 0 | 101101 | 111111 | 11101 | 10001 | 101110 | 110001 |
Color Harmonies of #B66443
Complementary color
Monochromatic Colors of #B66443
Black with #B66443
Text Example
Text Example
White with #B66443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66443; }
p { color: rgb(182,100,67); }
H1.HeaderClassName
{
color: #B66443;
}
.AnyTagClassName
{
color: #B66443;
}
</style>
background-color css
<style>
a { background-color: #B66443; }
a { background-color: rgb(182,100,67); }
div.DivClassName
{
background-color: #B66443;
}
.BgClassName
{
background-color: #B66443;
}
</style>
border-color css
<style>
span { border-color: #B66443; }
span { border-color: rgb(182,100,67); }
td.TdClassName
{
border-color: #B66443;
}
.TagClassName
{
border-color: #B66443;
}
</style>