Shades of Tapestry #B8757E
Tints of Tapestry #B8757E
RGB
CMYK
RGB Variations
Color information
#B8757E (or 0xB8757E) is known color: Tapestry. HEX triplet: B8, 75 and 7E. RGB value is (184,117,126). Sum of RGB (Red+Green+Blue) = 184+117+126=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8757E is #478A81. Grayscale: #8A8A8A. Windows color (decimal): -4688514 or 8287672. OLE color: 8287672.
HSL color Cylindrical-coordinate representation of color #B8757E: hue angle of 351.94º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8757E is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 126 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.28 |
| HSL | 351.94º | 0.32% | 0.59% | - |
| HSV(B) | 351.94º | 0.36% | 0.72% | - |
| XYZ | 29.89 | 24.42 | 22.88 | - |
| YUV | 138.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 126 | 0 | 0.36 | 0.32 | 0.28 | 351.94 | 0.32 | 0.59 |
| Hex | B8 | 75 | 7E | 0 | 24 | 20 | 1C | 160 | 20 | 3B |
| Octal | 270 | 165 | 176 | 0 | 44 | 40 | 34 | 540 | 40 | 73 |
| Binary | 10111000 | 1110101 | 1111110 | 0 | 100100 | 100000 | 11100 | 101100000 | 100000 | 111011 |
Color Harmonies of #B8757E
Complementary color
Monochromatic Colors of #B8757E
Black with #B8757E
Text Example
Text Example
White with #B8757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8757E; }
p { color: rgb(184,117,126); }
H1.HeaderClassName
{
color: #B8757E;
}
.AnyTagClassName
{
color: #B8757E;
}
</style>
background-color css
<style>
a { background-color: #B8757E; }
a { background-color: rgb(184,117,126); }
div.DivClassName
{
background-color: #B8757E;
}
.BgClassName
{
background-color: #B8757E;
}
</style>
border-color css
<style>
span { border-color: #B8757E; }
span { border-color: rgb(184,117,126); }
td.TdClassName
{
border-color: #B8757E;
}
.TagClassName
{
border-color: #B8757E;
}
</style>