Shades of Tuscany #B65F40
Tints of Tuscany #B65F40
RGB
CMYK
RGB Variations
Color information
#B65F40 (or 0xB65F40) is known color: Tuscany. HEX triplet: B6, 5F and 40. RGB value is (182,95,64). Sum of RGB (Red+Green+Blue) = 182+95+64=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65F40 is #49A0BF. Grayscale: #757575. Windows color (decimal): -4825280 or 4218806. OLE color: 4218806.
HSL color Cylindrical-coordinate representation of color #B65F40: hue angle of 15.76º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B65F40 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 95 | 64 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.29 |
| HSL | 15.76º | 0.48% | 0.48% | - |
| HSV(B) | 15.76º | 0.65% | 0.71% | - |
| XYZ | 24.31 | 18.5 | 7.14 | - |
| YUV | 117.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 95 | 64 | 0 | 0.48 | 0.65 | 0.29 | 15.76 | 0.48 | 0.48 |
| Hex | B6 | 5F | 40 | 0 | 30 | 41 | 1D | 10 | 30 | 30 |
| Octal | 266 | 137 | 100 | 0 | 60 | 101 | 35 | 20 | 60 | 60 |
| Binary | 10110110 | 1011111 | 1000000 | 0 | 110000 | 1000001 | 11101 | 10000 | 110000 | 110000 |
Color Harmonies of #B65F40
Complementary color
Monochromatic Colors of #B65F40
Black with #B65F40
Text Example
Text Example
White with #B65F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65F40; }
p { color: rgb(182,95,64); }
H1.HeaderClassName
{
color: #B65F40;
}
.AnyTagClassName
{
color: #B65F40;
}
</style>
background-color css
<style>
a { background-color: #B65F40; }
a { background-color: rgb(182,95,64); }
div.DivClassName
{
background-color: #B65F40;
}
.BgClassName
{
background-color: #B65F40;
}
</style>
border-color css
<style>
span { border-color: #B65F40; }
span { border-color: rgb(182,95,64); }
td.TdClassName
{
border-color: #B65F40;
}
.TagClassName
{
border-color: #B65F40;
}
</style>