Shades of Tapestry #B27481
Tints of Tapestry #B27481
RGB
CMYK
RGB Variations
Color information
#B27481 (or 0xB27481) is known color: Tapestry. HEX triplet: B2, 74 and 81. RGB value is (178,116,129). Sum of RGB (Red+Green+Blue) = 178+116+129=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B27481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27481 is #4D8B7E. Grayscale: #888888. Windows color (decimal): -5081983 or 8484018. OLE color: 8484018.
HSL color Cylindrical-coordinate representation of color #B27481: hue angle of 347.42º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B27481 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 116 | 129 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.30 |
| HSL | 347.42º | 0.29% | 0.58% | - |
| HSV(B) | 347.42º | 0.35% | 0.7% | - |
| XYZ | 28.57 | 23.54 | 23.81 | - |
| YUV | 136.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 129 | 0 | 0.35 | 0.28 | 0.30 | 347.42 | 0.29 | 0.58 |
| Hex | B2 | 74 | 81 | 0 | 23 | 1C | 1E | 15B | 1D | 3A |
| Octal | 262 | 164 | 201 | 0 | 43 | 34 | 36 | 533 | 35 | 72 |
| Binary | 10110010 | 1110100 | 10000001 | 0 | 100011 | 11100 | 11110 | 101011011 | 11101 | 111010 |
Color Harmonies of #B27481
Complementary color
Monochromatic Colors of #B27481
Black with #B27481
Text Example
Text Example
White with #B27481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27481; }
p { color: rgb(178,116,129); }
H1.HeaderClassName
{
color: #B27481;
}
.AnyTagClassName
{
color: #B27481;
}
</style>
background-color css
<style>
a { background-color: #B27481; }
a { background-color: rgb(178,116,129); }
div.DivClassName
{
background-color: #B27481;
}
.BgClassName
{
background-color: #B27481;
}
</style>
border-color css
<style>
span { border-color: #B27481; }
span { border-color: rgb(178,116,129); }
td.TdClassName
{
border-color: #B27481;
}
.TagClassName
{
border-color: #B27481;
}
</style>