Shades of Tapestry #BB747D
Tints of Tapestry #BB747D
RGB
CMYK
RGB Variations
Color information
#BB747D (or 0xBB747D) is known color: Tapestry. HEX triplet: BB, 74 and 7D. RGB value is (187,116,125). Sum of RGB (Red+Green+Blue) = 187+116+125=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB747D is #448B82. Grayscale: #8A8A8A. Windows color (decimal): -4492163 or 8221883. OLE color: 8221883.
HSL color Cylindrical-coordinate representation of color #BB747D: hue angle of 352.39º 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 #BB747D is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 125 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.27 |
| HSL | 352.39º | 0.34% | 0.59% | - |
| HSV(B) | 352.39º | 0.38% | 0.73% | - |
| XYZ | 30.44 | 24.54 | 22.53 | - |
| YUV | 138.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 125 | 0 | 0.38 | 0.33 | 0.27 | 352.39 | 0.34 | 0.59 |
| Hex | BB | 74 | 7D | 0 | 26 | 21 | 1B | 160 | 22 | 3B |
| Octal | 273 | 164 | 175 | 0 | 46 | 41 | 33 | 540 | 42 | 73 |
| Binary | 10111011 | 1110100 | 1111101 | 0 | 100110 | 100001 | 11011 | 101100000 | 100010 | 111011 |
Color Harmonies of #BB747D
Complementary color
Monochromatic Colors of #BB747D
Black with #BB747D
Text Example
Text Example
White with #BB747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB747D; }
p { color: rgb(187,116,125); }
H1.HeaderClassName
{
color: #BB747D;
}
.AnyTagClassName
{
color: #BB747D;
}
</style>
background-color css
<style>
a { background-color: #BB747D; }
a { background-color: rgb(187,116,125); }
div.DivClassName
{
background-color: #BB747D;
}
.BgClassName
{
background-color: #BB747D;
}
</style>
border-color css
<style>
span { border-color: #BB747D; }
span { border-color: rgb(187,116,125); }
td.TdClassName
{
border-color: #BB747D;
}
.TagClassName
{
border-color: #BB747D;
}
</style>