Shades of Tapestry #B38284
Tints of Tapestry #B38284
RGB
CMYK
RGB Variations
Color information
#B38284 (or 0xB38284) is known color: Tapestry. HEX triplet: B3, 82 and 84. RGB value is (179,130,132). Sum of RGB (Red+Green+Blue) = 179+130+132=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B38284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38284 is #4C7D7B. Grayscale: #909090. Windows color (decimal): -5012860 or 8684211. OLE color: 8684211.
HSL color Cylindrical-coordinate representation of color #B38284: hue angle of 357.55º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38284 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 132 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.30 |
| HSL | 357.55º | 0.24% | 0.61% | - |
| HSV(B) | 357.55º | 0.27% | 0.7% | - |
| XYZ | 30.74 | 27.21 | 25.46 | - |
| YUV | 144.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 132 | 0 | 0.27 | 0.26 | 0.30 | 357.55 | 0.24 | 0.61 |
| Hex | B3 | 82 | 84 | 0 | 1B | 1A | 1E | 166 | 18 | 3D |
| Octal | 263 | 202 | 204 | 0 | 33 | 32 | 36 | 546 | 30 | 75 |
| Binary | 10110011 | 10000010 | 10000100 | 0 | 11011 | 11010 | 11110 | 101100110 | 11000 | 111101 |
Color Harmonies of #B38284
Complementary color
Monochromatic Colors of #B38284
Black with #B38284
Text Example
Text Example
White with #B38284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38284; }
p { color: rgb(179,130,132); }
H1.HeaderClassName
{
color: #B38284;
}
.AnyTagClassName
{
color: #B38284;
}
</style>
background-color css
<style>
a { background-color: #B38284; }
a { background-color: rgb(179,130,132); }
div.DivClassName
{
background-color: #B38284;
}
.BgClassName
{
background-color: #B38284;
}
</style>
border-color css
<style>
span { border-color: #B38284; }
span { border-color: rgb(179,130,132); }
td.TdClassName
{
border-color: #B38284;
}
.TagClassName
{
border-color: #B38284;
}
</style>