Shades of Tapestry #B8808A
Tints of Tapestry #B8808A
RGB
CMYK
RGB Variations
Color information
#B8808A (or 0xB8808A) is known color: Tapestry. HEX triplet: B8, 80 and 8A. RGB value is (184,128,138). Sum of RGB (Red+Green+Blue) = 184+128+138=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B8808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8808A is #477F75. Grayscale: #919191. Windows color (decimal): -4685686 or 9076920. OLE color: 9076920.
HSL color Cylindrical-coordinate representation of color #B8808A: hue angle of 349.29º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8808A is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 138 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.28 |
| HSL | 349.29º | 0.28% | 0.61% | - |
| HSV(B) | 349.29º | 0.3% | 0.72% | - |
| XYZ | 32.07 | 27.46 | 27.66 | - |
| YUV | 145.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 138 | 0 | 0.30 | 0.25 | 0.28 | 349.29 | 0.28 | 0.61 |
| Hex | B8 | 80 | 8A | 0 | 1E | 19 | 1C | 15D | 1C | 3D |
| Octal | 270 | 200 | 212 | 0 | 36 | 31 | 34 | 535 | 34 | 75 |
| Binary | 10111000 | 10000000 | 10001010 | 0 | 11110 | 11001 | 11100 | 101011101 | 11100 | 111101 |
Color Harmonies of #B8808A
Complementary color
Monochromatic Colors of #B8808A
Black with #B8808A
Text Example
Text Example
White with #B8808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8808A; }
p { color: rgb(184,128,138); }
H1.HeaderClassName
{
color: #B8808A;
}
.AnyTagClassName
{
color: #B8808A;
}
</style>
background-color css
<style>
a { background-color: #B8808A; }
a { background-color: rgb(184,128,138); }
div.DivClassName
{
background-color: #B8808A;
}
.BgClassName
{
background-color: #B8808A;
}
</style>
border-color css
<style>
span { border-color: #B8808A; }
span { border-color: rgb(184,128,138); }
td.TdClassName
{
border-color: #B8808A;
}
.TagClassName
{
border-color: #B8808A;
}
</style>