#B2698F

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

Shades of Tapestry #B2698F

Tints of Tapestry #B2698F

Color information

#B2698F (or 0xB2698F) is unknown color: approx Tapestry. HEX triplet: B2, 69 and 8F. RGB value is (178,105,143). Sum of RGB (Red+Green+Blue) = 178+105+143=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2698F is #4D9670. Grayscale: #838383. Windows color (decimal): -5084785 or 9398706. OLE color: 9398706.

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

Color convert

RGB178105143-
CMYK00.410.200.30
HSL328.77º32.16%55.49%-
HSV(B)328.77º41.01%69.8%-
XYZ28.3721.5528.65-
YUV131.16134.68161.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=41.78%
G=24.65%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810514300.410.200.30328.7732.1655.49
HexB2698F029141E1492037
Octal26215121705124365114067
Binary1011001011010011000111101010011010011110101001001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2698F; }

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

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

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

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

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

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

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

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