Shades of Tapestry #BB737E
Tints of Tapestry #BB737E
RGB
CMYK
RGB Variations
Color information
#BB737E (or 0xBB737E) is known color: Tapestry. HEX triplet: BB, 73 and 7E. RGB value is (187,115,126). Sum of RGB (Red+Green+Blue) = 187+115+126=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB737E is #448C81. Grayscale: #898989. Windows color (decimal): -4492418 or 8287163. OLE color: 8287163.
HSL color Cylindrical-coordinate representation of color #BB737E: hue angle of 350.83º 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 #BB737E is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 126 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.27 |
| HSL | 350.83º | 0.35% | 0.59% | - |
| HSV(B) | 350.83º | 0.39% | 0.73% | - |
| XYZ | 30.39 | 24.33 | 22.83 | - |
| YUV | 137.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 126 | 0 | 0.39 | 0.33 | 0.27 | 350.83 | 0.35 | 0.59 |
| Hex | BB | 73 | 7E | 0 | 27 | 21 | 1B | 15F | 23 | 3B |
| Octal | 273 | 163 | 176 | 0 | 47 | 41 | 33 | 537 | 43 | 73 |
| Binary | 10111011 | 1110011 | 1111110 | 0 | 100111 | 100001 | 11011 | 101011111 | 100011 | 111011 |
Color Harmonies of #BB737E
Complementary color
Monochromatic Colors of #BB737E
Black with #BB737E
Text Example
Text Example
White with #BB737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB737E; }
p { color: rgb(187,115,126); }
H1.HeaderClassName
{
color: #BB737E;
}
.AnyTagClassName
{
color: #BB737E;
}
</style>
background-color css
<style>
a { background-color: #BB737E; }
a { background-color: rgb(187,115,126); }
div.DivClassName
{
background-color: #BB737E;
}
.BgClassName
{
background-color: #BB737E;
}
</style>
border-color css
<style>
span { border-color: #BB737E; }
span { border-color: rgb(187,115,126); }
td.TdClassName
{
border-color: #BB737E;
}
.TagClassName
{
border-color: #BB737E;
}
</style>