Shades of Tapestry #B0838A
Tints of Tapestry #B0838A
RGB
CMYK
RGB Variations
Color information
#B0838A (or 0xB0838A) is known color: Tapestry. HEX triplet: B0, 83 and 8A. RGB value is (176,131,138). Sum of RGB (Red+Green+Blue) = 176+131+138=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B0838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0838A is #4F7C75. Grayscale: #919191. Windows color (decimal): -5209206 or 9077680. OLE color: 9077680.
HSL color Cylindrical-coordinate representation of color #B0838A: hue angle of 350.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0838A is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 138 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.31 |
| HSL | 350.67º | 0.22% | 0.6% | - |
| HSV(B) | 350.67º | 0.26% | 0.69% | - |
| XYZ | 30.61 | 27.3 | 27.7 | - |
| YUV | 145.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 138 | 0 | 0.26 | 0.22 | 0.31 | 350.67 | 0.22 | 0.6 |
| Hex | B0 | 83 | 8A | 0 | 1A | 16 | 1F | 15F | 16 | 3C |
| Octal | 260 | 203 | 212 | 0 | 32 | 26 | 37 | 537 | 26 | 74 |
| Binary | 10110000 | 10000011 | 10001010 | 0 | 11010 | 10110 | 11111 | 101011111 | 10110 | 111100 |
Color Harmonies of #B0838A
Complementary color
Monochromatic Colors of #B0838A
Black with #B0838A
Text Example
Text Example
White with #B0838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0838A; }
p { color: rgb(176,131,138); }
H1.HeaderClassName
{
color: #B0838A;
}
.AnyTagClassName
{
color: #B0838A;
}
</style>
background-color css
<style>
a { background-color: #B0838A; }
a { background-color: rgb(176,131,138); }
div.DivClassName
{
background-color: #B0838A;
}
.BgClassName
{
background-color: #B0838A;
}
</style>
border-color css
<style>
span { border-color: #B0838A; }
span { border-color: rgb(176,131,138); }
td.TdClassName
{
border-color: #B0838A;
}
.TagClassName
{
border-color: #B0838A;
}
</style>