Shades of Tapestry #BB748A
Tints of Tapestry #BB748A
RGB
CMYK
RGB Variations
Color information
#BB748A (or 0xBB748A) is known color: Tapestry. HEX triplet: BB, 74 and 8A. RGB value is (187,116,138). Sum of RGB (Red+Green+Blue) = 187+116+138=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB748A is #448B75. Grayscale: #8B8B8B. Windows color (decimal): -4492150 or 9073851. OLE color: 9073851.
HSL color Cylindrical-coordinate representation of color #BB748A: hue angle of 341.41º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB748A is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 138 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.27 |
| HSL | 341.41º | 0.34% | 0.59% | - |
| HSV(B) | 341.41º | 0.38% | 0.73% | - |
| XYZ | 31.33 | 24.89 | 27.2 | - |
| YUV | 139.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 138 | 0 | 0.38 | 0.26 | 0.27 | 341.41 | 0.34 | 0.59 |
| Hex | BB | 74 | 8A | 0 | 26 | 1A | 1B | 155 | 22 | 3B |
| Octal | 273 | 164 | 212 | 0 | 46 | 32 | 33 | 525 | 42 | 73 |
| Binary | 10111011 | 1110100 | 10001010 | 0 | 100110 | 11010 | 11011 | 101010101 | 100010 | 111011 |
Color Harmonies of #BB748A
Complementary color
Monochromatic Colors of #BB748A
Black with #BB748A
Text Example
Text Example
White with #BB748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB748A; }
p { color: rgb(187,116,138); }
H1.HeaderClassName
{
color: #BB748A;
}
.AnyTagClassName
{
color: #BB748A;
}
</style>
background-color css
<style>
a { background-color: #BB748A; }
a { background-color: rgb(187,116,138); }
div.DivClassName
{
background-color: #BB748A;
}
.BgClassName
{
background-color: #BB748A;
}
</style>
border-color css
<style>
span { border-color: #BB748A; }
span { border-color: rgb(187,116,138); }
td.TdClassName
{
border-color: #BB748A;
}
.TagClassName
{
border-color: #BB748A;
}
</style>