Shades of Tapestry #B8747B
Tints of Tapestry #B8747B
RGB
CMYK
RGB Variations
Color information
#B8747B (or 0xB8747B) is known color: Tapestry. HEX triplet: B8, 74 and 7B. RGB value is (184,116,123). Sum of RGB (Red+Green+Blue) = 184+116+123=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8747B is #478B84. Grayscale: #898989. Windows color (decimal): -4688773 or 8090808. OLE color: 8090808.
HSL color Cylindrical-coordinate representation of color #B8747B: hue angle of 353.82º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8747B is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 123 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.28 |
| HSL | 353.82º | 0.32% | 0.59% | - |
| HSV(B) | 353.82º | 0.37% | 0.72% | - |
| XYZ | 29.59 | 24.11 | 21.83 | - |
| YUV | 137.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 123 | 0 | 0.37 | 0.33 | 0.28 | 353.82 | 0.32 | 0.59 |
| Hex | B8 | 74 | 7B | 0 | 25 | 21 | 1C | 162 | 20 | 3B |
| Octal | 270 | 164 | 173 | 0 | 45 | 41 | 34 | 542 | 40 | 73 |
| Binary | 10111000 | 1110100 | 1111011 | 0 | 100101 | 100001 | 11100 | 101100010 | 100000 | 111011 |
Color Harmonies of #B8747B
Complementary color
Monochromatic Colors of #B8747B
Black with #B8747B
Text Example
Text Example
White with #B8747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8747B; }
p { color: rgb(184,116,123); }
H1.HeaderClassName
{
color: #B8747B;
}
.AnyTagClassName
{
color: #B8747B;
}
</style>
background-color css
<style>
a { background-color: #B8747B; }
a { background-color: rgb(184,116,123); }
div.DivClassName
{
background-color: #B8747B;
}
.BgClassName
{
background-color: #B8747B;
}
</style>
border-color css
<style>
span { border-color: #B8747B; }
span { border-color: rgb(184,116,123); }
td.TdClassName
{
border-color: #B8747B;
}
.TagClassName
{
border-color: #B8747B;
}
</style>