Shades of Tapestry #BD767B
Tints of Tapestry #BD767B
RGB
CMYK
RGB Variations
Color information
#BD767B (or 0xBD767B) is known color: Tapestry. HEX triplet: BD, 76 and 7B. RGB value is (189,118,123). Sum of RGB (Red+Green+Blue) = 189+118+123=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD767B is #428984. Grayscale: #8B8B8B. Windows color (decimal): -4360581 or 8091325. OLE color: 8091325.
HSL color Cylindrical-coordinate representation of color #BD767B: hue angle of 355.77º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD767B is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 123 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.26 |
| HSL | 355.77º | 0.35% | 0.6% | - |
| HSV(B) | 355.77º | 0.38% | 0.74% | - |
| XYZ | 31.04 | 25.21 | 21.97 | - |
| YUV | 139.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 123 | 0 | 0.38 | 0.35 | 0.26 | 355.77 | 0.35 | 0.6 |
| Hex | BD | 76 | 7B | 0 | 26 | 23 | 1A | 164 | 23 | 3C |
| Octal | 275 | 166 | 173 | 0 | 46 | 43 | 32 | 544 | 43 | 74 |
| Binary | 10111101 | 1110110 | 1111011 | 0 | 100110 | 100011 | 11010 | 101100100 | 100011 | 111100 |
Color Harmonies of #BD767B
Complementary color
Monochromatic Colors of #BD767B
Black with #BD767B
Text Example
Text Example
White with #BD767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD767B; }
p { color: rgb(189,118,123); }
H1.HeaderClassName
{
color: #BD767B;
}
.AnyTagClassName
{
color: #BD767B;
}
</style>
background-color css
<style>
a { background-color: #BD767B; }
a { background-color: rgb(189,118,123); }
div.DivClassName
{
background-color: #BD767B;
}
.BgClassName
{
background-color: #BD767B;
}
</style>
border-color css
<style>
span { border-color: #BD767B; }
span { border-color: rgb(189,118,123); }
td.TdClassName
{
border-color: #BD767B;
}
.TagClassName
{
border-color: #BD767B;
}
</style>