Shades of Tapestry #BB738A
Tints of Tapestry #BB738A
RGB
CMYK
RGB Variations
Color information
#BB738A (or 0xBB738A) is known color: Tapestry. HEX triplet: BB, 73 and 8A. RGB value is (187,115,138). Sum of RGB (Red+Green+Blue) = 187+115+138=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB738A is #448C75. Grayscale: #8B8B8B. Windows color (decimal): -4492406 or 9073595. OLE color: 9073595.
HSL color Cylindrical-coordinate representation of color #BB738A: hue angle of 340.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 #BB738A is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 138 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.27 |
| HSL | 340.83º | 0.35% | 0.59% | - |
| HSV(B) | 340.83º | 0.39% | 0.73% | - |
| XYZ | 31.21 | 24.66 | 27.16 | - |
| YUV | 139.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 138 | 0 | 0.39 | 0.26 | 0.27 | 340.83 | 0.35 | 0.59 |
| Hex | BB | 73 | 8A | 0 | 27 | 1A | 1B | 155 | 23 | 3B |
| Octal | 273 | 163 | 212 | 0 | 47 | 32 | 33 | 525 | 43 | 73 |
| Binary | 10111011 | 1110011 | 10001010 | 0 | 100111 | 11010 | 11011 | 101010101 | 100011 | 111011 |
Color Harmonies of #BB738A
Complementary color
Monochromatic Colors of #BB738A
Black with #BB738A
Text Example
Text Example
White with #BB738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB738A; }
p { color: rgb(187,115,138); }
H1.HeaderClassName
{
color: #BB738A;
}
.AnyTagClassName
{
color: #BB738A;
}
</style>
background-color css
<style>
a { background-color: #BB738A; }
a { background-color: rgb(187,115,138); }
div.DivClassName
{
background-color: #BB738A;
}
.BgClassName
{
background-color: #BB738A;
}
</style>
border-color css
<style>
span { border-color: #BB738A; }
span { border-color: rgb(187,115,138); }
td.TdClassName
{
border-color: #BB738A;
}
.TagClassName
{
border-color: #BB738A;
}
</style>