#B2698D

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

Shades of Tapestry #B2698D

Tints of Tapestry #B2698D

Color information

#B2698D (or 0xB2698D) is unknown color: approx Tapestry. HEX triplet: B2, 69 and 8D. RGB value is (178,105,141). Sum of RGB (Red+Green+Blue) = 178+105+141=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2698D is #4D9672. Grayscale: #828282. Windows color (decimal): -5084787 or 9267634. OLE color: 9267634.

HSL color Cylindrical-coordinate representation of color #B2698D: hue angle of 330.41º 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 #B2698D is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB178105141-
CMYK00.410.210.30
HSL330.41º32.16%55.49%-
HSV(B)330.41º41.01%69.8%-
XYZ28.2221.4927.86-
YUV130.93133.68161.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 105 (41.41% from 255) = 24.76%
BLUE value IS 141 (55.47% from 255) = 33.25%
R=41.98%
G=24.76%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810514100.410.210.30330.4132.1655.49
HexB2698D029151E14a2037
Octal26215121505125365124067
Binary1011001011010011000110101010011010111110101001010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2698D; }

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

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

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

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

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

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

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

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