Shades of Tapestry #BB727D
Tints of Tapestry #BB727D
RGB
CMYK
RGB Variations
Color information
#BB727D (or 0xBB727D) is known color: Tapestry. HEX triplet: BB, 72 and 7D. RGB value is (187,114,125). Sum of RGB (Red+Green+Blue) = 187+114+125=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB727D is #448D82. Grayscale: #898989. Windows color (decimal): -4492675 or 8221371. OLE color: 8221371.
HSL color Cylindrical-coordinate representation of color #BB727D: hue angle of 350.96º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB727D is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 125 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.27 |
| HSL | 350.96º | 0.35% | 0.59% | - |
| HSV(B) | 350.96º | 0.39% | 0.73% | - |
| XYZ | 30.21 | 24.08 | 22.46 | - |
| YUV | 137.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 125 | 0 | 0.39 | 0.33 | 0.27 | 350.96 | 0.35 | 0.59 |
| Hex | BB | 72 | 7D | 0 | 27 | 21 | 1B | 15F | 23 | 3B |
| Octal | 273 | 162 | 175 | 0 | 47 | 41 | 33 | 537 | 43 | 73 |
| Binary | 10111011 | 1110010 | 1111101 | 0 | 100111 | 100001 | 11011 | 101011111 | 100011 | 111011 |
Color Harmonies of #BB727D
Complementary color
Monochromatic Colors of #BB727D
Black with #BB727D
Text Example
Text Example
White with #BB727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB727D; }
p { color: rgb(187,114,125); }
H1.HeaderClassName
{
color: #BB727D;
}
.AnyTagClassName
{
color: #BB727D;
}
</style>
background-color css
<style>
a { background-color: #BB727D; }
a { background-color: rgb(187,114,125); }
div.DivClassName
{
background-color: #BB727D;
}
.BgClassName
{
background-color: #BB727D;
}
</style>
border-color css
<style>
span { border-color: #BB727D; }
span { border-color: rgb(187,114,125); }
td.TdClassName
{
border-color: #BB727D;
}
.TagClassName
{
border-color: #BB727D;
}
</style>