#B27986

Color #B27986 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B27986

Tints of Tapestry #B27986

Color information

#B27986 (or 0xB27986) is unknown color: approx Tapestry. HEX triplet: B2, 79 and 86. RGB value is (178,121,134). Sum of RGB (Red+Green+Blue) = 178+121+134=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B27986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27986 is #4D8679. Grayscale: #8B8B8B. Windows color (decimal): -5080698 or 8812978. OLE color: 8812978.

HSL color Cylindrical-coordinate representation of color #B27986: hue angle of 346.32º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B27986 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB178121134-
CMYK00.320.250.30
HSL346.32º27.01%58.63%-
HSV(B)346.32º32.02%69.8%-
XYZ29.524.8625.8-
YUV139.52124.88155.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 121 (47.66% from 255) = 27.94%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=41.11%
G=27.94%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812113400.320.250.30346.3227.0158.63
HexB27986020191E15a1b3b
Octal26217120604031365323373
Binary101100101111001100001100100000110011111010101101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27986; }

 p { color: rgb(178,121,134); }

 H1.HeaderClassName
 {
   color: #B27986;
 }
 .AnyTagClassName
 {
   color: #B27986;
 }
</style>
background-color css

<style>
 a { background-color: #B27986; }

 a { background-color: rgb(178,121,134); }

 div.DivClassName
 {
   background-color: #B27986;
 }
 .BgClassName
 {
   background-color: #B27986;
 }
</style>
border-color css

<style>
 span { border-color: #B27986; }

 span { border-color: rgb(178,121,134); }

 td.TdClassName
 {
   border-color: #B27986;
 }
 .TagClassName
 {
   border-color: #B27986;
 }
</style>