Shades of Tuscany #B4684A
Tints of Tuscany #B4684A
RGB
CMYK
RGB Variations
Color information
#B4684A (or 0xB4684A) is known color: Tuscany. HEX triplet: B4, 68 and 4A. RGB value is (180,104,74). Sum of RGB (Red+Green+Blue) = 180+104+74=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4684A is #4B97B5. Grayscale: #7B7B7B. Windows color (decimal): -4954038 or 4876468. OLE color: 4876468.
HSL color Cylindrical-coordinate representation of color #B4684A: hue angle of 16.98º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4684A is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 74 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.29 |
| HSL | 16.98º | 0.42% | 0.5% | - |
| HSV(B) | 16.98º | 0.59% | 0.71% | - |
| XYZ | 25.01 | 20.1 | 9.04 | - |
| YUV | 123.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 74 | 0 | 0.42 | 0.59 | 0.29 | 16.98 | 0.42 | 0.5 |
| Hex | B4 | 68 | 4A | 0 | 2A | 3B | 1D | 11 | 2A | 32 |
| Octal | 264 | 150 | 112 | 0 | 52 | 73 | 35 | 21 | 52 | 62 |
| Binary | 10110100 | 1101000 | 1001010 | 0 | 101010 | 111011 | 11101 | 10001 | 101010 | 110010 |
Color Harmonies of #B4684A
Complementary color
Monochromatic Colors of #B4684A
Black with #B4684A
Text Example
Text Example
White with #B4684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4684A; }
p { color: rgb(180,104,74); }
H1.HeaderClassName
{
color: #B4684A;
}
.AnyTagClassName
{
color: #B4684A;
}
</style>
background-color css
<style>
a { background-color: #B4684A; }
a { background-color: rgb(180,104,74); }
div.DivClassName
{
background-color: #B4684A;
}
.BgClassName
{
background-color: #B4684A;
}
</style>
border-color css
<style>
span { border-color: #B4684A; }
span { border-color: rgb(180,104,74); }
td.TdClassName
{
border-color: #B4684A;
}
.TagClassName
{
border-color: #B4684A;
}
</style>