Shades of Tapestry #B8767E
Tints of Tapestry #B8767E
RGB
CMYK
RGB Variations
Color information
#B8767E (or 0xB8767E) is known color: Tapestry. HEX triplet: B8, 76 and 7E. RGB value is (184,118,126). Sum of RGB (Red+Green+Blue) = 184+118+126=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8767E is #478981. Grayscale: #8A8A8A. Windows color (decimal): -4688258 or 8287928. OLE color: 8287928.
HSL color Cylindrical-coordinate representation of color #B8767E: hue angle of 352.73º 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 #B8767E is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 126 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.28 |
| HSL | 352.73º | 0.32% | 0.59% | - |
| HSV(B) | 352.73º | 0.36% | 0.72% | - |
| XYZ | 30.01 | 24.65 | 22.92 | - |
| YUV | 138.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 126 | 0 | 0.36 | 0.32 | 0.28 | 352.73 | 0.32 | 0.59 |
| Hex | B8 | 76 | 7E | 0 | 24 | 20 | 1C | 161 | 20 | 3B |
| Octal | 270 | 166 | 176 | 0 | 44 | 40 | 34 | 541 | 40 | 73 |
| Binary | 10111000 | 1110110 | 1111110 | 0 | 100100 | 100000 | 11100 | 101100001 | 100000 | 111011 |
Color Harmonies of #B8767E
Complementary color
Monochromatic Colors of #B8767E
Black with #B8767E
Text Example
Text Example
White with #B8767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8767E; }
p { color: rgb(184,118,126); }
H1.HeaderClassName
{
color: #B8767E;
}
.AnyTagClassName
{
color: #B8767E;
}
</style>
background-color css
<style>
a { background-color: #B8767E; }
a { background-color: rgb(184,118,126); }
div.DivClassName
{
background-color: #B8767E;
}
.BgClassName
{
background-color: #B8767E;
}
</style>
border-color css
<style>
span { border-color: #B8767E; }
span { border-color: rgb(184,118,126); }
td.TdClassName
{
border-color: #B8767E;
}
.TagClassName
{
border-color: #B8767E;
}
</style>