Shades of Tapestry #B66F7B
Tints of Tapestry #B66F7B
RGB
CMYK
RGB Variations
Color information
#B66F7B (or 0xB66F7B) is known color: Tapestry. HEX triplet: B6, 6F and 7B. RGB value is (182,111,123). Sum of RGB (Red+Green+Blue) = 182+111+123=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F7B is #499084. Grayscale: #858585. Windows color (decimal): -4821125 or 8089526. OLE color: 8089526.
HSL color Cylindrical-coordinate representation of color #B66F7B: hue angle of 349.86º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B66F7B is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 111 | 123 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.29 |
| HSL | 349.86º | 0.33% | 0.57% | - |
| HSV(B) | 349.86º | 0.39% | 0.71% | - |
| XYZ | 28.55 | 22.74 | 21.62 | - |
| YUV | 133.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 123 | 0 | 0.39 | 0.32 | 0.29 | 349.86 | 0.33 | 0.57 |
| Hex | B6 | 6F | 7B | 0 | 27 | 20 | 1D | 15E | 21 | 39 |
| Octal | 266 | 157 | 173 | 0 | 47 | 40 | 35 | 536 | 41 | 71 |
| Binary | 10110110 | 1101111 | 1111011 | 0 | 100111 | 100000 | 11101 | 101011110 | 100001 | 111001 |
Color Harmonies of #B66F7B
Complementary color
Monochromatic Colors of #B66F7B
Black with #B66F7B
Text Example
Text Example
White with #B66F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66F7B; }
p { color: rgb(182,111,123); }
H1.HeaderClassName
{
color: #B66F7B;
}
.AnyTagClassName
{
color: #B66F7B;
}
</style>
background-color css
<style>
a { background-color: #B66F7B; }
a { background-color: rgb(182,111,123); }
div.DivClassName
{
background-color: #B66F7B;
}
.BgClassName
{
background-color: #B66F7B;
}
</style>
border-color css
<style>
span { border-color: #B66F7B; }
span { border-color: rgb(182,111,123); }
td.TdClassName
{
border-color: #B66F7B;
}
.TagClassName
{
border-color: #B66F7B;
}
</style>