Shades of Tapestry #B4677B
Tints of Tapestry #B4677B
RGB
CMYK
RGB Variations
Color information
#B4677B (or 0xB4677B) is known color: Tapestry. HEX triplet: B4, 67 and 7B. RGB value is (180,103,123). Sum of RGB (Red+Green+Blue) = 180+103+123=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B4677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4677B is #4B9884. Grayscale: #808080. Windows color (decimal): -4954245 or 8087476. OLE color: 8087476.
HSL color Cylindrical-coordinate representation of color #B4677B: hue angle of 344.42º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4677B is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 123 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.29 |
| HSL | 344.42º | 0.34% | 0.55% | - |
| HSV(B) | 344.42º | 0.43% | 0.71% | - |
| XYZ | 27.25 | 20.83 | 21.32 | - |
| YUV | 128.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 123 | 0 | 0.43 | 0.32 | 0.29 | 344.42 | 0.34 | 0.55 |
| Hex | B4 | 67 | 7B | 0 | 2B | 20 | 1D | 158 | 22 | 37 |
| Octal | 264 | 147 | 173 | 0 | 53 | 40 | 35 | 530 | 42 | 67 |
| Binary | 10110100 | 1100111 | 1111011 | 0 | 101011 | 100000 | 11101 | 101011000 | 100010 | 110111 |
Color Harmonies of #B4677B
Complementary color
Monochromatic Colors of #B4677B
Black with #B4677B
Text Example
Text Example
White with #B4677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4677B; }
p { color: rgb(180,103,123); }
H1.HeaderClassName
{
color: #B4677B;
}
.AnyTagClassName
{
color: #B4677B;
}
</style>
background-color css
<style>
a { background-color: #B4677B; }
a { background-color: rgb(180,103,123); }
div.DivClassName
{
background-color: #B4677B;
}
.BgClassName
{
background-color: #B4677B;
}
</style>
border-color css
<style>
span { border-color: #B4677B; }
span { border-color: rgb(180,103,123); }
td.TdClassName
{
border-color: #B4677B;
}
.TagClassName
{
border-color: #B4677B;
}
</style>