Shades of Tuscany #B15F4B
Tints of Tuscany #B15F4B
RGB
CMYK
RGB Variations
Color information
#B15F4B (or 0xB15F4B) is known color: Tuscany. HEX triplet: B1, 5F and 4B. RGB value is (177,95,75). Sum of RGB (Red+Green+Blue) = 177+95+75=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15F4B is #4EA0B4. Grayscale: #757575. Windows color (decimal): -5152949 or 4939697. OLE color: 4939697.
HSL color Cylindrical-coordinate representation of color #B15F4B: hue angle of 11.76º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B15F4B is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 95 | 75 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.31 |
| HSL | 11.76º | 0.4% | 0.49% | - |
| HSV(B) | 11.76º | 0.58% | 0.69% | - |
| XYZ | 23.49 | 18.04 | 8.9 | - |
| YUV | 117.24 | 104.17 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 75 | 0 | 0.46 | 0.58 | 0.31 | 11.76 | 0.4 | 0.49 |
| Hex | B1 | 5F | 4B | 0 | 2E | 3A | 1F | C | 28 | 31 |
| Octal | 261 | 137 | 113 | 0 | 56 | 72 | 37 | 14 | 50 | 61 |
| Binary | 10110001 | 1011111 | 1001011 | 0 | 101110 | 111010 | 11111 | 1100 | 101000 | 110001 |
Color Harmonies of #B15F4B
Complementary color
Monochromatic Colors of #B15F4B
Black with #B15F4B
Text Example
Text Example
White with #B15F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15F4B; }
p { color: rgb(177,95,75); }
H1.HeaderClassName
{
color: #B15F4B;
}
.AnyTagClassName
{
color: #B15F4B;
}
</style>
background-color css
<style>
a { background-color: #B15F4B; }
a { background-color: rgb(177,95,75); }
div.DivClassName
{
background-color: #B15F4B;
}
.BgClassName
{
background-color: #B15F4B;
}
</style>
border-color css
<style>
span { border-color: #B15F4B; }
span { border-color: rgb(177,95,75); }
td.TdClassName
{
border-color: #B15F4B;
}
.TagClassName
{
border-color: #B15F4B;
}
</style>