Shades of Tapestry #BB727B
Tints of Tapestry #BB727B
RGB
CMYK
RGB Variations
Color information
#BB727B (or 0xBB727B) is known color: Tapestry. HEX triplet: BB, 72 and 7B. RGB value is (187,114,123). Sum of RGB (Red+Green+Blue) = 187+114+123=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB727B is #448D84. Grayscale: #888888. Windows color (decimal): -4492677 or 8090299. OLE color: 8090299.
HSL color Cylindrical-coordinate representation of color #BB727B: hue angle of 352.6º 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 #BB727B is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 123 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.27 |
| HSL | 352.6º | 0.35% | 0.59% | - |
| HSV(B) | 352.6º | 0.39% | 0.73% | - |
| XYZ | 30.09 | 24.03 | 21.79 | - |
| YUV | 136.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 123 | 0 | 0.39 | 0.34 | 0.27 | 352.6 | 0.35 | 0.59 |
| Hex | BB | 72 | 7B | 0 | 27 | 22 | 1B | 161 | 23 | 3B |
| Octal | 273 | 162 | 173 | 0 | 47 | 42 | 33 | 541 | 43 | 73 |
| Binary | 10111011 | 1110010 | 1111011 | 0 | 100111 | 100010 | 11011 | 101100001 | 100011 | 111011 |
Color Harmonies of #BB727B
Complementary color
Monochromatic Colors of #BB727B
Black with #BB727B
Text Example
Text Example
White with #BB727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB727B; }
p { color: rgb(187,114,123); }
H1.HeaderClassName
{
color: #BB727B;
}
.AnyTagClassName
{
color: #BB727B;
}
</style>
background-color css
<style>
a { background-color: #BB727B; }
a { background-color: rgb(187,114,123); }
div.DivClassName
{
background-color: #BB727B;
}
.BgClassName
{
background-color: #BB727B;
}
</style>
border-color css
<style>
span { border-color: #BB727B; }
span { border-color: rgb(187,114,123); }
td.TdClassName
{
border-color: #BB727B;
}
.TagClassName
{
border-color: #BB727B;
}
</style>