Shades of Tapestry #B5808A
Tints of Tapestry #B5808A
RGB
CMYK
RGB Variations
Color information
#B5808A (or 0xB5808A) is known color: Tapestry. HEX triplet: B5, 80 and 8A. RGB value is (181,128,138). Sum of RGB (Red+Green+Blue) = 181+128+138=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B5808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5808A is #4A7F75. Grayscale: #919191. Windows color (decimal): -4882294 or 9076917. OLE color: 9076917.
HSL color Cylindrical-coordinate representation of color #B5808A: hue angle of 348.68º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5808A is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 138 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.29 |
| HSL | 348.68º | 0.26% | 0.61% | - |
| HSV(B) | 348.68º | 0.29% | 0.71% | - |
| XYZ | 31.36 | 27.1 | 27.62 | - |
| YUV | 144.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 138 | 0 | 0.29 | 0.24 | 0.29 | 348.68 | 0.26 | 0.61 |
| Hex | B5 | 80 | 8A | 0 | 1D | 18 | 1D | 15D | 1A | 3D |
| Octal | 265 | 200 | 212 | 0 | 35 | 30 | 35 | 535 | 32 | 75 |
| Binary | 10110101 | 10000000 | 10001010 | 0 | 11101 | 11000 | 11101 | 101011101 | 11010 | 111101 |
Color Harmonies of #B5808A
Complementary color
Monochromatic Colors of #B5808A
Black with #B5808A
Text Example
Text Example
White with #B5808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5808A; }
p { color: rgb(181,128,138); }
H1.HeaderClassName
{
color: #B5808A;
}
.AnyTagClassName
{
color: #B5808A;
}
</style>
background-color css
<style>
a { background-color: #B5808A; }
a { background-color: rgb(181,128,138); }
div.DivClassName
{
background-color: #B5808A;
}
.BgClassName
{
background-color: #B5808A;
}
</style>
border-color css
<style>
span { border-color: #B5808A; }
span { border-color: rgb(181,128,138); }
td.TdClassName
{
border-color: #B5808A;
}
.TagClassName
{
border-color: #B5808A;
}
</style>