#B2688E

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

Shades of Tapestry #B2688E

Tints of Tapestry #B2688E

Color information

#B2688E (or 0xB2688E) is unknown color: approx Tapestry. HEX triplet: B2, 68 and 8E. RGB value is (178,104,142). Sum of RGB (Red+Green+Blue) = 178+104+142=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2688E is #4D9771. Grayscale: #828282. Windows color (decimal): -5085042 or 9332914. OLE color: 9332914.

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

Color convert

RGB178104142-
CMYK00.420.200.30
HSL329.19º32.46%55.29%-
HSV(B)329.19º41.57%69.8%-
XYZ28.1921.3228.22-
YUV130.46134.52161.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 104 (41.02% from 255) = 24.53%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=41.98%
G=24.53%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810414200.420.200.30329.1932.4655.29
HexB2688E02A141E1492037
Octal26215021605224365114067
Binary1011001011010001000111001010101010011110101001001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2688E; }

 p { color: rgb(178,104,142); }

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

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

 a { background-color: rgb(178,104,142); }

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

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

 span { border-color: rgb(178,104,142); }

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