Shades of Tapestry #B9657B
Tints of Tapestry #B9657B
RGB
CMYK
RGB Variations
Color information
#B9657B (or 0xB9657B) is known color: Tapestry. HEX triplet: B9, 65 and 7B. RGB value is (185,101,123). Sum of RGB (Red+Green+Blue) = 185+101+123=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9657B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9657B is #469A84. Grayscale: #808080. Windows color (decimal): -4627077 or 8086969. OLE color: 8086969.
HSL color Cylindrical-coordinate representation of color #B9657B: hue angle of 344.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9657B is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 123 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.27 |
| HSL | 344.29º | 0.38% | 0.56% | - |
| HSV(B) | 344.29º | 0.45% | 0.73% | - |
| XYZ | 28.24 | 21.05 | 21.31 | - |
| YUV | 128.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 123 | 0 | 0.45 | 0.34 | 0.27 | 344.29 | 0.38 | 0.56 |
| Hex | B9 | 65 | 7B | 0 | 2D | 22 | 1B | 158 | 26 | 38 |
| Octal | 271 | 145 | 173 | 0 | 55 | 42 | 33 | 530 | 46 | 70 |
| Binary | 10111001 | 1100101 | 1111011 | 0 | 101101 | 100010 | 11011 | 101011000 | 100110 | 111000 |
Color Harmonies of #B9657B
Complementary color
Monochromatic Colors of #B9657B
Black with #B9657B
Text Example
Text Example
White with #B9657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9657B; }
p { color: rgb(185,101,123); }
H1.HeaderClassName
{
color: #B9657B;
}
.AnyTagClassName
{
color: #B9657B;
}
</style>
background-color css
<style>
a { background-color: #B9657B; }
a { background-color: rgb(185,101,123); }
div.DivClassName
{
background-color: #B9657B;
}
.BgClassName
{
background-color: #B9657B;
}
</style>
border-color css
<style>
span { border-color: #B9657B; }
span { border-color: rgb(185,101,123); }
td.TdClassName
{
border-color: #B9657B;
}
.TagClassName
{
border-color: #B9657B;
}
</style>