Shades of Tapestry #B67A7E
Tints of Tapestry #B67A7E
RGB
CMYK
RGB Variations
Color information
#B67A7E (or 0xB67A7E) is known color: Tapestry. HEX triplet: B6, 7A and 7E. RGB value is (182,122,126). Sum of RGB (Red+Green+Blue) = 182+122+126=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A7E is #498581. Grayscale: #8C8C8C. Windows color (decimal): -4818306 or 8288950. OLE color: 8288950.
HSL color Cylindrical-coordinate representation of color #B67A7E: hue angle of 356º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B67A7E is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 126 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.29 |
| HSL | 356º | 0.29% | 0.6% | - |
| HSV(B) | 356º | 0.33% | 0.71% | - |
| XYZ | 30.02 | 25.37 | 23.05 | - |
| YUV | 140.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 126 | 0 | 0.33 | 0.31 | 0.29 | 356 | 0.29 | 0.6 |
| Hex | B6 | 7A | 7E | 0 | 21 | 1F | 1D | 164 | 1D | 3C |
| Octal | 266 | 172 | 176 | 0 | 41 | 37 | 35 | 544 | 35 | 74 |
| Binary | 10110110 | 1111010 | 1111110 | 0 | 100001 | 11111 | 11101 | 101100100 | 11101 | 111100 |
Color Harmonies of #B67A7E
Complementary color
Monochromatic Colors of #B67A7E
Black with #B67A7E
Text Example
Text Example
White with #B67A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A7E; }
p { color: rgb(182,122,126); }
H1.HeaderClassName
{
color: #B67A7E;
}
.AnyTagClassName
{
color: #B67A7E;
}
</style>
background-color css
<style>
a { background-color: #B67A7E; }
a { background-color: rgb(182,122,126); }
div.DivClassName
{
background-color: #B67A7E;
}
.BgClassName
{
background-color: #B67A7E;
}
</style>
border-color css
<style>
span { border-color: #B67A7E; }
span { border-color: rgb(182,122,126); }
td.TdClassName
{
border-color: #B67A7E;
}
.TagClassName
{
border-color: #B67A7E;
}
</style>