Shades of Tapestry #B8657B
Tints of Tapestry #B8657B
RGB
CMYK
RGB Variations
Color information
#B8657B (or 0xB8657B) is known color: Tapestry. HEX triplet: B8, 65 and 7B. RGB value is (184,101,123). Sum of RGB (Red+Green+Blue) = 184+101+123=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8657B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8657B is #479A84. Grayscale: #808080. Windows color (decimal): -4692613 or 8086968. OLE color: 8086968.
HSL color Cylindrical-coordinate representation of color #B8657B: hue angle of 344.1º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8657B is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 123 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.28 |
| HSL | 344.1º | 0.37% | 0.56% | - |
| HSV(B) | 344.1º | 0.45% | 0.72% | - |
| XYZ | 28 | 20.93 | 21.3 | - |
| YUV | 128.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 123 | 0 | 0.45 | 0.33 | 0.28 | 344.1 | 0.37 | 0.56 |
| Hex | B8 | 65 | 7B | 0 | 2D | 21 | 1C | 158 | 25 | 38 |
| Octal | 270 | 145 | 173 | 0 | 55 | 41 | 34 | 530 | 45 | 70 |
| Binary | 10111000 | 1100101 | 1111011 | 0 | 101101 | 100001 | 11100 | 101011000 | 100101 | 111000 |
Color Harmonies of #B8657B
Complementary color
Monochromatic Colors of #B8657B
Black with #B8657B
Text Example
Text Example
White with #B8657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8657B; }
p { color: rgb(184,101,123); }
H1.HeaderClassName
{
color: #B8657B;
}
.AnyTagClassName
{
color: #B8657B;
}
</style>
background-color css
<style>
a { background-color: #B8657B; }
a { background-color: rgb(184,101,123); }
div.DivClassName
{
background-color: #B8657B;
}
.BgClassName
{
background-color: #B8657B;
}
</style>
border-color css
<style>
span { border-color: #B8657B; }
span { border-color: rgb(184,101,123); }
td.TdClassName
{
border-color: #B8657B;
}
.TagClassName
{
border-color: #B8657B;
}
</style>