Shades of Tuscany #B15A3F
Tints of Tuscany #B15A3F
RGB
CMYK
RGB Variations
Color information
#B15A3F (or 0xB15A3F) is known color: Tuscany. HEX triplet: B1, 5A and 3F. RGB value is (177,90,63). Sum of RGB (Red+Green+Blue) = 177+90+63=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A3F is #4EA5C0. Grayscale: #717171. Windows color (decimal): -5154241 or 4151985. OLE color: 4151985.
HSL color Cylindrical-coordinate representation of color #B15A3F: hue angle of 14.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B15A3F is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 90 | 63 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.31 |
| HSL | 14.21º | 0.48% | 0.47% | - |
| HSV(B) | 14.21º | 0.64% | 0.69% | - |
| XYZ | 22.68 | 17.02 | 6.79 | - |
| YUV | 112.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 63 | 0 | 0.49 | 0.64 | 0.31 | 14.21 | 0.48 | 0.47 |
| Hex | B1 | 5A | 3F | 0 | 31 | 40 | 1F | E | 30 | 2F |
| Octal | 261 | 132 | 77 | 0 | 61 | 100 | 37 | 16 | 60 | 57 |
| Binary | 10110001 | 1011010 | 111111 | 0 | 110001 | 1000000 | 11111 | 1110 | 110000 | 101111 |
Color Harmonies of #B15A3F
Complementary color
Monochromatic Colors of #B15A3F
Black with #B15A3F
Text Example
Text Example
White with #B15A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15A3F; }
p { color: rgb(177,90,63); }
H1.HeaderClassName
{
color: #B15A3F;
}
.AnyTagClassName
{
color: #B15A3F;
}
</style>
background-color css
<style>
a { background-color: #B15A3F; }
a { background-color: rgb(177,90,63); }
div.DivClassName
{
background-color: #B15A3F;
}
.BgClassName
{
background-color: #B15A3F;
}
</style>
border-color css
<style>
span { border-color: #B15A3F; }
span { border-color: rgb(177,90,63); }
td.TdClassName
{
border-color: #B15A3F;
}
.TagClassName
{
border-color: #B15A3F;
}
</style>