Shades of Tapestry #BD7B7F
Tints of Tapestry #BD7B7F
RGB
CMYK
RGB Variations
Color information
#BD7B7F (or 0xBD7B7F) is known color: Tapestry. HEX triplet: BD, 7B and 7F. RGB value is (189,123,127). Sum of RGB (Red+Green+Blue) = 189+123+127=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B7F is #428480. Grayscale: #8F8F8F. Windows color (decimal): -4359297 or 8354749. OLE color: 8354749.
HSL color Cylindrical-coordinate representation of color #BD7B7F: hue angle of 356.36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7B7F is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 127 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.26 |
| HSL | 356.36º | 0.33% | 0.61% | - |
| HSV(B) | 356.36º | 0.35% | 0.74% | - |
| XYZ | 31.9 | 26.52 | 23.52 | - |
| YUV | 143.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 127 | 0 | 0.35 | 0.33 | 0.26 | 356.36 | 0.33 | 0.61 |
| Hex | BD | 7B | 7F | 0 | 23 | 21 | 1A | 164 | 21 | 3D |
| Octal | 275 | 173 | 177 | 0 | 43 | 41 | 32 | 544 | 41 | 75 |
| Binary | 10111101 | 1111011 | 1111111 | 0 | 100011 | 100001 | 11010 | 101100100 | 100001 | 111101 |
Color Harmonies of #BD7B7F
Complementary color
Monochromatic Colors of #BD7B7F
Black with #BD7B7F
Text Example
Text Example
White with #BD7B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7B7F; }
p { color: rgb(189,123,127); }
H1.HeaderClassName
{
color: #BD7B7F;
}
.AnyTagClassName
{
color: #BD7B7F;
}
</style>
background-color css
<style>
a { background-color: #BD7B7F; }
a { background-color: rgb(189,123,127); }
div.DivClassName
{
background-color: #BD7B7F;
}
.BgClassName
{
background-color: #BD7B7F;
}
</style>
border-color css
<style>
span { border-color: #BD7B7F; }
span { border-color: rgb(189,123,127); }
td.TdClassName
{
border-color: #BD7B7F;
}
.TagClassName
{
border-color: #BD7B7F;
}
</style>