Shades of Tapestry #B27383
Tints of Tapestry #B27383
RGB
CMYK
RGB Variations
Color information
#B27383 (or 0xB27383) is known color: Tapestry. HEX triplet: B2, 73 and 83. RGB value is (178,115,131). Sum of RGB (Red+Green+Blue) = 178+115+131=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B27383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27383 is #4D8C7C. Grayscale: #878787. Windows color (decimal): -5082237 or 8614834. OLE color: 8614834.
HSL color Cylindrical-coordinate representation of color #B27383: hue angle of 344.76º 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 #B27383 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 131 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.30 |
| HSL | 344.76º | 0.29% | 0.57% | - |
| HSV(B) | 344.76º | 0.35% | 0.7% | - |
| XYZ | 28.59 | 23.37 | 24.48 | - |
| YUV | 135.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 131 | 0 | 0.35 | 0.26 | 0.30 | 344.76 | 0.29 | 0.57 |
| Hex | B2 | 73 | 83 | 0 | 23 | 1A | 1E | 159 | 1D | 39 |
| Octal | 262 | 163 | 203 | 0 | 43 | 32 | 36 | 531 | 35 | 71 |
| Binary | 10110010 | 1110011 | 10000011 | 0 | 100011 | 11010 | 11110 | 101011001 | 11101 | 111001 |
Color Harmonies of #B27383
Complementary color
Monochromatic Colors of #B27383
Black with #B27383
Text Example
Text Example
White with #B27383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27383; }
p { color: rgb(178,115,131); }
H1.HeaderClassName
{
color: #B27383;
}
.AnyTagClassName
{
color: #B27383;
}
</style>
background-color css
<style>
a { background-color: #B27383; }
a { background-color: rgb(178,115,131); }
div.DivClassName
{
background-color: #B27383;
}
.BgClassName
{
background-color: #B27383;
}
</style>
border-color css
<style>
span { border-color: #B27383; }
span { border-color: rgb(178,115,131); }
td.TdClassName
{
border-color: #B27383;
}
.TagClassName
{
border-color: #B27383;
}
</style>