Shades of Tapestry #B77683
Tints of Tapestry #B77683
RGB
CMYK
RGB Variations
Color information
#B77683 (or 0xB77683) is known color: Tapestry. HEX triplet: B7, 76 and 83. RGB value is (183,118,131). Sum of RGB (Red+Green+Blue) = 183+118+131=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B77683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77683 is #48897C. Grayscale: #8A8A8A. Windows color (decimal): -4753789 or 8615607. OLE color: 8615607.
HSL color Cylindrical-coordinate representation of color #B77683: hue angle of 348º degrees, saturation: 0.31, 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 #B77683 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 131 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.28 |
| HSL | 348º | 0.31% | 0.59% | - |
| HSV(B) | 348º | 0.36% | 0.72% | - |
| XYZ | 30.1 | 24.66 | 24.65 | - |
| YUV | 138.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 131 | 0 | 0.36 | 0.28 | 0.28 | 348 | 0.31 | 0.59 |
| Hex | B7 | 76 | 83 | 0 | 24 | 1C | 1C | 15C | 1F | 3B |
| Octal | 267 | 166 | 203 | 0 | 44 | 34 | 34 | 534 | 37 | 73 |
| Binary | 10110111 | 1110110 | 10000011 | 0 | 100100 | 11100 | 11100 | 101011100 | 11111 | 111011 |
Color Harmonies of #B77683
Complementary color
Monochromatic Colors of #B77683
Black with #B77683
Text Example
Text Example
White with #B77683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77683; }
p { color: rgb(183,118,131); }
H1.HeaderClassName
{
color: #B77683;
}
.AnyTagClassName
{
color: #B77683;
}
</style>
background-color css
<style>
a { background-color: #B77683; }
a { background-color: rgb(183,118,131); }
div.DivClassName
{
background-color: #B77683;
}
.BgClassName
{
background-color: #B77683;
}
</style>
border-color css
<style>
span { border-color: #B77683; }
span { border-color: rgb(183,118,131); }
td.TdClassName
{
border-color: #B77683;
}
.TagClassName
{
border-color: #B77683;
}
</style>