Shades of Tuscany #B36348
Tints of Tuscany #B36348
RGB
CMYK
RGB Variations
Color information
#B36348 (or 0xB36348) is known color: Tuscany. HEX triplet: B3, 63 and 48. RGB value is (179,99,72). Sum of RGB (Red+Green+Blue) = 179+99+72=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B36348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36348 is #4C9CB7. Grayscale: #787878. Windows color (decimal): -5020856 or 4744115. OLE color: 4744115.
HSL color Cylindrical-coordinate representation of color #B36348: hue angle of 15.14º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B36348 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 72 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.30 |
| HSL | 15.14º | 0.43% | 0.49% | - |
| HSV(B) | 15.14º | 0.6% | 0.7% | - |
| XYZ | 24.22 | 18.98 | 8.52 | - |
| YUV | 119.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 72 | 0 | 0.45 | 0.60 | 0.30 | 15.14 | 0.43 | 0.49 |
| Hex | B3 | 63 | 48 | 0 | 2D | 3C | 1E | F | 2B | 31 |
| Octal | 263 | 143 | 110 | 0 | 55 | 74 | 36 | 17 | 53 | 61 |
| Binary | 10110011 | 1100011 | 1001000 | 0 | 101101 | 111100 | 11110 | 1111 | 101011 | 110001 |
Color Harmonies of #B36348
Complementary color
Monochromatic Colors of #B36348
Black with #B36348
Text Example
Text Example
White with #B36348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36348; }
p { color: rgb(179,99,72); }
H1.HeaderClassName
{
color: #B36348;
}
.AnyTagClassName
{
color: #B36348;
}
</style>
background-color css
<style>
a { background-color: #B36348; }
a { background-color: rgb(179,99,72); }
div.DivClassName
{
background-color: #B36348;
}
.BgClassName
{
background-color: #B36348;
}
</style>
border-color css
<style>
span { border-color: #B36348; }
span { border-color: rgb(179,99,72); }
td.TdClassName
{
border-color: #B36348;
}
.TagClassName
{
border-color: #B36348;
}
</style>