Shades of Tapestry #B8738C
Tints of Tapestry #B8738C
RGB
CMYK
RGB Variations
Color information
#B8738C (or 0xB8738C) is known color: Tapestry. HEX triplet: B8, 73 and 8C. RGB value is (184,115,140). Sum of RGB (Red+Green+Blue) = 184+115+140=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8738C is #478C73. Grayscale: #8A8A8A. Windows color (decimal): -4689012 or 9204664. OLE color: 9204664.
HSL color Cylindrical-coordinate representation of color #B8738C: hue angle of 338.26º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8738C is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 140 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.28 |
| HSL | 338.26º | 0.33% | 0.59% | - |
| HSV(B) | 338.26º | 0.38% | 0.72% | - |
| XYZ | 30.63 | 24.35 | 27.9 | - |
| YUV | 138.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 140 | 0 | 0.38 | 0.24 | 0.28 | 338.26 | 0.33 | 0.59 |
| Hex | B8 | 73 | 8C | 0 | 26 | 18 | 1C | 152 | 21 | 3B |
| Octal | 270 | 163 | 214 | 0 | 46 | 30 | 34 | 522 | 41 | 73 |
| Binary | 10111000 | 1110011 | 10001100 | 0 | 100110 | 11000 | 11100 | 101010010 | 100001 | 111011 |
Color Harmonies of #B8738C
Complementary color
Monochromatic Colors of #B8738C
Black with #B8738C
Text Example
Text Example
White with #B8738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8738C; }
p { color: rgb(184,115,140); }
H1.HeaderClassName
{
color: #B8738C;
}
.AnyTagClassName
{
color: #B8738C;
}
</style>
background-color css
<style>
a { background-color: #B8738C; }
a { background-color: rgb(184,115,140); }
div.DivClassName
{
background-color: #B8738C;
}
.BgClassName
{
background-color: #B8738C;
}
</style>
border-color css
<style>
span { border-color: #B8738C; }
span { border-color: rgb(184,115,140); }
td.TdClassName
{
border-color: #B8738C;
}
.TagClassName
{
border-color: #B8738C;
}
</style>