Shades of Tapestry #B8607B
Tints of Tapestry #B8607B
RGB
CMYK
RGB Variations
Color information
#B8607B (or 0xB8607B) is known color: Tapestry. HEX triplet: B8, 60 and 7B. RGB value is (184,96,123). Sum of RGB (Red+Green+Blue) = 184+96+123=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B8607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8607B is #479F84. Grayscale: #7D7D7D. Windows color (decimal): -4693893 or 8085688. OLE color: 8085688.
HSL color Cylindrical-coordinate representation of color #B8607B: hue angle of 341.59º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8607B is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 123 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.28 |
| HSL | 341.59º | 0.38% | 0.55% | - |
| HSV(B) | 341.59º | 0.48% | 0.72% | - |
| XYZ | 27.53 | 19.99 | 21.15 | - |
| YUV | 125.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 123 | 0 | 0.48 | 0.33 | 0.28 | 341.59 | 0.38 | 0.55 |
| Hex | B8 | 60 | 7B | 0 | 30 | 21 | 1C | 156 | 26 | 37 |
| Octal | 270 | 140 | 173 | 0 | 60 | 41 | 34 | 526 | 46 | 67 |
| Binary | 10111000 | 1100000 | 1111011 | 0 | 110000 | 100001 | 11100 | 101010110 | 100110 | 110111 |
Color Harmonies of #B8607B
Complementary color
Monochromatic Colors of #B8607B
Black with #B8607B
Text Example
Text Example
White with #B8607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8607B; }
p { color: rgb(184,96,123); }
H1.HeaderClassName
{
color: #B8607B;
}
.AnyTagClassName
{
color: #B8607B;
}
</style>
background-color css
<style>
a { background-color: #B8607B; }
a { background-color: rgb(184,96,123); }
div.DivClassName
{
background-color: #B8607B;
}
.BgClassName
{
background-color: #B8607B;
}
</style>
border-color css
<style>
span { border-color: #B8607B; }
span { border-color: rgb(184,96,123); }
td.TdClassName
{
border-color: #B8607B;
}
.TagClassName
{
border-color: #B8607B;
}
</style>