Shades of Tapestry #BB738C
Tints of Tapestry #BB738C
RGB
CMYK
RGB Variations
Color information
#BB738C (or 0xBB738C) is known color: Tapestry. HEX triplet: BB, 73 and 8C. RGB value is (187,115,140). Sum of RGB (Red+Green+Blue) = 187+115+140=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB738C is #448C73. Grayscale: #8B8B8B. Windows color (decimal): -4492404 or 9204667. OLE color: 9204667.
HSL color Cylindrical-coordinate representation of color #BB738C: hue angle of 339.17º 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 #BB738C is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 140 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.27 |
| HSL | 339.17º | 0.35% | 0.59% | - |
| HSV(B) | 339.17º | 0.39% | 0.73% | - |
| XYZ | 31.36 | 24.72 | 27.93 | - |
| YUV | 139.38 | 128.35 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 140 | 0 | 0.39 | 0.25 | 0.27 | 339.17 | 0.35 | 0.59 |
| Hex | BB | 73 | 8C | 0 | 27 | 19 | 1B | 153 | 23 | 3B |
| Octal | 273 | 163 | 214 | 0 | 47 | 31 | 33 | 523 | 43 | 73 |
| Binary | 10111011 | 1110011 | 10001100 | 0 | 100111 | 11001 | 11011 | 101010011 | 100011 | 111011 |
Color Harmonies of #BB738C
Complementary color
Monochromatic Colors of #BB738C
Black with #BB738C
Text Example
Text Example
White with #BB738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB738C; }
p { color: rgb(187,115,140); }
H1.HeaderClassName
{
color: #BB738C;
}
.AnyTagClassName
{
color: #BB738C;
}
</style>
background-color css
<style>
a { background-color: #BB738C; }
a { background-color: rgb(187,115,140); }
div.DivClassName
{
background-color: #BB738C;
}
.BgClassName
{
background-color: #BB738C;
}
</style>
border-color css
<style>
span { border-color: #BB738C; }
span { border-color: rgb(187,115,140); }
td.TdClassName
{
border-color: #BB738C;
}
.TagClassName
{
border-color: #BB738C;
}
</style>