Shades of Tapestry #B0748A
Tints of Tapestry #B0748A
RGB
CMYK
RGB Variations
Color information
#B0748A (or 0xB0748A) is known color: Tapestry. HEX triplet: B0, 74 and 8A. RGB value is (176,116,138). Sum of RGB (Red+Green+Blue) = 176+116+138=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0748A is #4F8B75. Grayscale: #888888. Windows color (decimal): -5213046 or 9073840. OLE color: 9073840.
HSL color Cylindrical-coordinate representation of color #B0748A: hue angle of 338º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0748A is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 138 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.31 |
| HSL | 338º | 0.28% | 0.57% | - |
| HSV(B) | 338º | 0.34% | 0.69% | - |
| XYZ | 28.74 | 23.56 | 27.08 | - |
| YUV | 136.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 138 | 0 | 0.34 | 0.22 | 0.31 | 338 | 0.28 | 0.57 |
| Hex | B0 | 74 | 8A | 0 | 22 | 16 | 1F | 152 | 1C | 39 |
| Octal | 260 | 164 | 212 | 0 | 42 | 26 | 37 | 522 | 34 | 71 |
| Binary | 10110000 | 1110100 | 10001010 | 0 | 100010 | 10110 | 11111 | 101010010 | 11100 | 111001 |
Color Harmonies of #B0748A
Complementary color
Monochromatic Colors of #B0748A
Black with #B0748A
Text Example
Text Example
White with #B0748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0748A; }
p { color: rgb(176,116,138); }
H1.HeaderClassName
{
color: #B0748A;
}
.AnyTagClassName
{
color: #B0748A;
}
</style>
background-color css
<style>
a { background-color: #B0748A; }
a { background-color: rgb(176,116,138); }
div.DivClassName
{
background-color: #B0748A;
}
.BgClassName
{
background-color: #B0748A;
}
</style>
border-color css
<style>
span { border-color: #B0748A; }
span { border-color: rgb(176,116,138); }
td.TdClassName
{
border-color: #B0748A;
}
.TagClassName
{
border-color: #B0748A;
}
</style>