Shades of Tapestry #B8787D
Tints of Tapestry #B8787D
RGB
CMYK
RGB Variations
Color information
#B8787D (or 0xB8787D) is known color: Tapestry. HEX triplet: B8, 78 and 7D. RGB value is (184,120,125). Sum of RGB (Red+Green+Blue) = 184+120+125=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8787D is #478782. Grayscale: #8B8B8B. Windows color (decimal): -4687747 or 8222904. OLE color: 8222904.
HSL color Cylindrical-coordinate representation of color #B8787D: hue angle of 355.31º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8787D is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 125 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.28 |
| HSL | 355.31º | 0.31% | 0.6% | - |
| HSV(B) | 355.31º | 0.35% | 0.72% | - |
| XYZ | 30.19 | 25.1 | 22.66 | - |
| YUV | 139.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 125 | 0 | 0.35 | 0.32 | 0.28 | 355.31 | 0.31 | 0.6 |
| Hex | B8 | 78 | 7D | 0 | 23 | 20 | 1C | 163 | 1F | 3C |
| Octal | 270 | 170 | 175 | 0 | 43 | 40 | 34 | 543 | 37 | 74 |
| Binary | 10111000 | 1111000 | 1111101 | 0 | 100011 | 100000 | 11100 | 101100011 | 11111 | 111100 |
Color Harmonies of #B8787D
Complementary color
Monochromatic Colors of #B8787D
Black with #B8787D
Text Example
Text Example
White with #B8787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8787D; }
p { color: rgb(184,120,125); }
H1.HeaderClassName
{
color: #B8787D;
}
.AnyTagClassName
{
color: #B8787D;
}
</style>
background-color css
<style>
a { background-color: #B8787D; }
a { background-color: rgb(184,120,125); }
div.DivClassName
{
background-color: #B8787D;
}
.BgClassName
{
background-color: #B8787D;
}
</style>
border-color css
<style>
span { border-color: #B8787D; }
span { border-color: rgb(184,120,125); }
td.TdClassName
{
border-color: #B8787D;
}
.TagClassName
{
border-color: #B8787D;
}
</style>