Shades of Tuscany #B7694A
Tints of Tuscany #B7694A
RGB
CMYK
RGB Variations
Color information
#B7694A (or 0xB7694A) is known color: Tuscany. HEX triplet: B7, 69 and 4A. RGB value is (183,105,74). Sum of RGB (Red+Green+Blue) = 183+105+74=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7694A is #4896B5. Grayscale: #7C7C7C. Windows color (decimal): -4757174 or 4876727. OLE color: 4876727.
HSL color Cylindrical-coordinate representation of color #B7694A: hue angle of 17.06º 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 #B7694A is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 74 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.28 |
| HSL | 17.06º | 0.43% | 0.5% | - |
| HSV(B) | 17.06º | 0.6% | 0.72% | - |
| XYZ | 25.82 | 20.66 | 9.11 | - |
| YUV | 124.79 | 99.34 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 74 | 0 | 0.43 | 0.60 | 0.28 | 17.06 | 0.43 | 0.5 |
| Hex | B7 | 69 | 4A | 0 | 2B | 3C | 1C | 11 | 2B | 32 |
| Octal | 267 | 151 | 112 | 0 | 53 | 74 | 34 | 21 | 53 | 62 |
| Binary | 10110111 | 1101001 | 1001010 | 0 | 101011 | 111100 | 11100 | 10001 | 101011 | 110010 |
Color Harmonies of #B7694A
Complementary color
Monochromatic Colors of #B7694A
Black with #B7694A
Text Example
Text Example
White with #B7694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7694A; }
p { color: rgb(183,105,74); }
H1.HeaderClassName
{
color: #B7694A;
}
.AnyTagClassName
{
color: #B7694A;
}
</style>
background-color css
<style>
a { background-color: #B7694A; }
a { background-color: rgb(183,105,74); }
div.DivClassName
{
background-color: #B7694A;
}
.BgClassName
{
background-color: #B7694A;
}
</style>
border-color css
<style>
span { border-color: #B7694A; }
span { border-color: rgb(183,105,74); }
td.TdClassName
{
border-color: #B7694A;
}
.TagClassName
{
border-color: #B7694A;
}
</style>