Shades of Tapestry #B38092
Tints of Tapestry #B38092
RGB
CMYK
RGB Variations
Color information
#B38092 (or 0xB38092) is known color: Tapestry. HEX triplet: B3, 80 and 92. RGB value is (179,128,146). Sum of RGB (Red+Green+Blue) = 179+128+146=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B38092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38092 is #4C7F6D. Grayscale: #919191. Windows color (decimal): -5013358 or 9601203. OLE color: 9601203.
HSL color Cylindrical-coordinate representation of color #B38092: hue angle of 338.82º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38092 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 146 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.30 |
| HSL | 338.82º | 0.25% | 0.6% | - |
| HSV(B) | 338.82º | 0.28% | 0.7% | - |
| XYZ | 31.5 | 27.1 | 30.76 | - |
| YUV | 145.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 146 | 0 | 0.28 | 0.18 | 0.30 | 338.82 | 0.25 | 0.6 |
| Hex | B3 | 80 | 92 | 0 | 1C | 12 | 1E | 153 | 19 | 3C |
| Octal | 263 | 200 | 222 | 0 | 34 | 22 | 36 | 523 | 31 | 74 |
| Binary | 10110011 | 10000000 | 10010010 | 0 | 11100 | 10010 | 11110 | 101010011 | 11001 | 111100 |
Color Harmonies of #B38092
Complementary color
Monochromatic Colors of #B38092
Black with #B38092
Text Example
Text Example
White with #B38092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38092; }
p { color: rgb(179,128,146); }
H1.HeaderClassName
{
color: #B38092;
}
.AnyTagClassName
{
color: #B38092;
}
</style>
background-color css
<style>
a { background-color: #B38092; }
a { background-color: rgb(179,128,146); }
div.DivClassName
{
background-color: #B38092;
}
.BgClassName
{
background-color: #B38092;
}
</style>
border-color css
<style>
span { border-color: #B38092; }
span { border-color: rgb(179,128,146); }
td.TdClassName
{
border-color: #B38092;
}
.TagClassName
{
border-color: #B38092;
}
</style>