Shades of Tapestry #B8748C
Tints of Tapestry #B8748C
RGB
CMYK
RGB Variations
Color information
#B8748C (or 0xB8748C) is known color: Tapestry. HEX triplet: B8, 74 and 8C. RGB value is (184,116,140). Sum of RGB (Red+Green+Blue) = 184+116+140=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B8748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8748C is #478B73. Grayscale: #8B8B8B. Windows color (decimal): -4688756 or 9204920. OLE color: 9204920.
HSL color Cylindrical-coordinate representation of color #B8748C: hue angle of 338.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 #B8748C is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 140 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.28 |
| HSL | 338.82º | 0.32% | 0.59% | - |
| HSV(B) | 338.82º | 0.37% | 0.72% | - |
| XYZ | 30.75 | 24.57 | 27.93 | - |
| YUV | 139.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 140 | 0 | 0.37 | 0.24 | 0.28 | 338.82 | 0.32 | 0.59 |
| Hex | B8 | 74 | 8C | 0 | 25 | 18 | 1C | 153 | 20 | 3B |
| Octal | 270 | 164 | 214 | 0 | 45 | 30 | 34 | 523 | 40 | 73 |
| Binary | 10111000 | 1110100 | 10001100 | 0 | 100101 | 11000 | 11100 | 101010011 | 100000 | 111011 |
Color Harmonies of #B8748C
Complementary color
Monochromatic Colors of #B8748C
Black with #B8748C
Text Example
Text Example
White with #B8748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8748C; }
p { color: rgb(184,116,140); }
H1.HeaderClassName
{
color: #B8748C;
}
.AnyTagClassName
{
color: #B8748C;
}
</style>
background-color css
<style>
a { background-color: #B8748C; }
a { background-color: rgb(184,116,140); }
div.DivClassName
{
background-color: #B8748C;
}
.BgClassName
{
background-color: #B8748C;
}
</style>
border-color css
<style>
span { border-color: #B8748C; }
span { border-color: rgb(184,116,140); }
td.TdClassName
{
border-color: #B8748C;
}
.TagClassName
{
border-color: #B8748C;
}
</style>