Shades of Tuscany #B66242
Tints of Tuscany #B66242
RGB
CMYK
RGB Variations
Color information
#B66242 (or 0xB66242) is known color: Tuscany. HEX triplet: B6, 62 and 42. RGB value is (182,98,66). Sum of RGB (Red+Green+Blue) = 182+98+66=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B66242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66242 is #499DBD. Grayscale: #777777. Windows color (decimal): -4824510 or 4350646. OLE color: 4350646.
HSL color Cylindrical-coordinate representation of color #B66242: hue angle of 16.55º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B66242 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 98 | 66 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.29 |
| HSL | 16.55º | 0.47% | 0.49% | - |
| HSV(B) | 16.55º | 0.64% | 0.71% | - |
| XYZ | 24.64 | 19.07 | 7.54 | - |
| YUV | 119.47 | 97.83 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 66 | 0 | 0.46 | 0.64 | 0.29 | 16.55 | 0.47 | 0.49 |
| Hex | B6 | 62 | 42 | 0 | 2E | 40 | 1D | 11 | 2F | 31 |
| Octal | 266 | 142 | 102 | 0 | 56 | 100 | 35 | 21 | 57 | 61 |
| Binary | 10110110 | 1100010 | 1000010 | 0 | 101110 | 1000000 | 11101 | 10001 | 101111 | 110001 |
Color Harmonies of #B66242
Complementary color
Monochromatic Colors of #B66242
Black with #B66242
Text Example
Text Example
White with #B66242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66242; }
p { color: rgb(182,98,66); }
H1.HeaderClassName
{
color: #B66242;
}
.AnyTagClassName
{
color: #B66242;
}
</style>
background-color css
<style>
a { background-color: #B66242; }
a { background-color: rgb(182,98,66); }
div.DivClassName
{
background-color: #B66242;
}
.BgClassName
{
background-color: #B66242;
}
</style>
border-color css
<style>
span { border-color: #B66242; }
span { border-color: rgb(182,98,66); }
td.TdClassName
{
border-color: #B66242;
}
.TagClassName
{
border-color: #B66242;
}
</style>