Shades of Tapestry #B46985
Tints of Tapestry #B46985
RGB
CMYK
RGB Variations
Color information
#B46985 (or 0xB46985) is known color: Tapestry. HEX triplet: B4, 69 and 85. RGB value is (180,105,133). Sum of RGB (Red+Green+Blue) = 180+105+133=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B46985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46985 is #4B967A. Grayscale: #828282. Windows color (decimal): -4953723 or 8743348. OLE color: 8743348.
HSL color Cylindrical-coordinate representation of color #B46985: hue angle of 337.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46985 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 105 | 133 | - |
CMYK | 0 | 0.42 | 0.26 | 0.29 |
HSL | 337.6º | 0.33% | 0.56% | - |
HSV(B) | 337.6º | 0.42% | 0.71% | - |
XYZ | 28.11 | 21.5 | 24.86 | - |
YUV | 130.62 | 129.35 | 163.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 105 | 133 | 0 | 0.42 | 0.26 | 0.29 | 337.6 | 0.33 | 0.56 |
Hex | B4 | 69 | 85 | 0 | 2A | 1A | 1D | 152 | 21 | 38 |
Octal | 264 | 151 | 205 | 0 | 52 | 32 | 35 | 522 | 41 | 70 |
Binary | 10110100 | 1101001 | 10000101 | 0 | 101010 | 11010 | 11101 | 101010010 | 100001 | 111000 |
Color Harmonies of #B46985
Complementary color
Monochromatic Colors of #B46985
Black with #B46985
Text Example
Text Example
White with #B46985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46985; }
p { color: rgb(180,105,133); }
H1.HeaderClassName
{
color: #B46985;
}
.AnyTagClassName
{
color: #B46985;
}
</style>
background-color css
<style>
a { background-color: #B46985; }
a { background-color: rgb(180,105,133); }
div.DivClassName
{
background-color: #B46985;
}
.BgClassName
{
background-color: #B46985;
}
</style>
border-color css
<style>
span { border-color: #B46985; }
span { border-color: rgb(180,105,133); }
td.TdClassName
{
border-color: #B46985;
}
.TagClassName
{
border-color: #B46985;
}
</style>