Shades of Tuscany #B15E48
Tints of Tuscany #B15E48
RGB
CMYK
RGB Variations
Color information
#B15E48 (or 0xB15E48) is known color: Tuscany. HEX triplet: B1, 5E and 48. RGB value is (177,94,72). Sum of RGB (Red+Green+Blue) = 177+94+72=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15E48 is #4EA1B7. Grayscale: #747474. Windows color (decimal): -5153208 or 4742833. OLE color: 4742833.
HSL color Cylindrical-coordinate representation of color #B15E48: hue angle of 12.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B15E48 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 94 | 72 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.31 |
| HSL | 12.57º | 0.42% | 0.49% | - |
| HSV(B) | 12.57º | 0.59% | 0.69% | - |
| XYZ | 23.3 | 17.82 | 8.34 | - |
| YUV | 116.31 | 103 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 72 | 0 | 0.47 | 0.59 | 0.31 | 12.57 | 0.42 | 0.49 |
| Hex | B1 | 5E | 48 | 0 | 2F | 3B | 1F | D | 2A | 31 |
| Octal | 261 | 136 | 110 | 0 | 57 | 73 | 37 | 15 | 52 | 61 |
| Binary | 10110001 | 1011110 | 1001000 | 0 | 101111 | 111011 | 11111 | 1101 | 101010 | 110001 |
Color Harmonies of #B15E48
Complementary color
Monochromatic Colors of #B15E48
Black with #B15E48
Text Example
Text Example
White with #B15E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15E48; }
p { color: rgb(177,94,72); }
H1.HeaderClassName
{
color: #B15E48;
}
.AnyTagClassName
{
color: #B15E48;
}
</style>
background-color css
<style>
a { background-color: #B15E48; }
a { background-color: rgb(177,94,72); }
div.DivClassName
{
background-color: #B15E48;
}
.BgClassName
{
background-color: #B15E48;
}
</style>
border-color css
<style>
span { border-color: #B15E48; }
span { border-color: rgb(177,94,72); }
td.TdClassName
{
border-color: #B15E48;
}
.TagClassName
{
border-color: #B15E48;
}
</style>