#B06B87

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

Shades of Tapestry #B06B87

Tints of Tapestry #B06B87

Color information

#B06B87 (or 0xB06B87) is unknown color: approx Tapestry. HEX triplet: B0, 6B and 87. RGB value is (176,107,135). Sum of RGB (Red+Green+Blue) = 176+107+135=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B87 is #4F9478. Grayscale: #828282. Windows color (decimal): -5215353 or 8874928. OLE color: 8874928.

HSL color Cylindrical-coordinate representation of color #B06B87: hue angle of 335.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06B87 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB176107135-
CMYK00.390.230.31
HSL335.65º30.4%55.49%-
HSV(B)335.65º39.2%69.02%-
XYZ27.5421.4925.62-
YUV130.82130.36160.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 107 (42.19% from 255) = 25.60%
BLUE value IS 135 (53.12% from 255) = 32.30%
R=42.11%
G=25.60%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610713500.390.230.31335.6530.455.49
HexB06B87027171F1501e37
Octal26015320704727375203667
Binary101100001101011100001110100111101111111110101000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B87; }

 p { color: rgb(176,107,135); }

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

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

 a { background-color: rgb(176,107,135); }

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

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

 span { border-color: rgb(176,107,135); }

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