#B2698B

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

Shades of Tapestry #B2698B

Tints of Tapestry #B2698B

Color information

#B2698B (or 0xB2698B) is unknown color: approx Tapestry. HEX triplet: B2, 69 and 8B. RGB value is (178,105,139). Sum of RGB (Red+Green+Blue) = 178+105+139=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2698B is #4D9674. Grayscale: #828282. Windows color (decimal): -5084789 or 9136562. OLE color: 9136562.

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

Color convert

RGB178105139-
CMYK00.410.220.30
HSL332.05º32.16%55.49%-
HSV(B)332.05º41.01%69.8%-
XYZ28.0721.4327.08-
YUV130.7132.68161.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=42.18%
G=24.88%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810513900.410.220.30332.0532.1655.49
HexB2698B029161E14c2037
Octal26215121305126365144067
Binary1011001011010011000101101010011011011110101001100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2698B; }

 p { color: rgb(178,105,139); }

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

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

 a { background-color: rgb(178,105,139); }

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

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

 span { border-color: rgb(178,105,139); }

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