Shades of Tapestry #B06377
Tints of Tapestry #B06377
RGB
CMYK
RGB Variations
Color information
#B06377 (or 0xB06377) is known color: Tapestry. HEX triplet: B0, 63 and 77. RGB value is (176,99,119). Sum of RGB (Red+Green+Blue) = 176+99+119=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B06377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06377 is #4F9C88. Grayscale: #7C7C7C. Windows color (decimal): -5217417 or 7824304. OLE color: 7824304.
HSL color Cylindrical-coordinate representation of color #B06377: hue angle of 344.42º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06377 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 119 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.31 |
| HSL | 344.42º | 0.33% | 0.54% | - |
| HSV(B) | 344.42º | 0.44% | 0.69% | - |
| XYZ | 25.7 | 19.49 | 19.86 | - |
| YUV | 124.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 119 | 0 | 0.44 | 0.32 | 0.31 | 344.42 | 0.33 | 0.54 |
| Hex | B0 | 63 | 77 | 0 | 2C | 20 | 1F | 158 | 21 | 36 |
| Octal | 260 | 143 | 167 | 0 | 54 | 40 | 37 | 530 | 41 | 66 |
| Binary | 10110000 | 1100011 | 1110111 | 0 | 101100 | 100000 | 11111 | 101011000 | 100001 | 110110 |
Color Harmonies of #B06377
Complementary color
Monochromatic Colors of #B06377
Black with #B06377
Text Example
Text Example
White with #B06377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06377; }
p { color: rgb(176,99,119); }
H1.HeaderClassName
{
color: #B06377;
}
.AnyTagClassName
{
color: #B06377;
}
</style>
background-color css
<style>
a { background-color: #B06377; }
a { background-color: rgb(176,99,119); }
div.DivClassName
{
background-color: #B06377;
}
.BgClassName
{
background-color: #B06377;
}
</style>
border-color css
<style>
span { border-color: #B06377; }
span { border-color: rgb(176,99,119); }
td.TdClassName
{
border-color: #B06377;
}
.TagClassName
{
border-color: #B06377;
}
</style>