Shades of Tuscany #B3684A
Tints of Tuscany #B3684A
RGB
CMYK
RGB Variations
Color information
#B3684A (or 0xB3684A) is known color: Tuscany. HEX triplet: B3, 68 and 4A. RGB value is (179,104,74). Sum of RGB (Red+Green+Blue) = 179+104+74=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3684A is #4C97B5. Grayscale: #7B7B7B. Windows color (decimal): -5019574 or 4876467. OLE color: 4876467.
HSL color Cylindrical-coordinate representation of color #B3684A: hue angle of 17.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3684A is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 104 | 74 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.30 |
| HSL | 17.14º | 0.42% | 0.5% | - |
| HSV(B) | 17.14º | 0.59% | 0.7% | - |
| XYZ | 24.78 | 19.98 | 9.03 | - |
| YUV | 123.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 74 | 0 | 0.42 | 0.59 | 0.30 | 17.14 | 0.42 | 0.5 |
| Hex | B3 | 68 | 4A | 0 | 2A | 3B | 1E | 11 | 2A | 32 |
| Octal | 263 | 150 | 112 | 0 | 52 | 73 | 36 | 21 | 52 | 62 |
| Binary | 10110011 | 1101000 | 1001010 | 0 | 101010 | 111011 | 11110 | 10001 | 101010 | 110010 |
Color Harmonies of #B3684A
Complementary color
Monochromatic Colors of #B3684A
Black with #B3684A
Text Example
Text Example
White with #B3684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3684A; }
p { color: rgb(179,104,74); }
H1.HeaderClassName
{
color: #B3684A;
}
.AnyTagClassName
{
color: #B3684A;
}
</style>
background-color css
<style>
a { background-color: #B3684A; }
a { background-color: rgb(179,104,74); }
div.DivClassName
{
background-color: #B3684A;
}
.BgClassName
{
background-color: #B3684A;
}
</style>
border-color css
<style>
span { border-color: #B3684A; }
span { border-color: rgb(179,104,74); }
td.TdClassName
{
border-color: #B3684A;
}
.TagClassName
{
border-color: #B3684A;
}
</style>