Shades of Tuscany #B5674A
Tints of Tuscany #B5674A
RGB
CMYK
RGB Variations
Color information
#B5674A (or 0xB5674A) is known color: Tuscany. HEX triplet: B5, 67 and 4A. RGB value is (181,103,74). Sum of RGB (Red+Green+Blue) = 181+103+74=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5674A is #4A98B5. Grayscale: #7B7B7B. Windows color (decimal): -4888758 or 4876213. OLE color: 4876213.
HSL color Cylindrical-coordinate representation of color #B5674A: hue angle of 16.26º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5674A is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 74 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.29 |
| HSL | 16.26º | 0.42% | 0.5% | - |
| HSV(B) | 16.26º | 0.59% | 0.71% | - |
| XYZ | 25.14 | 20.02 | 9.02 | - |
| YUV | 123.02 | 100.34 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 74 | 0 | 0.43 | 0.59 | 0.29 | 16.26 | 0.42 | 0.5 |
| Hex | B5 | 67 | 4A | 0 | 2B | 3B | 1D | 10 | 2A | 32 |
| Octal | 265 | 147 | 112 | 0 | 53 | 73 | 35 | 20 | 52 | 62 |
| Binary | 10110101 | 1100111 | 1001010 | 0 | 101011 | 111011 | 11101 | 10000 | 101010 | 110010 |
Color Harmonies of #B5674A
Complementary color
Monochromatic Colors of #B5674A
Black with #B5674A
Text Example
Text Example
White with #B5674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5674A; }
p { color: rgb(181,103,74); }
H1.HeaderClassName
{
color: #B5674A;
}
.AnyTagClassName
{
color: #B5674A;
}
</style>
background-color css
<style>
a { background-color: #B5674A; }
a { background-color: rgb(181,103,74); }
div.DivClassName
{
background-color: #B5674A;
}
.BgClassName
{
background-color: #B5674A;
}
</style>
border-color css
<style>
span { border-color: #B5674A; }
span { border-color: rgb(181,103,74); }
td.TdClassName
{
border-color: #B5674A;
}
.TagClassName
{
border-color: #B5674A;
}
</style>