Shades of Tapestry #B9778A
Tints of Tapestry #B9778A
RGB
CMYK
RGB Variations
Color information
#B9778A (or 0xB9778A) is known color: Tapestry. HEX triplet: B9, 77 and 8A. RGB value is (185,119,138). Sum of RGB (Red+Green+Blue) = 185+119+138=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9778A is #468875. Grayscale: #8C8C8C. Windows color (decimal): -4622454 or 9074617. OLE color: 9074617.
HSL color Cylindrical-coordinate representation of color #B9778A: hue angle of 342.73º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9778A is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 119 | 138 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.27 |
| HSL | 342.73º | 0.32% | 0.6% | - |
| HSV(B) | 342.73º | 0.36% | 0.73% | - |
| XYZ | 31.19 | 25.34 | 27.29 | - |
| YUV | 140.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 119 | 138 | 0 | 0.36 | 0.25 | 0.27 | 342.73 | 0.32 | 0.6 |
| Hex | B9 | 77 | 8A | 0 | 24 | 19 | 1B | 157 | 20 | 3C |
| Octal | 271 | 167 | 212 | 0 | 44 | 31 | 33 | 527 | 40 | 74 |
| Binary | 10111001 | 1110111 | 10001010 | 0 | 100100 | 11001 | 11011 | 101010111 | 100000 | 111100 |
Color Harmonies of #B9778A
Complementary color
Monochromatic Colors of #B9778A
Black with #B9778A
Text Example
Text Example
White with #B9778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9778A; }
p { color: rgb(185,119,138); }
H1.HeaderClassName
{
color: #B9778A;
}
.AnyTagClassName
{
color: #B9778A;
}
</style>
background-color css
<style>
a { background-color: #B9778A; }
a { background-color: rgb(185,119,138); }
div.DivClassName
{
background-color: #B9778A;
}
.BgClassName
{
background-color: #B9778A;
}
</style>
border-color css
<style>
span { border-color: #B9778A; }
span { border-color: rgb(185,119,138); }
td.TdClassName
{
border-color: #B9778A;
}
.TagClassName
{
border-color: #B9778A;
}
</style>