#B3668E

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

Shades of Tapestry #B3668E

Tints of Tapestry #B3668E

Color information

#B3668E (or 0xB3668E) is unknown color: approx Tapestry. HEX triplet: B3, 66 and 8E. RGB value is (179,102,142). Sum of RGB (Red+Green+Blue) = 179+102+142=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3668E is #4C9971. Grayscale: #818181. Windows color (decimal): -5020018 or 9332403. OLE color: 9332403.

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

Color convert

RGB179102142-
CMYK00.430.210.30
HSL328.83º33.62%55.1%-
HSV(B)328.83º43.02%70.2%-
XYZ28.2221.0428.16-
YUV129.58135.01163.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=42.32%
G=24.11%
B=33.57%

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
Decimal17910214200.430.210.30328.8333.6255.1
HexB3668E02B151E1492237
Octal26314621605325365114267
Binary1011001111001101000111001010111010111110101001001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3668E; }

 p { color: rgb(179,102,142); }

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

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

 a { background-color: rgb(179,102,142); }

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

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

 span { border-color: rgb(179,102,142); }

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