Shades of Tapestry #B8667B
Tints of Tapestry #B8667B
RGB
CMYK
RGB Variations
Color information
#B8667B (or 0xB8667B) is known color: Tapestry. HEX triplet: B8, 66 and 7B. RGB value is (184,102,123). Sum of RGB (Red+Green+Blue) = 184+102+123=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B8667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8667B is #479984. Grayscale: #808080. Windows color (decimal): -4692357 or 8087224. OLE color: 8087224.
HSL color Cylindrical-coordinate representation of color #B8667B: hue angle of 344.63º 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 #B8667B is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 123 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.28 |
| HSL | 344.63º | 0.37% | 0.56% | - |
| HSV(B) | 344.63º | 0.45% | 0.72% | - |
| XYZ | 28.09 | 21.12 | 21.34 | - |
| YUV | 128.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 123 | 0 | 0.45 | 0.33 | 0.28 | 344.63 | 0.37 | 0.56 |
| Hex | B8 | 66 | 7B | 0 | 2D | 21 | 1C | 159 | 25 | 38 |
| Octal | 270 | 146 | 173 | 0 | 55 | 41 | 34 | 531 | 45 | 70 |
| Binary | 10111000 | 1100110 | 1111011 | 0 | 101101 | 100001 | 11100 | 101011001 | 100101 | 111000 |
Color Harmonies of #B8667B
Complementary color
Monochromatic Colors of #B8667B
Black with #B8667B
Text Example
Text Example
White with #B8667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8667B; }
p { color: rgb(184,102,123); }
H1.HeaderClassName
{
color: #B8667B;
}
.AnyTagClassName
{
color: #B8667B;
}
</style>
background-color css
<style>
a { background-color: #B8667B; }
a { background-color: rgb(184,102,123); }
div.DivClassName
{
background-color: #B8667B;
}
.BgClassName
{
background-color: #B8667B;
}
</style>
border-color css
<style>
span { border-color: #B8667B; }
span { border-color: rgb(184,102,123); }
td.TdClassName
{
border-color: #B8667B;
}
.TagClassName
{
border-color: #B8667B;
}
</style>