Shades of Tapestry #B27384
Tints of Tapestry #B27384
RGB
CMYK
RGB Variations
Color information
#B27384 (or 0xB27384) is known color: Tapestry. HEX triplet: B2, 73 and 84. RGB value is (178,115,132). Sum of RGB (Red+Green+Blue) = 178+115+132=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B27384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27384 is #4D8C7B. Grayscale: #878787. Windows color (decimal): -5082236 or 8680370. OLE color: 8680370.
HSL color Cylindrical-coordinate representation of color #B27384: hue angle of 343.81º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27384 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 132 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.30 |
| HSL | 343.81º | 0.29% | 0.57% | - |
| HSV(B) | 343.81º | 0.35% | 0.7% | - |
| XYZ | 28.66 | 23.39 | 24.83 | - |
| YUV | 135.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 132 | 0 | 0.35 | 0.26 | 0.30 | 343.81 | 0.29 | 0.57 |
| Hex | B2 | 73 | 84 | 0 | 23 | 1A | 1E | 158 | 1D | 39 |
| Octal | 262 | 163 | 204 | 0 | 43 | 32 | 36 | 530 | 35 | 71 |
| Binary | 10110010 | 1110011 | 10000100 | 0 | 100011 | 11010 | 11110 | 101011000 | 11101 | 111001 |
Color Harmonies of #B27384
Complementary color
Monochromatic Colors of #B27384
Black with #B27384
Text Example
Text Example
White with #B27384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27384; }
p { color: rgb(178,115,132); }
H1.HeaderClassName
{
color: #B27384;
}
.AnyTagClassName
{
color: #B27384;
}
</style>
background-color css
<style>
a { background-color: #B27384; }
a { background-color: rgb(178,115,132); }
div.DivClassName
{
background-color: #B27384;
}
.BgClassName
{
background-color: #B27384;
}
</style>
border-color css
<style>
span { border-color: #B27384; }
span { border-color: rgb(178,115,132); }
td.TdClassName
{
border-color: #B27384;
}
.TagClassName
{
border-color: #B27384;
}
</style>