Shades of Tapestry #B45F7B
Tints of Tapestry #B45F7B
RGB
CMYK
RGB Variations
Color information
#B45F7B (or 0xB45F7B) is known color: Tapestry. HEX triplet: B4, 5F and 7B. RGB value is (180,95,123). Sum of RGB (Red+Green+Blue) = 180+95+123=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45F7B is #4BA084. Grayscale: #7B7B7B. Windows color (decimal): -4956293 or 8085428. OLE color: 8085428.
HSL color Cylindrical-coordinate representation of color #B45F7B: hue angle of 340.24º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B45F7B is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 95 | 123 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.29 |
| HSL | 340.24º | 0.36% | 0.54% | - |
| HSV(B) | 340.24º | 0.47% | 0.71% | - |
| XYZ | 26.49 | 19.32 | 21.07 | - |
| YUV | 123.61 | 127.66 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 95 | 123 | 0 | 0.47 | 0.32 | 0.29 | 340.24 | 0.36 | 0.54 |
| Hex | B4 | 5F | 7B | 0 | 2F | 20 | 1D | 154 | 24 | 36 |
| Octal | 264 | 137 | 173 | 0 | 57 | 40 | 35 | 524 | 44 | 66 |
| Binary | 10110100 | 1011111 | 1111011 | 0 | 101111 | 100000 | 11101 | 101010100 | 100100 | 110110 |
Color Harmonies of #B45F7B
Complementary color
Monochromatic Colors of #B45F7B
Black with #B45F7B
Text Example
Text Example
White with #B45F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45F7B; }
p { color: rgb(180,95,123); }
H1.HeaderClassName
{
color: #B45F7B;
}
.AnyTagClassName
{
color: #B45F7B;
}
</style>
background-color css
<style>
a { background-color: #B45F7B; }
a { background-color: rgb(180,95,123); }
div.DivClassName
{
background-color: #B45F7B;
}
.BgClassName
{
background-color: #B45F7B;
}
</style>
border-color css
<style>
span { border-color: #B45F7B; }
span { border-color: rgb(180,95,123); }
td.TdClassName
{
border-color: #B45F7B;
}
.TagClassName
{
border-color: #B45F7B;
}
</style>