Shades of Tapestry #B27381
Tints of Tapestry #B27381
RGB
CMYK
RGB Variations
Color information
#B27381 (or 0xB27381) is known color: Tapestry. HEX triplet: B2, 73 and 81. RGB value is (178,115,129). Sum of RGB (Red+Green+Blue) = 178+115+129=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B27381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27381 is #4D8C7E. Grayscale: #878787. Windows color (decimal): -5082239 or 8483762. OLE color: 8483762.
HSL color Cylindrical-coordinate representation of color #B27381: hue angle of 346.67º 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 #B27381 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 129 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.30 |
| HSL | 346.67º | 0.29% | 0.57% | - |
| HSV(B) | 346.67º | 0.35% | 0.7% | - |
| XYZ | 28.45 | 23.31 | 23.77 | - |
| YUV | 135.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 129 | 0 | 0.35 | 0.28 | 0.30 | 346.67 | 0.29 | 0.57 |
| Hex | B2 | 73 | 81 | 0 | 23 | 1C | 1E | 15B | 1D | 39 |
| Octal | 262 | 163 | 201 | 0 | 43 | 34 | 36 | 533 | 35 | 71 |
| Binary | 10110010 | 1110011 | 10000001 | 0 | 100011 | 11100 | 11110 | 101011011 | 11101 | 111001 |
Color Harmonies of #B27381
Complementary color
Monochromatic Colors of #B27381
Black with #B27381
Text Example
Text Example
White with #B27381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27381; }
p { color: rgb(178,115,129); }
H1.HeaderClassName
{
color: #B27381;
}
.AnyTagClassName
{
color: #B27381;
}
</style>
background-color css
<style>
a { background-color: #B27381; }
a { background-color: rgb(178,115,129); }
div.DivClassName
{
background-color: #B27381;
}
.BgClassName
{
background-color: #B27381;
}
</style>
border-color css
<style>
span { border-color: #B27381; }
span { border-color: rgb(178,115,129); }
td.TdClassName
{
border-color: #B27381;
}
.TagClassName
{
border-color: #B27381;
}
</style>