Shades of Tuscany #B26239
Tints of Tuscany #B26239
RGB
CMYK
RGB Variations
Color information
#B26239 (or 0xB26239) is known color: Tuscany. HEX triplet: B2, 62 and 39. RGB value is (178,98,57). Sum of RGB (Red+Green+Blue) = 178+98+57=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B26239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26239 is #4D9DC6. Grayscale: #757575. Windows color (decimal): -5086663 or 3760818. OLE color: 3760818.
HSL color Cylindrical-coordinate representation of color #B26239: hue angle of 20.33º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B26239 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 57 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.30 |
| HSL | 20.33º | 0.51% | 0.46% | - |
| HSV(B) | 20.33º | 0.68% | 0.7% | - |
| XYZ | 23.47 | 18.5 | 6.2 | - |
| YUV | 117.25 | 94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 57 | 0 | 0.45 | 0.68 | 0.30 | 20.33 | 0.51 | 0.46 |
| Hex | B2 | 62 | 39 | 0 | 2D | 44 | 1E | 14 | 33 | 2E |
| Octal | 262 | 142 | 71 | 0 | 55 | 104 | 36 | 24 | 63 | 56 |
| Binary | 10110010 | 1100010 | 111001 | 0 | 101101 | 1000100 | 11110 | 10100 | 110011 | 101110 |
Color Harmonies of #B26239
Complementary color
Monochromatic Colors of #B26239
Black with #B26239
Text Example
Text Example
White with #B26239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26239; }
p { color: rgb(178,98,57); }
H1.HeaderClassName
{
color: #B26239;
}
.AnyTagClassName
{
color: #B26239;
}
</style>
background-color css
<style>
a { background-color: #B26239; }
a { background-color: rgb(178,98,57); }
div.DivClassName
{
background-color: #B26239;
}
.BgClassName
{
background-color: #B26239;
}
</style>
border-color css
<style>
span { border-color: #B26239; }
span { border-color: rgb(178,98,57); }
td.TdClassName
{
border-color: #B26239;
}
.TagClassName
{
border-color: #B26239;
}
</style>