Shades of Tapestry #B8727B
Tints of Tapestry #B8727B
RGB
CMYK
RGB Variations
Color information
#B8727B (or 0xB8727B) is known color: Tapestry. HEX triplet: B8, 72 and 7B. RGB value is (184,114,123). Sum of RGB (Red+Green+Blue) = 184+114+123=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B8727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8727B is #478D84. Grayscale: #878787. Windows color (decimal): -4689285 or 8090296. OLE color: 8090296.
HSL color Cylindrical-coordinate representation of color #B8727B: hue angle of 352.29º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8727B is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 123 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.28 |
| HSL | 352.29º | 0.33% | 0.58% | - |
| HSV(B) | 352.29º | 0.38% | 0.72% | - |
| XYZ | 29.36 | 23.66 | 21.76 | - |
| YUV | 135.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 123 | 0 | 0.38 | 0.33 | 0.28 | 352.29 | 0.33 | 0.58 |
| Hex | B8 | 72 | 7B | 0 | 26 | 21 | 1C | 160 | 21 | 3A |
| Octal | 270 | 162 | 173 | 0 | 46 | 41 | 34 | 540 | 41 | 72 |
| Binary | 10111000 | 1110010 | 1111011 | 0 | 100110 | 100001 | 11100 | 101100000 | 100001 | 111010 |
Color Harmonies of #B8727B
Complementary color
Monochromatic Colors of #B8727B
Black with #B8727B
Text Example
Text Example
White with #B8727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8727B; }
p { color: rgb(184,114,123); }
H1.HeaderClassName
{
color: #B8727B;
}
.AnyTagClassName
{
color: #B8727B;
}
</style>
background-color css
<style>
a { background-color: #B8727B; }
a { background-color: rgb(184,114,123); }
div.DivClassName
{
background-color: #B8727B;
}
.BgClassName
{
background-color: #B8727B;
}
</style>
border-color css
<style>
span { border-color: #B8727B; }
span { border-color: rgb(184,114,123); }
td.TdClassName
{
border-color: #B8727B;
}
.TagClassName
{
border-color: #B8727B;
}
</style>