Shades of Tuscany #B36742
Tints of Tuscany #B36742
RGB
CMYK
RGB Variations
Color information
#B36742 (or 0xB36742) is known color: Tuscany. HEX triplet: B3, 67 and 42. RGB value is (179,103,66). Sum of RGB (Red+Green+Blue) = 179+103+66=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B36742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36742 is #4C98BD. Grayscale: #797979. Windows color (decimal): -5019838 or 4351923. OLE color: 4351923.
HSL color Cylindrical-coordinate representation of color #B36742: hue angle of 19.65º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B36742 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 66 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.30 |
| HSL | 19.65º | 0.46% | 0.48% | - |
| HSV(B) | 19.65º | 0.63% | 0.7% | - |
| XYZ | 24.42 | 19.68 | 7.67 | - |
| YUV | 121.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 66 | 0 | 0.42 | 0.63 | 0.30 | 19.65 | 0.46 | 0.48 |
| Hex | B3 | 67 | 42 | 0 | 2A | 3F | 1E | 14 | 2E | 30 |
| Octal | 263 | 147 | 102 | 0 | 52 | 77 | 36 | 24 | 56 | 60 |
| Binary | 10110011 | 1100111 | 1000010 | 0 | 101010 | 111111 | 11110 | 10100 | 101110 | 110000 |
Color Harmonies of #B36742
Complementary color
Monochromatic Colors of #B36742
Black with #B36742
Text Example
Text Example
White with #B36742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36742; }
p { color: rgb(179,103,66); }
H1.HeaderClassName
{
color: #B36742;
}
.AnyTagClassName
{
color: #B36742;
}
</style>
background-color css
<style>
a { background-color: #B36742; }
a { background-color: rgb(179,103,66); }
div.DivClassName
{
background-color: #B36742;
}
.BgClassName
{
background-color: #B36742;
}
</style>
border-color css
<style>
span { border-color: #B36742; }
span { border-color: rgb(179,103,66); }
td.TdClassName
{
border-color: #B36742;
}
.TagClassName
{
border-color: #B36742;
}
</style>