#B2668C

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

Shades of Tapestry #B2668C

Tints of Tapestry #B2668C

Color information

#B2668C (or 0xB2668C) is unknown color: approx Tapestry. HEX triplet: B2, 66 and 8C. RGB value is (178,102,140). Sum of RGB (Red+Green+Blue) = 178+102+140=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2668C is #4D9973. Grayscale: #808080. Windows color (decimal): -5085556 or 9201330. OLE color: 9201330.

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

Color convert

RGB178102140-
CMYK00.430.210.30
HSL330º33.04%54.9%-
HSV(B)330º42.7%69.8%-
XYZ27.8520.8627.37-
YUV129.06134.18162.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 102 (40.23% from 255) = 24.29%
BLUE value IS 140 (55.08% from 255) = 33.33%
R=42.38%
G=24.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810214000.430.210.3033033.0454.9
HexB2668C02B151E14a2137
Octal26214621405325365124167
Binary1011001011001101000110001010111010111110101001010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2668C; }

 p { color: rgb(178,102,140); }

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

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

 a { background-color: rgb(178,102,140); }

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

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

 span { border-color: rgb(178,102,140); }

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