Shades of Tuscany #B7664A
Tints of Tuscany #B7664A
RGB
CMYK
RGB Variations
Color information
#B7664A (or 0xB7664A) is known color: Tuscany. HEX triplet: B7, 66 and 4A. RGB value is (183,102,74). Sum of RGB (Red+Green+Blue) = 183+102+74=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7664A is #4899B5. Grayscale: #7B7B7B. Windows color (decimal): -4757942 or 4875959. OLE color: 4875959.
HSL color Cylindrical-coordinate representation of color #B7664A: hue angle of 15.41º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7664A is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 74 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.28 |
| HSL | 15.41º | 0.43% | 0.5% | - |
| HSV(B) | 15.41º | 0.6% | 0.72% | - |
| XYZ | 25.52 | 20.06 | 9.01 | - |
| YUV | 123.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 74 | 0 | 0.44 | 0.60 | 0.28 | 15.41 | 0.43 | 0.5 |
| Hex | B7 | 66 | 4A | 0 | 2C | 3C | 1C | F | 2B | 32 |
| Octal | 267 | 146 | 112 | 0 | 54 | 74 | 34 | 17 | 53 | 62 |
| Binary | 10110111 | 1100110 | 1001010 | 0 | 101100 | 111100 | 11100 | 1111 | 101011 | 110010 |
Color Harmonies of #B7664A
Complementary color
Monochromatic Colors of #B7664A
Black with #B7664A
Text Example
Text Example
White with #B7664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7664A; }
p { color: rgb(183,102,74); }
H1.HeaderClassName
{
color: #B7664A;
}
.AnyTagClassName
{
color: #B7664A;
}
</style>
background-color css
<style>
a { background-color: #B7664A; }
a { background-color: rgb(183,102,74); }
div.DivClassName
{
background-color: #B7664A;
}
.BgClassName
{
background-color: #B7664A;
}
</style>
border-color css
<style>
span { border-color: #B7664A; }
span { border-color: rgb(183,102,74); }
td.TdClassName
{
border-color: #B7664A;
}
.TagClassName
{
border-color: #B7664A;
}
</style>