Shades of Tapestry #B8737F
Tints of Tapestry #B8737F
RGB
CMYK
RGB Variations
Color information
#B8737F (or 0xB8737F) is known color: Tapestry. HEX triplet: B8, 73 and 7F. RGB value is (184,115,127). Sum of RGB (Red+Green+Blue) = 184+115+127=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8737F is #478C80. Grayscale: #898989. Windows color (decimal): -4689025 or 8352696. OLE color: 8352696.
HSL color Cylindrical-coordinate representation of color #B8737F: hue angle of 349.57º 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 #B8737F is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 127 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.28 |
| HSL | 349.57º | 0.33% | 0.59% | - |
| HSV(B) | 349.57º | 0.38% | 0.72% | - |
| XYZ | 29.73 | 23.98 | 23.14 | - |
| YUV | 137 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 127 | 0 | 0.38 | 0.31 | 0.28 | 349.57 | 0.33 | 0.59 |
| Hex | B8 | 73 | 7F | 0 | 26 | 1F | 1C | 15E | 21 | 3B |
| Octal | 270 | 163 | 177 | 0 | 46 | 37 | 34 | 536 | 41 | 73 |
| Binary | 10111000 | 1110011 | 1111111 | 0 | 100110 | 11111 | 11100 | 101011110 | 100001 | 111011 |
Color Harmonies of #B8737F
Complementary color
Monochromatic Colors of #B8737F
Black with #B8737F
Text Example
Text Example
White with #B8737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8737F; }
p { color: rgb(184,115,127); }
H1.HeaderClassName
{
color: #B8737F;
}
.AnyTagClassName
{
color: #B8737F;
}
</style>
background-color css
<style>
a { background-color: #B8737F; }
a { background-color: rgb(184,115,127); }
div.DivClassName
{
background-color: #B8737F;
}
.BgClassName
{
background-color: #B8737F;
}
</style>
border-color css
<style>
span { border-color: #B8737F; }
span { border-color: rgb(184,115,127); }
td.TdClassName
{
border-color: #B8737F;
}
.TagClassName
{
border-color: #B8737F;
}
</style>