Shades of Tapestry #B27B8A
Tints of Tapestry #B27B8A
RGB
CMYK
RGB Variations
Color information
#B27B8A (or 0xB27B8A) is known color: Tapestry. HEX triplet: B2, 7B and 8A. RGB value is (178,123,138). Sum of RGB (Red+Green+Blue) = 178+123+138=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27B8A is #4D8475. Grayscale: #8D8D8D. Windows color (decimal): -5080182 or 9075634. OLE color: 9075634.
HSL color Cylindrical-coordinate representation of color #B27B8A: hue angle of 343.64º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27B8A is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 138 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.30 |
| HSL | 343.64º | 0.26% | 0.59% | - |
| HSV(B) | 343.64º | 0.31% | 0.7% | - |
| XYZ | 30.03 | 25.47 | 27.38 | - |
| YUV | 141.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 138 | 0 | 0.31 | 0.22 | 0.30 | 343.64 | 0.26 | 0.59 |
| Hex | B2 | 7B | 8A | 0 | 1F | 16 | 1E | 158 | 1A | 3B |
| Octal | 262 | 173 | 212 | 0 | 37 | 26 | 36 | 530 | 32 | 73 |
| Binary | 10110010 | 1111011 | 10001010 | 0 | 11111 | 10110 | 11110 | 101011000 | 11010 | 111011 |
Color Harmonies of #B27B8A
Complementary color
Monochromatic Colors of #B27B8A
Black with #B27B8A
Text Example
Text Example
White with #B27B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27B8A; }
p { color: rgb(178,123,138); }
H1.HeaderClassName
{
color: #B27B8A;
}
.AnyTagClassName
{
color: #B27B8A;
}
</style>
background-color css
<style>
a { background-color: #B27B8A; }
a { background-color: rgb(178,123,138); }
div.DivClassName
{
background-color: #B27B8A;
}
.BgClassName
{
background-color: #B27B8A;
}
</style>
border-color css
<style>
span { border-color: #B27B8A; }
span { border-color: rgb(178,123,138); }
td.TdClassName
{
border-color: #B27B8A;
}
.TagClassName
{
border-color: #B27B8A;
}
</style>