Shades of Tapestry #B9637B
Tints of Tapestry #B9637B
RGB
CMYK
RGB Variations
Color information
#B9637B (or 0xB9637B) is known color: Tapestry. HEX triplet: B9, 63 and 7B. RGB value is (185,99,123). Sum of RGB (Red+Green+Blue) = 185+99+123=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9637B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9637B is #469C84. Grayscale: #7F7F7F. Windows color (decimal): -4627589 or 8086457. OLE color: 8086457.
HSL color Cylindrical-coordinate representation of color #B9637B: hue angle of 343.26º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9637B is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 123 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.27 |
| HSL | 343.26º | 0.38% | 0.56% | - |
| HSV(B) | 343.26º | 0.46% | 0.73% | - |
| XYZ | 28.04 | 20.67 | 21.25 | - |
| YUV | 127.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 123 | 0 | 0.46 | 0.34 | 0.27 | 343.26 | 0.38 | 0.56 |
| Hex | B9 | 63 | 7B | 0 | 2E | 22 | 1B | 157 | 26 | 38 |
| Octal | 271 | 143 | 173 | 0 | 56 | 42 | 33 | 527 | 46 | 70 |
| Binary | 10111001 | 1100011 | 1111011 | 0 | 101110 | 100010 | 11011 | 101010111 | 100110 | 111000 |
Color Harmonies of #B9637B
Complementary color
Monochromatic Colors of #B9637B
Black with #B9637B
Text Example
Text Example
White with #B9637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9637B; }
p { color: rgb(185,99,123); }
H1.HeaderClassName
{
color: #B9637B;
}
.AnyTagClassName
{
color: #B9637B;
}
</style>
background-color css
<style>
a { background-color: #B9637B; }
a { background-color: rgb(185,99,123); }
div.DivClassName
{
background-color: #B9637B;
}
.BgClassName
{
background-color: #B9637B;
}
</style>
border-color css
<style>
span { border-color: #B9637B; }
span { border-color: rgb(185,99,123); }
td.TdClassName
{
border-color: #B9637B;
}
.TagClassName
{
border-color: #B9637B;
}
</style>